Home
last modified time | relevance | path

Searched refs:rRow (Results 1 – 25 of 69) sorted by relevance

123

/AOO41X/main/sc/source/core/data/
H A Dtable6.cxx245 sal_Bool ScTable::Search(const SvxSearchItem& rSearchItem, SCCOL& rCol, SCROW& rRow, in Search() argument
252 SCROW nRow = rRow; in Search()
369 rRow = nRow; in Search()
397 sal_Bool ScTable::Replace(const SvxSearchItem& rSearchItem, SCCOL& rCol, SCROW& rRow, in Replace() argument
402 SCROW nRow = rRow; in Replace()
421 rRow = nRow; in Replace()
455 sal_Bool ScTable::SearchStyle(const SvxSearchItem& rSearchItem, SCCOL& rCol, SCROW& rRow, in SearchStyle() argument
463 SCsROW nRow = rRow; in SearchStyle()
528 rRow = (SCROW) nRow; in SearchStyle()
535 sal_Bool ScTable::ReplaceStyle(const SvxSearchItem& rSearchItem, SCCOL& rCol, SCROW& rRow, in ReplaceStyle() argument
[all …]
H A Dcolumn2.cxx1131 sal_Bool ScColumnIterator::Next( SCROW& rRow, ScBaseCell*& rpCell ) in Next() argument
1135 rRow = pColumn->pItems[nPos].nRow; in Next()
1136 if ( rRow <= nBottom ) in Next()
1144 rRow = 0; in Next()
1409 sal_Bool ScColumn::GetPrevDataPos(SCROW& rRow) const in GetPrevDataPos()
1416 bFound = (pItems[i].nRow < rRow); in GetPrevDataPos()
1418 rRow = pItems[i].nRow; in GetPrevDataPos()
1423 sal_Bool ScColumn::GetNextDataPos(SCROW& rRow) const // greater than rRow in GetNextDataPos()
1426 if (Search( rRow, nIndex )) in GetNextDataPos()
1431 rRow = pItems[nIndex].nRow; in GetNextDataPos()
[all …]
H A Dtable1.cxx902 void ScTable::FindAreaPos( SCCOL& rCol, SCROW& rRow, SCsCOL nMovX, SCsROW nMovY ) in FindAreaPos() argument
907 sal_Bool bThere = aCol[nNewCol].HasVisibleDataAt(rRow); in FindAreaPos()
914 … bFnd = (nNewCol>=0 && nNewCol<=MAXCOL) ? aCol[nNewCol].HasVisibleDataAt(rRow) : sal_False; in FindAreaPos()
928 … bFnd = (nNewCol>=0 && nNewCol<=MAXCOL) ? aCol[nNewCol].HasVisibleDataAt(rRow) : sal_True; in FindAreaPos()
939 aCol[rCol].FindDataAreaPos(rRow,nMovY); in FindAreaPos()
975 void ScTable::GetNextPos( SCCOL& rCol, SCROW& rRow, SCsCOL nMovX, SCsROW nMovY, in GetNextPos() argument
983 SCsROW nRow = rRow; in GetNextPos()
1136 rRow = nRow; in GetNextPos()
1140 sal_Bool ScTable::GetNextMarkedCell( SCCOL& rCol, SCROW& rRow, const ScMarkData& rMark ) in GetNextMarkedCell() argument
1147 ++rRow; // naechste Zelle ist gesucht in GetNextMarkedCell()
[all …]
H A Ddocumen3.cxx1058 SCCOL& rCol, SCROW& rRow ) in GetSearchAndReplaceStart() argument
1070 rRow = MAXROW+1; in GetSearchAndReplaceStart()
1075 rRow = MAXROW; in GetSearchAndReplaceStart()
1080 rRow = MAXROW; in GetSearchAndReplaceStart()
1088 rRow = MAXROW; in GetSearchAndReplaceStart()
1093 rRow = MAXROW; in GetSearchAndReplaceStart()
1098 rRow = MAXROW+1; in GetSearchAndReplaceStart()
1109 rRow = (SCROW) -1; in GetSearchAndReplaceStart()
1114 rRow = 0; in GetSearchAndReplaceStart()
1119 rRow = 0; in GetSearchAndReplaceStart()
[all …]
H A Ddptabres.cxx1548 long& rRow, long nMeasure ) const in FillDataResults() argument
1553 long nStartRow = rRow; in FillDataResults()
1569 ++rRow; // -> fill child dimension one row below in FillDataResults()
1571 … pChildDimension->FillDataResults( pRefMember, rSequence, rRow, nMeasure ); // doesn't modify rRow in FillDataResults()
1572 rRow += GetSize( nMeasure ); in FillDataResults()
1575 --rRow; // positions are calculated with the normal values in FillDataResults()
1594rRow -= nSubSize * ( nUserSubCount - nUserSubStart ); // GetSize includes space for SubTotal in FillDataResults()
1595rRow -= nExtraSpace; // GetSize includes the empty line in FillDataResults()
1601 nMoveSubTotal = rRow - nStartRow; // force to first (title) row in FillDataResults()
1602 rRow = nStartRow; in FillDataResults()
[all …]
/AOO41X/main/sw/source/filter/inc/
H A Dfltglbls.hxx83 void NormalizeRow( sal_uInt16 &rRow ) { rRow -= nRowStart; } in NormalizeRow() argument
84 void Normalize( sal_uInt16 &rCol, sal_uInt16 &rRow ) in Normalize() argument
85 { NormalizeCol( rCol ); NormalizeRow( rRow ); } in Normalize()
97 inline void RowLimitter( sal_uInt16 &rRow );
112 inline void FilterGlobals::RowLimitter( sal_uInt16 &rRow ) in RowLimitter() argument
114 if( rRow < nRowStart ) in RowLimitter()
115 rRow = nRowStart; in RowLimitter()
116 else if( rRow > nRowEnd ) in RowLimitter()
117 rRow = nRowEnd; in RowLimitter()
H A Dwrtswtbl.hxx153 inline int operator==( const SwWriteTableRow& rRow ) const;
157 inline int SwWriteTableRow::operator==( const SwWriteTableRow& rRow ) const in operator ==()
160 return (nPos >= rRow.nPos ? nPos - rRow.nPos : rRow.nPos - nPos ) <= in operator ==()
164 inline int SwWriteTableRow::operator<( const SwWriteTableRow& rRow ) const in operator <()
168 return nPos < rRow.nPos - (mbUseLayoutHeights ? 0 : ROWFUZZY); in operator <()
/AOO41X/main/sw/source/filter/rtf/
H A Drtftbl.cxx72 static void SetRowBorder(SfxItemSet& rSet, const Row &rRow) in SetRowBorder() argument
76 …aBox.SetDistance( static_cast< sal_uInt16 >(rRow.mbUseLeftRowPad ? rRow.mnLeftRowPad : rRow.mnBrdD… in SetRowBorder()
79 …aBox.SetDistance( static_cast< sal_uInt16 >(rRow.mbUseRightRowPad ? rRow.mnRightRowPad : rRow.mnBr… in SetRowBorder()
82 aBox.SetDistance( static_cast< sal_uInt16 >(rRow.mbUseTopRowPad ? rRow.mnTopRowPad : 0), in SetRowBorder()
85 aBox.SetDistance( static_cast< sal_uInt16 >(rRow.mbUseBottomRowPad ? rRow.mnBottomRowPad : 0), in SetRowBorder()
94 aBox.SetDistance(rRow.mbUseLeftRowPad ? rRow.mnLeftRowPad : rRow.mnBrdDist, in SetRowBorder()
97 aBox.SetDistance(rRow.mbUseRightRowPad ? rRow.mnRightRowPad : rRow.mnBrdDist, in SetRowBorder()
100 aBox.SetDistance(rRow.mbUseTopRowPad ? rRow.mnTopRowPad : 0, in SetRowBorder()
103 aBox.SetDistance(rRow.mbUseBottomRowPad ? rRow.mnBottomRowPad : 0, in SetRowBorder()
/AOO41X/main/svtools/source/control/
H A Dfmtfield.cxx162 StateTransitions& rRow = m_aTransitions[ START ]; in NumberValidator() local
163 rRow.insert( Transition( '_', NUM_START ) ); in NumberValidator()
169 StateTransitions& rRow = m_aTransitions[ NUM_START ]; in NumberValidator() local
172 lcl_insertSignTransitions( rRow, DIGIT_PRE_COMMA ); in NumberValidator()
175 lcl_insertCommonPreCommaTransitions( rRow, m_cThSep, m_cDecSep ); in NumberValidator()
179 lcl_insertStartExponentTransition( rRow ); in NumberValidator()
184 StateTransitions& rRow = m_aTransitions[ DIGIT_PRE_COMMA ]; in NumberValidator() local
187 lcl_insertCommonPreCommaTransitions( rRow, m_cThSep, m_cDecSep ); in NumberValidator()
190 lcl_insertStartExponentTransition( rRow ); in NumberValidator()
194 lcl_insertStopTransition( rRow ); in NumberValidator()
[all …]
/AOO41X/main/autodoc/source/display/idl/
H A Dhfi_linklist.cxx74 rRow = pTable->AddRow(); in Add_Line() local
76 pCurLinkColumn = & (rRow.AddCell() in Add_Line()
79 pCurCommentColumn = & rRow.AddCell(); in Add_Line()
131 Html::TableRow & rRow = pTable->AddRow(); in Add_Line() local
133 pCurDeclaration = &( rRow.AddCell() in Add_Line()
136 pCurDescription = & rRow.AddCell(); in Add_Line()
H A Dhfi_module.cxx226 rRow = aTable.Add_Row(); in produce_ChildList() local
227 produce_Link(rRow, *it); in produce_ChildList()
228 produce_LinkDoc(rRow, *it); in produce_ChildList()
H A Dhfi_interface.cxx305 rRow = aBaseTable.Add_Row(); in produce_BaseHierarchy() local
308 rTerm = rRow in produce_BaseHierarchy()
316 rDocu = rRow in produce_BaseHierarchy()
/AOO41X/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1531 sal_Bool ODbaseTable::InsertRow(OValueRefVector& rRow, sal_Bool bFlush,const Reference<XIndexAccess… in InsertRow() argument
1546 sal_Bool bInsertRow = UpdateBuffer( rRow, NULL, _xCols ); in InsertRow()
1578 *rRow.get()[0] = m_nFilePos; // BOOKmark setzen in InsertRow()
1589 sal_Bool ODbaseTable::UpdateRow(OValueRefVector& rRow, OValueRefRow& pOrgRow,const Reference<XIndex… in UpdateRow() argument
1606 if (!UpdateBuffer(rRow, pOrgRow,_xCols) || !WriteBuffer()) in UpdateRow()
1708 sal_Bool ODbaseTable::UpdateBuffer(OValueRefVector& rRow, OValueRefRow pOrgRow,const Reference<XInd… in UpdateBuffer() argument
1755 …if(pOrgRow.isValid() && (rRow.get()[nPos]->getValue().isNull() || rRow.get()[nPos] == (pOrgRow->ge… in UpdateBuffer()
1765 if (pIndex->Find(0,*rRow.get()[nPos])) in UpdateBuffer()
1856 if ( !rRow.get()[nPos]->isBound() ) in UpdateBuffer()
1869 … if (pOrgRow.isValid() && !rRow.get()[nPos]->getValue().isNull() )//&& pVal->isModified()) in UpdateBuffer()
[all …]
/AOO41X/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx287 Any& rRow = getRowAny( nRow ); in getAny() local
289 rRow >>= aValue; in getAny()
292 rRow <<= aValue; in getAny()
298 const Sequence< Any >& rRow = in getAny() local
302 if( nColumnIndex > rRow.getLength() ) in getAny()
304 return rRow[nColumnIndex-1]; in getAny()
315 Any& rRow = getRowAny( nRow ); in getContentIdentifierString() local
317 rRow >>= aValue; in getContentIdentifierString()
318 rRow <<= m_xContentIdentifierMapping->mapContentIdentifierString( aValue ); in getContentIdentifierString()
338 Any& rRow = getRowAny( nRow ); in getContentIdentifier() local
[all …]
/AOO41X/main/autodoc/source/display/toolkit/
H A Dhf_funcdecl.cxx161 rRow = CurOut()
165 pFront = &(rRow >> *new Html::TableCell << new Html::VAlignAttr(C_sValignTop));
166 pTypes = &(rRow >> *new Html::TableCell << new Html::VAlignAttr(C_sValignTop));
167 pNames = &(rRow >> *new Html::TableCell << new Html::VAlignAttr(C_sValignTop));
H A Dhf_title.cxx75 rRow = Add_Row(); in Produce_Title() local
76 rRow in Produce_Title()
80 rTable = rRow in Produce_Title()
/AOO41X/main/sw/source/core/layout/
H A Dtabfrm.cxx208 void MA_FASTCALL lcl_RecalcRow( SwRowFrm& rRow, long nBottom );
260 const SwRowFrm& rRow = (SwRowFrm&)rTmpRow; in lcl_InsertNewFollowFlowLine()
263 SwRowFrm *pFollowFlowLine = new SwRowFrm(*rRow.GetTabLine(), &rTab, false ); in lcl_InsertNewFollowFlowLine()
354 void lcl_ShrinkCellsAndAllContent( SwRowFrm& rRow ) in lcl_ShrinkCellsAndAllContent() argument
356 SwCellFrm* pCurrMasterCell = static_cast<SwCellFrm*>(rRow.Lower()); in lcl_ShrinkCellsAndAllContent()
886 long lcl_GetMaximumLayoutRowSpan( const SwRowFrm& rRow ) in lcl_GetMaximumLayoutRowSpan() argument
890 const SwRowFrm* pCurrentRowFrm = static_cast<const SwRowFrm*>(rRow.GetNext()); in lcl_GetMaximumLayoutRowSpan()
995 bool lcl_FindSectionsInRow( const SwRowFrm& rRow ) in lcl_FindSectionsInRow() argument
998 SwCellFrm* pLower = (SwCellFrm*)rRow.Lower(); in lcl_FindSectionsInRow()
1001 if ( pLower->IsVertical() != rRow.IsVertical() ) in lcl_FindSectionsInRow()
[all …]
/AOO41X/main/sc/source/core/inc/
H A Djumpmatrix.hxx161 void GetPos( SCSIZE& rCol, SCSIZE& rRow ) const in GetPos()
164 rRow = nCurRow; in GetPos()
166 bool Next( SCSIZE& rCol, SCSIZE& rRow ) in Next() argument
181 GetPos( rCol, rRow ); in Next()
/AOO41X/main/sc/inc/
H A Dtable.hxx346 void GetFirstDataPos(SCCOL& rCol, SCROW& rRow) const;
347 void GetLastDataPos(SCCOL& rCol, SCROW& rRow) const;
442 void FindAreaPos( SCCOL& rCol, SCROW& rRow, SCsCOL nMovX, SCsROW nMovY );
443 void GetNextPos( SCCOL& rCol, SCROW& rRow, SCsCOL nMovX, SCsROW nMovY,
515 SCCOL& rCol, SCROW& rRow, ScMarkData& rMark,
825 sal_Bool Search(const SvxSearchItem& rSearchItem, SCCOL& rCol, SCROW& rRow,
829 sal_Bool Replace(const SvxSearchItem& rSearchItem, SCCOL& rCol, SCROW& rRow,
834 sal_Bool SearchStyle(const SvxSearchItem& rSearchItem, SCCOL& rCol, SCROW& rRow,
836 sal_Bool ReplaceStyle(const SvxSearchItem& rSearchItem, SCCOL& rCol, SCROW& rRow,
868 sal_Bool GetNextSpellingCell(SCCOL& rCol, SCROW& rRow, sal_Bool bInSel,
[all …]
H A Dcolumn.hxx162 sal_Bool GetPrevDataPos(SCROW& rRow) const;
163 sal_Bool GetNextDataPos(SCROW& rRow) const;
164 void FindDataAreaPos(SCROW& rRow, long nMovY) const; // (ohne Broadcaster)
340 … sal_Bool SearchStyleRange( SCsROW& rRow, SCsROW& rEndRow, const ScStyleSheet* pSearchStyle,
426 sal_Bool Next( SCROW& rRow, ScBaseCell*& rpCell );
H A Ddociter.hxx75 void GetPos( SCCOL& rCol, SCROW& rRow, SCTAB& rTab );
435 ScBaseCell* GetNext( SCCOL& rCol, SCROW& rRow );
436 sal_Bool ReturnNext( SCCOL& rCol, SCROW& rRow );
504 const ScPatternAttr* GetNext( SCCOL& rCol1, SCCOL& rCol2, SCROW& rRow );
/AOO41X/main/dbaccess/source/core/api/
H A DRowSet.cxx705 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateValue() local
706 ORowSetNotifier aNotify(this,rRow); in updateValue()
707 m_pCache->updateValue(columnIndex,x,rRow,aNotify.getChangedColumns()); in updateValue()
721 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateNull() local
722 ORowSetNotifier aNotify(this,rRow); in updateNull()
723 m_pCache->updateNull(columnIndex,rRow,aNotify.getChangedColumns()); in updateNull()
819 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateCharacterStream() local
820 ORowSetNotifier aNotify(this,rRow); in updateCharacterStream()
821 m_pCache->updateCharacterStream(columnIndex,x,length,rRow,aNotify.getChangedColumns()); in updateCharacterStream()
863 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateObject() local
[all …]
/AOO41X/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx199 const ::std::vector< SchXMLCell > & rRow( rTable.aData[nRow] ); in lcl_fillRangeMapping() local
200 const size_t nTableColCount( rRow.size()); in lcl_fillRangeMapping()
203 OUString aRangeId( rRow[nCol].aRangeId ); in lcl_fillRangeMapping()
914 const ::std::vector< SchXMLCell >& rRow = *aRowIter; in applyTableToInternalDataProvider() local
915 if( !rRow.empty() ) in applyTableToInternalDataProvider()
919 lcl_ApplyCellToComplexLabel( rRow.front(), aComplexRowDescriptions[nRow] ); in applyTableToInternalDataProvider()
923 …lcl_ApplyCellToData aApplyCellToData = ::std::for_each( rRow.begin() + nColOffset, rRow.end(), lcl… in applyTableToInternalDataProvider()
/AOO41X/main/dbaccess/source/ui/tabledesign/
H A DTableRow.cxx67 OTableRow::OTableRow( const OTableRow& rRow, long nPosition ) in OTableRow() argument
70 ,m_bReadOnly(rRow.IsReadOnly()) in OTableRow()
75 OFieldDescription* pSrcField = rRow.GetActFieldDescr(); in OTableRow()
/AOO41X/main/autodoc/source/display/html/
H A Dnav_main.cxx246 TableRow & rRow = pTable->AddRow(); in Write2() local
247 rRow in Write2()
254 (*it)->Write2( rRow ); in Write2()

123