Home
last modified time | relevance | path

Searched refs:Find (Results 101 – 125 of 364) sorted by relevance

12345678910>>...15

/aoo41x/main/xmloff/source/style/
H A Dimpastp4.cxx301 OUString SvXMLAutoStylePoolP_Impl::Find( sal_Int32 nFamily, in Find() function in SvXMLAutoStylePoolP_Impl
324 sName = pParents->GetObject( nPos )->Find( pFamily, rProperties ); in Find()
/aoo41x/main/sc/source/filter/html/
H A Dhtmlpars.cxx1984 …if( ((pRange = maVMergedCells.Find( rCellPos.MakeAddr() )) != 0) || ((pRange = maHMergedCells.Find in GetSpan()
2398 …while( ((pRange = maVMergedCells.Find( maCurrCell.MakeAddr() )) != 0) || ((pRange = maHMergedCells… in InsertNewCell()
2407 if( (pRange = maVMergedCells.Find( aAddr )) != 0 ) in InsertNewCell()
2587 if( !maUsedCells.Find( aAddr ) ) in FillEmptyCells()
2595 while( (aRange.aEnd.Col() < maSize.mnCols) && !maUsedCells.Find( aRange.aEnd ) ); in FillEmptyCells()
/aoo41x/main/cui/source/dialogs/
H A Dgallery.src197 Text [ en-US ] = "~Find Files..." ;
302 Text [ en-US ] = "Find" ;
/aoo41x/main/sd/source/core/
H A Dsdpage2.cxx179 pSheet = pStShPool->Find(aOldFullName, SD_STYLE_FAMILY_MASTERPAGE); in SetPresentationLayout()
183 pSheet = pStShPool->Find(aFullName, SD_STYLE_FAMILY_MASTERPAGE); in SetPresentationLayout()
H A Dsdpage.cxx530 …SfxStyleSheet* pSheet = (SfxStyleSheet*)pModel->GetStyleSheetPool()->Find(aName, SD_STYLE_FAMILY_M… in CreatePresObj()
592 SfxStyleSheetBase* pResult = pStShPool->Find(aName, SD_STYLE_FAMILY_MASTERPAGE); in GetStyleSheetForMasterPageBackground()
641 SfxStyleSheetBase* pResult = pStShPool->Find(aName, SD_STYLE_FAMILY_MASTERPAGE); in GetStyleSheetForPresObj()
683 SfxStyleSheetBase* pResult = pStShPool->Find(aStyleName, SD_STYLE_FAMILY_MASTERPAGE); in getPresentationStyle()
1994 …eSheet = (SfxStyleSheet*)((SdDrawDocument*) pModel)->GetStyleSheetPool()->Find(sLayoutName, SD_STY… in ScaleObjects()
2147 …SfxStyleSheet* pSheet = static_cast<SfxStyleSheet*>( pModel->GetStyleSheetPool()->Find(aName, SD_S… in convertPresentationObjectImpl()
H A Ddrawdoc.cxx649 …SetDefaultStyleSheet(static_cast<SfxStyleSheet*>(mxStyleSheetPool->Find(aName, SD_STYLE_FAMILY_GRA… in NewOrLoadCompleted()
652 …SetDefaultStyleSheetForSdrGrafObjAndSdrOle2Obj(static_cast<SfxStyleSheet*>(mxStyleSheetPool->Find(… in NewOrLoadCompleted()
/aoo41x/main/sd/source/filter/ppt/
H A Dpptin.cxx604 …pSheet = (SfxStyleSheet*)mpDoc->GetStyleSheetPool()->Find( String(SdResId( STR_STANDARD_STYLESHEET… in Import()
617 …pSheet = (SfxStyleSheet*)mpDoc->GetStyleSheetPool()->Find( String(SdResId( STR_PSEUDOSHEET_BACKGRO… in Import()
688 …fxStyleSheet* pOutlineSheet = (SfxStyleSheet*)mpDoc->GetStyleSheetPool()->Find( aName, SD_STYLE_FA… in Import()
2280 … pSheet = (SfxStyleSheet*)mpDoc->GetStyleSheetPool()->Find( aName, SD_STYLE_FAMILY_MASTERPAGE ); in ApplyTextObj()
2319 …pSheet = (SfxStyleSheet*)mpDoc->GetStyleSheetPool()->Find( String(SdResId( STR_PSEUDOSHEET_BACKGRO… in ApplyTextObj()
2322 …pSheet = (SfxStyleSheet*)mpDoc->GetStyleSheetPool()->Find( String(SdResId( STR_STANDARD_STYLESHEET… in ApplyTextObj()
/aoo41x/main/sw/source/ui/uiview/
H A Dformatclipboard.cxx505 … SwDocStyleSheet* pStyle = (SwDocStyleSheet*)pPool->Find(m_aCharStyle, SFX_STYLE_FAMILY_CHAR); in Paste()
517 … SwDocStyleSheet* pStyle = (SwDocStyleSheet*)pPool->Find(m_aParaStyle, SFX_STYLE_FAMILY_PARA); in Paste()
/aoo41x/main/basic/source/classes/
H A Deventatt.cxx299 pMethVar = pBasic->Find( aMacro, SbxCLASS_DONTCARE ); in firing_impl()
352 SbxVariable* pDlgLibContVar = pBasic->Find in implFindDialogLibForDialog()
/aoo41x/main/l10ntools/scripts/
H A Dlocalize_old.pl32 use File::Find;
348 my $file = $File::Find::name;
H A Dlocalize.pl32 use File::Find;
327 my $file = $File::Find::name;
/aoo41x/main/basic/source/inc/
H A Dstdobj.hxx43 virtual SbxVariable* Find( const String&, SbxClassType );
H A Dobject.hxx85 virtual SbxVariable* Find( const String&, SbxClassType );
/aoo41x/main/idlc/source/
H A Dscanner.ll218 /* Find line number */
225 /* Find file name, if present */
/aoo41x/main/filter/source/msfilter/
H A Dmsvbahelper.cxx200 … SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Find( sMacro, SbxCLASS_METHOD ) ); in hasMacro()
206 …else if( SbMethod* pMethod = dynamic_cast< SbMethod* >( pBasic->Find( sMacro, SbxCLASS_METHOD ) ) ) in hasMacro()
/aoo41x/main/basic/source/basmgr/
H A Dbasmgr.cxx1808 SbxVariable* pVariable = pStandardLib->Find( sVarName, SbxCLASS_OBJECT ); in SetGlobalUNOConstant()
1902 SbMethod* pMethod = (SbMethod*)pMod->Find( sMacro, SbxCLASS_METHOD ); in lcl_queryMacro()
2275 SbxVariable* pVar = mpLib->GetObjects()->Find( aName, SbxCLASS_DONTCARE ); in getByName()
2317 SbxVariable* pVar = mpLib->GetObjects()->Find( aName, SbxCLASS_DONTCARE ); in hasByName()
2355 SbxVariable* pVar = mpLib->GetObjects()->Find( Name, SbxCLASS_DONTCARE ); in removeByName()
/aoo41x/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx798 if ( pStylePool->Find( aString, eFamily ) ) in GetObjectByName_Impl()
826 if ( !pStylePool->Find( aNameStr, eFamily ) ) // noch nicht vorhanden in insertByName()
876 SfxStyleSheetBase* pStyle = pStylePool->Find( aString, eFamily ); in removeByName()
1012 if ( pStylePool->Find( aString, eFamily ) ) in hasByName()
1180 return pStylePool->Find( aStyleName, eFamily ); in GetStyle_Impl()
/aoo41x/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3170 sal_uLong SwCrsrShell::Find( const SearchOptions& rSearchOpt, sal_Bool bSearchInNotes, in Find() function in SwCrsrShell
3179 …sal_uLong nRet = pCurCrsr->Find( rSearchOpt, bSearchInNotes, eStart, eEnde, bCancel, eRng, bReplac… in Find()
3185 sal_uLong SwCrsrShell::Find( const SwTxtFmtColl& rFmtColl, in Find() function in SwCrsrShell
3194 sal_uLong nRet = pCurCrsr->Find( rFmtColl, eStart, eEnde, bCancel, eRng, pReplFmt ); in Find()
3200 sal_uLong SwCrsrShell::Find( const SfxItemSet& rSet, sal_Bool bNoCollections, in Find() function in SwCrsrShell
3210 sal_uLong nRet = pCurCrsr->Find( rSet, bNoCollections, eStart, eEnde, bCancel, in Find()
H A Dfindfmt.cxx32 sal_Bool SwPaM::Find( const SwFmt& rFmt, SwMoveFn fnMove, in Find() function in SwPaM
/aoo41x/
H A DREADME.md5 Version 4.1.15 was released on December 22, 2023. Find the [Release Notes](https://cwiki.apache.org…
/aoo41x/main/soltools/ldump/
H A Dhashtbl.hxx78 void* Find (const char *cKey ) const;
/aoo41x/main/sot/inc/sot/
H A Dfactory.hxx63 static const SotFactory * Find( const SvGlobalName & );
/aoo41x/main/connectivity/source/inc/dbase/
H A DDIndexIter.hxx49 sal_uIntPtr Find(sal_Bool bFirst);
/aoo41x/main/sfx2/source/dialog/
H A Dnewstyle.cxx43 SfxStyleSheetBase* pStyle = rPool.Find( aName, rPool.GetSearchFamily(), SFXSTYLEBIT_ALL ); in IMPL_LINK()
/aoo41x/main/sc/source/filter/excel/
H A Dxistyle.cxx1356 mpStyleSheet = static_cast< ScStyleSheet* >( GetStyleSheetPool().Find( in CreateStyleSheet()
1366 …mpStyleSheet = static_cast< ScStyleSheet* >( GetStyleSheetPool().Find( maFinalName, SFX_STYLE_FAMI… in CreateStyleSheet()
1586 Find( pPrevRange, pNextRange, nNextIndex, nScRow ); in SetXF()
1646 void XclImpXFRangeColumn::Find( in Find() function in XclImpXFRangeColumn

Completed in 206 milliseconds

12345678910>>...15