Home
last modified time | relevance | path

Searched refs:Find (Results 51 – 75 of 375) sorted by relevance

12345678910>>...15

/trunk/main/sot/source/sdstor/
H A Dstgavl.hxx53 StgAvlNode* Find( StgAvlNode* );
66 StgAvlNode* Find( short );
H A Dstgcache.cxx236 StgPage* StgCache::Find( sal_Int32 nPage ) in Find() function in StgCache
268 StgPage* p = Find( nPage ); in Get()
288 StgPage* p = Find( nNew ); in Copy()
/trunk/main/solenv/bin/
H A Dhicontrast-to-theme.pl31 use File::Find;
99 my $dir = File::Spec->catdir( $dst, $File::Find::dir );
H A Doochkpatch.pl31 require File::Find;
37 use File::Find;
/trunk/main/sw/source/core/edit/
H A Dedfld.cxx341 && ( aPam.Find( aFldHint, sal_False, fnMoveForward, &aCurPam ) in UpdateFlds()
342 || aPam.Find( aAnnotationFldHint, sal_False, fnMoveForward, &aCurPam ) in UpdateFlds()
343 || aPam.Find( aInputFldHint, sal_False, fnMoveForward, &aCurPam ) ) ) in UpdateFlds()
/trunk/main/editeng/source/editeng/
H A Deditundo.cxx299 …yleSheet( nNode, (SfxStyleSheet*)GetImpEditEngine()->GetStyleSheetPool()->Find( aLeftStyleName, eL… in Undo()
301 …eSheet( nNode+1, (SfxStyleSheet*)GetImpEditEngine()->GetStyleSheetPool()->Find( aRightStyleName, e… in Undo()
525 …yleSheet( nPara, (SfxStyleSheet*)GetImpEditEngine()->GetStyleSheetPool()->Find( aPrevName, ePrevFa… in Undo()
533 …yleSheet( nPara, (SfxStyleSheet*)GetImpEditEngine()->GetStyleSheetPool()->Find( aNewName, eNewFami… in Redo()
H A Deertfpar.cxx377 …StartPaM, aEndPaM ), (SfxStyleSheet*)pImpEditEngine->GetStyleSheetPool()->Find( pS->sName, SFX_STY… in SetAttrInDoc()
446 …SfxStyleSheet* pStyle = (SfxStyleSheet*)pImpEditEngine->GetStyleSheetPool()->Find( pRTFStyle->sNam… in CreateStyleSheet()
467 …SfxStyleSheet* pS = (SfxStyleSheet*)pImpEditEngine->GetStyleSheetPool()->Find( aParent, SFX_STYLE_… in CreateStyleSheet()
/trunk/main/basctl/source/basicide/
H A Dbasobj3.cxx90 if ( pModule->GetMethods()->Find( rMacroName, SbxCLASS_METHOD ) ) in CreateMacro()
109 bValid = pModule->GetMethods()->Find( aMacroName, SbxCLASS_METHOD ) ? sal_False : sal_True; in CreateMacro()
159 SbMethod* pMethod = (SbMethod*)pModule->GetMethods()->Find( aMacroName, SbxCLASS_METHOD ); in CreateMacro()
/trunk/main/sd/source/core/
H A Dstlsheet.cxx216 SfxStyleSheetBase* pStyle = rPool.Find(rParentName, nFamily); in SetParent()
487 pRealStyle = static_cast< SdStyleSheet* >( rPool.Find(aRealStyle, SD_STYLE_FAMILY_MASTERPAGE) ); in GetRealStyleSheet()
548 pPseudoStyle = static_cast<SdStyleSheet*>(rPool.Find(aStyleName, SD_STYLE_FAMILY_PSEUDO)); in GetPseudoStyleSheet()
762 while( rPool.Find( aName, eFamily ) != 0 ); in CreateEmptyUserStyle()
1045 SdStyleSheet* pParentStyle = static_cast< SdStyleSheet* >( mxPool->Find( GetParent(), nFamily ) ); in getParentStyle()
/trunk/main/autodoc/inc/ary/
H A Dsequentialids.hxx63 ID Find(
127 SequentialIds<ID>::Find(IDENTIFY i_find) const in Find() function in ary::SequentialIds
/trunk/main/svx/source/inc/
H A Dfiltnav.hxx139 FmFilterItem* Find( const ::sal_Int32 _nFilterComponentIndex ) const;
205 …FmFormItem* Find(const ::std::vector<FmFilterData*>& rItems, const ::com::sun::star::uno::Referenc…
206 …FmFormItem* Find(const ::std::vector<FmFilterData*>& rItems, const ::com::sun::star::uno::Referenc…
/trunk/main/svx/source/dialog/
H A Dsrchdlg.src54 Text [ en-US ] = "Find & Replace" ;
139 Text [ en-US ] = "~Find" ;
148 Text [ en-US ] = "Find ~All" ;
/trunk/main/sd/source/ui/view/
H A Ddrawview.cxx231 SfxStyleSheet* pSheet = (SfxStyleSheet*)pStShPool->Find(aName, SD_STYLE_FAMILY_MASTERPAGE); in SetAttributes()
258 …SfxStyleSheet* pOutlSheet = static_cast< SfxStyleSheet* >(pStShPool->Find(aSheetName, SD_STYLE_FAM… in SetAttributes()
330 Find(aName, SD_STYLE_FAMILY_MASTERPAGE); in SetAttributes()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx1048 SwHash* pFnd = Find( rRet, ppTbl, nSize, pPos ); in LookString()
1235 pFnd = Find( aNew, ppHashTbl, rTblSize, &nPos ); in FldsToExpand()
1251 pFnd = Find( rName, ppHashTbl, rTblSize, &nPos ); in FldsToExpand()
1312 SwHash* pFnd = Find( rNm, pHashStrTbl, nStrFmtCnt, &nPos ); in UpdateExpFlds()
1427 SwHash* pFnd = Find( rName, pHashStrTbl, nStrFmtCnt, &nPos ); in UpdateExpFlds()
1477 SwHash* pFnd = Find( aNew, pHashStrTbl, nStrFmtCnt, &nPos ); in UpdateExpFlds()
2644 SwHash* pFnd = Find( sFldName, GetFldTypeTable(), TBLSZ, &n ); in InsertFldType()
2675 SwHash* pFnd = Find( sFldName, GetFldTypeTable(), TBLSZ, &n ); in RemoveFldType()
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx577 SfxStyleSheetBase* pExist = pMyPool->Find(aOldName, eOldFamily); in Insert()
637 pMyPool->Find(rParentName, eOldFamily); in Insert()
651 pMyPool->Find(rFollowName, eOldFamily); in Insert()
917 pMyPool->Find( pSource->GetName(), pSource->GetFamily() ); in LoadStyles()
/trunk/main/postprocess/packconfig/
H A Dpackconfig.pl33 use File::Find;
140 push @main::file_list, $File::Find::name;
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1289 pStylePool->Find( ScGlobal::GetRscString(STR_STYLENAME_STANDARD), SFX_STYLE_FAMILY_PARA ); in DoAutoStyle()
1383 SfxStyleSheetBase* pStyleSheet = pStylePool->Find( aStyleName, SFX_STYLE_FAMILY_PAGE ); in SetPrintZoom()
1418 SfxStyleSheetBase* pStyleSheet = pStylePool->Find( aStyleName, SFX_STYLE_FAMILY_PAGE ); in AdjustPrintZoom()
1550 = pStylePool->Find( aOldName, SFX_STYLE_FAMILY_PAGE ); in ExecutePageStyle()
1630 = pStylePool->Find( aStr, SFX_STYLE_FAMILY_PAGE ); in ExecutePageStyle()
1776 SfxStyleSheetBase* pStyleSheet = pStylePool->Find( aStr, SFX_STYLE_FAMILY_PAGE ); in GetStatePageStyle()
1986 Find( aDocument.GetPageStyle( nCurTab ), in GetPageOnFromPageStyleSet()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlaustp.hxx113 …::rtl::OUString Find( sal_Int32 nFamily, const ::std::vector< XMLPropertyState >& rProperties ) co…
114 …::rtl::OUString Find( sal_Int32 nFamily, const ::rtl::OUString& rParent, const ::std::vector< XMLP…
/trunk/main/sot/source/base/
H A Dfactory.cxx160 if( Find( *this ) ) in SotFactory()
209 const SotFactory* SotFactory::Find( const SvGlobalName & rFactName ) in Find() function in SotFactory
/trunk/main/xmloff/source/style/
H A Dimpastpl.hxx150 …::rtl::OUString Find( const XMLFamilyData_Impl* pFamilyData, const ::std::vector< XMLPropertyState…
203 ::rtl::OUString Find( sal_Int32 nFamily, const ::rtl::OUString& rParent,
/trunk/main/sfx2/source/dialog/
H A Dsrchdlg.src42 Text [ en-US ] = "Find on this Page" ;
95 Text [ en-US ] = "~Find" ;
/trunk/main/sw/source/ui/dbui/
H A Dmmmergepage.src57 Text [ en-US ] = "~Find";
77 Text [ en-US ] = "~Find...";
/trunk/main/basic/inc/basic/
H A Dsbmod.hxx107 virtual SbxVariable* Find( const String&, SbxClassType );
173 virtual SbxVariable* Find( const String&, SbxClassType );
/trunk/main/basic/source/sample/
H A Dobject.cxx123 SbxVariable* SampleObject::Find( const String& rName, SbxClassType t ) in Find() function in SampleObject
126 SbxVariable* pRes = SbxObject::Find( rName, t ); in Find()
/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx215 sal_uLong nRet = Find( rSearchOpt, bSearchInNotes, eStt, eEnd, bCancel, eFlags, bReplace ); in SearchPattern()
242 sal_uLong nRet = Find(pColl? *pColl: GetDfltTxtFmtColl(), in SearchTempl()
267 …sal_uLong nRet = Find( rFindSet, bNoColls, eStart, eEnde, bCancel, eFlags, pSearchOpt, pReplaceSet… in SearchAttr()

Completed in 107 milliseconds

12345678910>>...15