Home
last modified time | relevance | path

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

123

/aoo4110/main/sc/inc/
H A Dattarray.hxx138 sal_Bool SearchStyleRange( SCsROW& rRow, SCsROW& rEndRow, const ScStyleSheet* pSearchStyle,
H A Ddptabres.hxx440 long& rRow, long nMeasure ) const;
/aoo4110/main/sc/source/core/data/
H A Ddocumen4.cxx345 sal_Bool ScDocument::GetNextMarkedCell( SCCOL& rCol, SCROW& rRow, SCTAB nTab, in GetNextMarkedCell() argument
349 return pTab[nTab]->GetNextMarkedCell( rCol, rRow, rMark ); in GetNextMarkedCell()
H A Dcolumn.cxx2145 sal_Bool ScColumn::SearchStyleRange( SCsROW& rRow, SCsROW& rEndRow, const ScStyleSheet* pSearchStyl… in SearchStyleRange() argument
2151 return pAttrArray->SearchStyleRange( rRow, rEndRow, pSearchStyle, bUp, in SearchStyleRange()
2157 return pAttrArray->SearchStyleRange( rRow, rEndRow, pSearchStyle, bUp, NULL ); in SearchStyleRange()
H A Dattarray.cxx2484 sal_Bool ScAttrArray::SearchStyleRange( SCsROW& rRow, SCsROW& rEndRow, in SearchStyleRange() argument
2487 SCsROW nStartRow = SearchStyle( rRow, pSearchStyle, bUp, pMarkArray ); in SearchStyleRange()
2493 rRow = nStartRow; in SearchStyleRange()
H A Ddocument.cxx5025 void ScDocument::FindAreaPos( SCCOL& rCol, SCROW& rRow, SCTAB nTab, SCsCOL nMovX, SCsROW nMovY ) in FindAreaPos() argument
5028 pTab[nTab]->FindAreaPos( rCol, rRow, nMovX, nMovY ); in FindAreaPos()
5032 void ScDocument::GetNextPos( SCCOL& rCol, SCROW& rRow, SCTAB nTab, SCsCOL nMovX, SCsROW nMovY, in GetNextPos() argument
5042 pTab[nTab]->GetNextPos( rCol, rRow, nMovX, nMovY, bMarked, bUnprotected, aCopyMark ); in GetNextPos()
/aoo4110/main/sw/inc/
H A Dswabstdlg.hxx141 virtual void GetValues( String& rName, sal_uInt16& rRow, sal_uInt16& rCol,
/aoo4110/main/svtools/source/contnr/
H A Dsvimpicn.cxx4010 void SvImpIconView::AdjustAtGrid( const SvPtrarr& rRow, SvLBoxEntry* pStart ) in AdjustAtGrid() argument
4012 if( !rRow.Count() ) in AdjustAtGrid()
4022 for( sal_uInt16 nCur = 0; nCur < rRow.Count(); nCur++ ) in AdjustAtGrid()
4024 SvLBoxEntry* pCur = (SvLBoxEntry*)rRow[ nCur ]; in AdjustAtGrid()
H A Dimivctl.hxx270 void AdjustAtGrid( const SvPtrarr& rRow, SvxIconChoiceCtrlEntry* pStart=0 );
H A Dimivctl1.cxx3477 void SvxIconChoiceCtrl_Impl::AdjustAtGrid( const SvPtrarr& rRow, SvxIconChoiceCtrlEntry* pStart ) in AdjustAtGrid() argument
3479 if( !rRow.Count() ) in AdjustAtGrid()
3489 for( sal_uInt16 nCur = 0; nCur < rRow.Count(); nCur++ ) in AdjustAtGrid()
3491 SvxIconChoiceCtrlEntry* pCur = (SvxIconChoiceCtrlEntry*)rRow[ nCur ]; in AdjustAtGrid()
/aoo4110/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx303 virtual void GetValues( String& rName, sal_uInt16& rRow, sal_uInt16& rCol,
/aoo4110/main/sc/source/filter/inc/
H A Dxetable.hxx850 explicit XclExpDefaultRowData( const XclExpRow& rRow );
/aoo4110/main/sc/source/ui/inc/
H A Dviewdata.hxx408 void GetEditView( ScSplitPos eWhich, EditView*& rViewPtr, SCCOL& rCol, SCROW& rRow );
/aoo4110/main/sc/source/ui/view/
H A Ddbfunc3.cxx141 void ScDBFunc::TestRemoveOutline( sal_Bool& rCol, sal_Bool& rRow ) in TestRemoveOutline() argument
196 rRow = bRowFound; in TestRemoveOutline()
H A Dviewdata.cxx1463 void ScViewData::GetEditView( ScSplitPos eWhich, EditView*& rViewPtr, SCCOL& rCol, SCROW& rRow ) in GetEditView() argument
1467 rRow = nEditRow; in GetEditView()
/aoo4110/main/sw/source/core/unocore/
H A Dunotbl.cxx328 sal_Int32 &rColumn, sal_Int32 &rRow) in lcl_GetCellPosition() argument
330 rColumn = rRow = -1; // default return values indicating failure in lcl_GetCellPosition()
365 rRow = aRowTxt.ToInt32() - 1; // - 1 because indices ought to be 0 based in lcl_GetCellPosition()
370 DBG_ASSERT( rColumn != -1 && rRow != -1, "failed to get column or row index" ); in lcl_GetCellPosition()
H A Dunotext.cxx2024 uno::Any const& rRow, in lcl_ApplyRowProperties() argument
2028 rRow >>= xRow; in lcl_ApplyRowProperties()
H A Dunochart.cxx75 extern void lcl_GetCellPosition( const String &rCellName, sal_Int32 &rColumn, sal_Int32 &rRow);
/aoo4110/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx253 RowDataType& rRow = itrRow->second; in setCell() local
257 rRow.insert(RowDataType::value_type(nCol, aCell)); in setCell()

Completed in 212 milliseconds

123