Searched refs:rFound (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sfx2/source/doc/ |
H A D | doctempl.cxx | 185 sal_Bool& rFound ) const; 268 sal_Bool& rFound ) const; 2068 sal_Bool& rFound ) const in GetEntryPos() 2080 rFound = sal_True; in GetEntryPos() 2085 rFound = sal_False; in GetEntryPos() 2099 rFound = sal_False; in GetEntryPos() 2116 rFound = sal_True; in GetEntryPos() 2549 sal_Bool& rFound ) const in GetRegionPos() 2572 rFound = sal_True; in GetRegionPos() 2578 rFound = sal_False; in GetRegionPos()
|
/aoo41x/main/sfx2/source/control/ |
H A D | bindings.cxx | 1419 SfxFoundCacheArr_Impl& rFound // out: Liste der Caches der Siblings in CreateSet_Impl() argument 1463 rFound.Insert( pFound ); in CreateSet_Impl() 1533 rFound.Insert( pFoundCache ); in CreateSet_Impl() 1540 sal_uInt16 *pRanges = new sal_uInt16[rFound.Count() * 2 + 1]; in CreateSet_Impl() 1543 while ( i < rFound.Count() ) in CreateSet_Impl() 1545 pRanges[j++] = rFound[i]->nWhichId; in CreateSet_Impl() 1547 for ( ; i < rFound.Count()-1; ++i ) in CreateSet_Impl() 1548 if ( rFound[i]->nWhichId+1 != rFound[i+1]->nWhichId ) in CreateSet_Impl() 1550 pRanges[j++] = rFound[i++]->nWhichId; in CreateSet_Impl()
|
/aoo41x/main/sdext/source/pdfimport/tree/ |
H A D | style.cxx | 64 HashedStyle& rFound = m_aIdToStyle[ nRet ]; in impl_getStyleId() local 66 rFound.RefCount++; in impl_getStyleId() 68 rFound.IsSubStyle = false; in impl_getStyleId()
|
/aoo41x/main/sc/source/core/data/ |
H A D | column.cxx | 541 const ScStyleSheet* ScColumn::GetSelectionStyle( const ScMarkData& rMark, sal_Bool& rFound ) const in GetSelectionStyle() 543 rFound = sal_False; in GetSelectionStyle() 567 rFound = sal_True; in GetSelectionStyle() 578 const ScStyleSheet* ScColumn::GetAreaStyle( sal_Bool& rFound, SCROW nRow1, SCROW nRow2 ) const in GetAreaStyle() argument 580 rFound = sal_False; in GetAreaStyle() 594 rFound = sal_True; in GetAreaStyle()
|
H A D | table2.cxx | 2002 const ScStyleSheet* ScTable::GetSelectionStyle( const ScMarkData& rMark, sal_Bool& rFound ) const in GetSelectionStyle() 2004 rFound = sal_False; in GetSelectionStyle() 2018 rFound = sal_True; in GetSelectionStyle() 2029 const ScStyleSheet* ScTable::GetAreaStyle( sal_Bool& rFound, SCCOL nCol1, SCROW nRow1, in GetAreaStyle() argument 2032 rFound = sal_False; in GetAreaStyle() 2045 rFound = sal_True; in GetAreaStyle()
|
/aoo41x/main/sc/inc/ |
H A D | column.hxx | 331 const ScStyleSheet* GetSelectionStyle( const ScMarkData& rMark, sal_Bool& rFound ) const; 332 const ScStyleSheet* GetAreaStyle( sal_Bool& rFound, SCROW nRow1, SCROW nRow2 ) const;
|
H A D | table.hxx | 575 const ScStyleSheet* GetSelectionStyle( const ScMarkData& rMark, sal_Bool& rFound ) const; 576 const ScStyleSheet* GetAreaStyle( sal_Bool& rFound, SCCOL nCol1, SCROW nRow1,
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 4475 const String& rName, ScRange& rFound ) in lcl_FindRangeOrEntry() argument 4482 rFound = *rRanges.GetObject(nIndex); in lcl_FindRangeOrEntry() 4497 rFound = aCellRange; in lcl_FindRangeOrEntry() 4517 rFound = rComp; in lcl_FindRangeOrEntry()
|
Completed in 134 milliseconds