Home
last modified time | relevance | path

Searched refs:rFound (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx185 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()
/trunk/main/sfx2/source/control/
H A Dbindings.cxx1419 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()
/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.cxx64 HashedStyle& rFound = m_aIdToStyle[ nRet ]; in impl_getStyleId() local
66 rFound.RefCount++; in impl_getStyleId()
68 rFound.IsSubStyle = false; in impl_getStyleId()
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx541 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 Dtable2.cxx2002 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()
/trunk/main/sc/inc/
H A Dcolumn.hxx331 const ScStyleSheet* GetSelectionStyle( const ScMarkData& rMark, sal_Bool& rFound ) const;
332 const ScStyleSheet* GetAreaStyle( sal_Bool& rFound, SCROW nRow1, SCROW nRow2 ) const;
H A Dtable.hxx575 const ScStyleSheet* GetSelectionStyle( const ScMarkData& rMark, sal_Bool& rFound ) const;
576 const ScStyleSheet* GetAreaStyle( sal_Bool& rFound, SCCOL nCol1, SCROW nRow1,
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx4475 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 121 milliseconds