| /AOO41X/main/sw/source/core/inc/ |
| H A D | SwUndoFmt.hxx | 61 virtual SwFmt * Find(const String & rName) const = 0; 85 virtual SwFmt * Find(const String & rName) const = 0; 106 virtual SwFmt * Find(const String & rName) const = 0; 117 virtual SwFmt * Find(const String & rName) const; 127 virtual SwFmt * Find(const String & rName) const; 137 virtual SwFmt * Find(const String & rName) const; 148 virtual SwFmt * Find(const String & rName) const; 158 virtual SwFmt * Find(const String & rName) const; 168 virtual SwFmt * Find(const String & rName) const; 181 virtual SwFmt * Find(const String & rName) const; [all …]
|
| /AOO41X/main/sw/source/core/undo/ |
| H A D | SwUndoFmt.cxx | 63 pNew = Find(sNewName); in UndoImpl() 78 SwFmt * pDerivedFrom = Find(sDerivedFrom); in RedoImpl() 124 SwFmt * pDerivedFrom = Find(sDerivedFrom); in UndoImpl() 140 SwFmt * pOld = Find(sOldName); in RedoImpl() 173 SwFmt * pFmt = Find(sNewName); in UndoImpl() 183 SwFmt * pFmt = Find(sOldName); in RedoImpl() 218 SwFmt * SwUndoTxtFmtCollCreate::Find(const String & rName) const in Find() function in SwUndoTxtFmtCollCreate 239 SwFmt * SwUndoTxtFmtCollDelete::Find(const String & rName) const in Find() function in SwUndoTxtFmtCollDelete 251 SwFmt * SwUndoRenameFmtColl::Find(const String & rName) const in Find() function in SwUndoRenameFmtColl 273 SwFmt * SwUndoCharFmtCreate::Find(const String & rName) const in Find() function in SwUndoCharFmtCreate [all …]
|
| /AOO41X/main/sw/source/ui/config/ |
| H A D | modcfg.cxx | 66 InsCaptionOpt* InsCaptionOptArr::Find(const SwCapObjType eType, const SvGlobalName *pOleId) const in SV_IMPL_PTRARR_SORT() 103 return aInsertConfig.pCapOptions->Find(eType, pOleId); in GetCapOption() 136 InsCaptionOpt *pObj = rArr.Find(pOpt->GetObjType(), &pOpt->GetOleId()); in SetCapOption() 710 pWriterTableOpt = pCapOptions->Find(TABLE_CAP, 0); in Commit() 711 pWriterFrameOpt = pCapOptions->Find(FRAME_CAP, 0); in Commit() 712 pWriterGraphicOpt = pCapOptions->Find(GRAPHIC_CAP, 0); in Commit() 713 pOLECalcOpt = pCapOptions->Find(OLE_CAP, &aGlobalNames[GLOB_NAME_CALC]); in Commit() 714 pOLEImpressOpt = pCapOptions->Find(OLE_CAP, &aGlobalNames[GLOB_NAME_IMPRESS]); in Commit() 715 pOLEDrawOpt = pCapOptions->Find(OLE_CAP, &aGlobalNames[GLOB_NAME_DRAW ]); in Commit() 716 pOLEFormulaOpt = pCapOptions->Find(OLE_CAP, &aGlobalNames[GLOB_NAME_MATH ]); in Commit() [all …]
|
| /AOO41X/main/sd/source/core/ |
| H A D | stlpool.cxx | 140 SfxStyleSheetBase* pResult = Find(aName, SD_STYLE_FAMILY_MASTERPAGE); in GetTitleSheet() 162 SfxStyleSheetBase* pSheet = Find(aFullName, SD_STYLE_FAMILY_MASTERPAGE); in CreateOutlineSheetList() 222 if (!Find(aLevelName, SD_STYLE_FAMILY_MASTERPAGE)) in CreateLayoutStyleSheets() 342 pSheet = Find(aLevelName, SD_STYLE_FAMILY_MASTERPAGE); in CreateLayoutStyleSheets() 361 if (!Find(aName, SD_STYLE_FAMILY_MASTERPAGE)) in CreateLayoutStyleSheets() 407 if (!Find(aName, SD_STYLE_FAMILY_MASTERPAGE)) in CreateLayoutStyleSheets() 456 if (!Find(aName, SD_STYLE_FAMILY_MASTERPAGE)) in CreateLayoutStyleSheets() 508 if (!Find(aName, SD_STYLE_FAMILY_MASTERPAGE)) in CreateLayoutStyleSheets() 531 if (!Find(aName, SD_STYLE_FAMILY_MASTERPAGE)) in CreateLayoutStyleSheets() 639 if ( !Find( aName, eFamily ) ) in CopySheets() [all …]
|
| /AOO41X/main/basic/source/classes/ |
| H A D | sbxmod.cxx | 417 pMethod = (SbMethod*) m_pMod->SbModule::Find( aName, SbxCLASS_METHOD ); in getMethod() 432 pProperty = (SbProperty*)m_pMod->SbModule::Find( aName, SbxCLASS_PROPERTY ); in getProperty() 526 …SbxVariable* pNameProp = pProps->Find( String( RTL_CONSTASCII_USTRINGPARAM("Name") ), SbxCLASS_PRO… in SbModule() 595 SbxVariable* p = pMethods->Find( rName, SbxCLASS_METHOD ); in GetMethod() 623 SbxVariable* p = pProps->Find( rName, SbxCLASS_PROPERTY ); in GetProperty() 641 SbxVariable* p = pProps->Find( rName, SbxCLASS_PROPERTY ); in GetProcedureProperty() 659 SbxVariable* p = pMethods->Find( rName, SbxCLASS_METHOD ); in GetIfaceMapperMethod() 713 SbxVariable* SbModule::Find( const XubString& rName, SbxClassType t ) in Find() function in SbModule 716 SbxVariable* pRes = SbxObject::Find( rName, t ); in Find() 729 SbxVariable* pEnumVar = xArray->Find( rName, SbxCLASS_DONTCARE ); in Find() [all …]
|
| H A D | sb.cxx | 242 pVBAGlobals = (SbUnoObject*)Find( aVBAHook , SbxCLASS_DONTCARE ); in getVBAGlobals() 254 return pVBAGlobals->Find( rName, t ); in VBAFind() 498 if( SbxVariable* pVar = pMod->Find( rClassName, SbxCLASS_OBJECT ) ) in CreateObject() 680 SbxVariable* p = pMethods->Find( aImplMethodName, SbxCLASS_METHOD ); in TYPEINIT1() 785 SbxVariable* SbClassModuleObject::Find( const XubString& rName, SbxClassType t ) in Find() function in SbClassModuleObject 787 SbxVariable* pRes = SbxObject::Find( rName, t ); in Find() 812 SbxVariable* pMeth = SbxObject::Find( aInitMethodName, SbxCLASS_METHOD ); in triggerInitializeEvent() 828 SbxVariable* pMeth = SbxObject::Find( aTermMethodName, SbxCLASS_METHOD ); in triggerTerminateEvent() 890 SbxVariable* pVar = xToUseClassModules->Find( rClassName, SbxCLASS_OBJECT ); in CreateObject() 902 SbxVariable* pVar = xClassModules->Find( rClassName, SbxCLASS_DONTCARE ); in FindClass() [all …]
|
| /AOO41X/main/solenv/bin/ |
| H A D | makemani.pl | 28 use File::Find (); 38 *name = *File::Find::name; 39 *dir = *File::Find::dir; 40 *prune = *File::Find::prune; 79 File::Find::find({wanted => \&wanted}, $dynamic_dir);
|
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxobj.cxx | 211 SbxVariable* SbxObject::Find( const XubString& rName, SbxClassType t ) in Find() function in SbxObject 231 pRes = pMethods->Find( rName, SbxCLASS_METHOD ); in Find() 233 pRes = pProps->Find( rName, SbxCLASS_PROPERTY ); in Find() 235 pRes = pObjs->Find( rName, t ); in Find() 250 pRes = pArray->Find( rName, t ); in Find() 256 pRes = pObjs->Find( rName, t ); in Find() 269 pRes = pCur->pParent->Find( rName, t ); in Find() 312 pDfltProp = (SbxProperty*) Find( aDfltPropName, SbxCLASS_PROPERTY ); in GetDfltProperty() 362 SbxVariable* pOld = pArray->Find( pVar->GetName(), pVar->GetClass() ); in FindVar() 397 SbxVariable* pRes = pArray->Find( rName, ct ); in Make() [all …]
|
| /AOO41X/main/svl/source/items/ |
| H A D | style.cxx | 222 SfxStyleSheetBase *pOther = rPool.Find( rName, nFamily ) ; in SetName() 274 SfxStyleSheetBase* pIter = rPool.Find(rName, nFamily); in SetParent() 286 pIter = rPool.Find(pIter->GetParent(), nFamily); in SetParent() 305 if( !rPool.Find( rName, nFamily ) ) in SetFollow() 541 SfxStyleSheetBase* SfxStyleSheetIterator::Find(const XubString& rStr) in Find() function in SfxStyleSheetIterator 637 aIter.Find(rStyle); in SetParent() 698 rtl::Reference< SfxStyleSheetBase > xStyle( aIter.Find( rName ) ); in Make() 728 SfxStyleSheetBase* pOld = aIter.Find( rSheet.GetName() ); in Add() 771 SfxStyleSheetBase* SfxStyleSheetBasePool::Find(const XubString& rName, in Find() function in SfxStyleSheetBasePool 776 return aIter.Find(rName); in Find() [all …]
|
| /AOO41X/main/basic/source/runtime/ |
| H A D | stdobj1.cxx | 144 SbxVariable* SbStdPicture::Find( const String& rName, SbxClassType t ) in Find() function in SbStdPicture 147 return SbxObject::Find( rName, t ); in Find() 257 p = Find( String( RTL_CONSTASCII_USTRINGPARAM("Name") ), SbxCLASS_PROPERTY ); in SbStdFont() 267 SbxVariable* SbStdFont::Find( const String& rName, SbxClassType t ) in Find() function in SbStdFont 270 return SbxObject::Find( rName, t ); in Find() 476 SbxVariable* p = Find( String( RTL_CONSTASCII_USTRINGPARAM("Name") ), SbxCLASS_PROPERTY ); in SbStdClipboard() 506 SbxVariable* SbStdClipboard::Find( const String& rName, SbxClassType t ) in Find() function in SbStdClipboard 509 return SbxObject::Find( rName, t ); in Find()
|
| H A D | step2.cxx | 99 pElem = pMeth->GetStatics()->Find( aName, SbxCLASS_DONTCARE ); in FindElement() 103 pElem = refLocals->Find( aName, SbxCLASS_DONTCARE ); in FindElement() 110 pElem = pObj->Find( aName, SbxCLASS_DONTCARE ); in FindElement() 295 pElem = refLocals->Find( rName, SbxCLASS_DONTCARE ); in FindElementExtern() 304 pElem = pMod->Find(aMethName, SbxCLASS_DONTCARE); in FindElementExtern() 343 pElem = pMod->Find( rName, SbxCLASS_DONTCARE ); in FindElementExtern() 429 … SbxVariable* meth = pUnoObj->Find( sDefaultMethod, SbxCLASS_METHOD ); in SetupArgs() 597 … SbxVariable* meth = pUnoObj->Find( sDefaultMethod, SbxCLASS_METHOD ); in CheckArray() 835 && refLocals.Is() && refLocals->Find( p->GetName(), p->GetClass() ) ) in StepSTMNT() 1153 if( refLocals->Find( aName, SbxCLASS_DONTCARE ) == NULL ) in StepLOCAL() [all …]
|
| /AOO41X/main/basic/source/comp/ |
| H A D | dim.cxx | 156 else if( rEnumArray->Find( aCompleteName, SbxCLASS_OBJECT ) ) in TypeDecl() 308 SbiSymDef* pOld = pPool->Find( pDef->GetName() ); in DefVar() 398 String aTypeName( aGblStrings.Find( pDef->GetTypeId() ) ); in DefVar() 399 if( rTypeArray->Find( aTypeName, SbxCLASS_OBJECT ) == NULL ) in DefVar() 566 if (rTypeArray->Find(aSym,SbxCLASS_OBJECT)) in DefType() 604 if( pTypeMembers->Find( aElemName, SbxCLASS_DONTCARE) ) in DefType() 652 String aTypeName( aGblStrings.Find( nElemTypeId ) ); in DefType() 653 … SbxObject* pTypeObj = static_cast< SbxObject* >( rTypeArray->Find( aTypeName, SbxCLASS_OBJECT ) ); in DefType() 689 if( rEnumArray->Find(aEnumName,SbxCLASS_OBJECT) ) in DefEnum() 763 SbiSymDef* pOld = pPoolToUse->Find( pElem->GetName() ); in DefEnum() [all …]
|
| H A D | symtbl.cxx | 57 const String& SbiStringPool::Find( sal_uInt16 n ) const in Find() function in SbiStringPool 186 aName = pParser->aGblStrings.Find( nProcId ); in Add() 203 SbiSymDef* SbiSymPool::Find( const String& rName ) const in Find() function in SbiSymPool 214 return pParent->Find( rName ); in Find() 247 SbiSymDef* p = Find( rName ); in Define() 259 SbiSymDef* p = Find( rName ); in Reference() 332 aName = pIn->rStrings.Find( nId ); in GetName()
|
| /AOO41X/main/xmloff/source/text/ |
| H A D | XMLTextListAutoStylePool.cxx | 208 sal_uInt32 XMLTextListAutoStylePool::Find( XMLTextListAutoStylePoolEntry_Impl* pEntry ) const in Find() function in XMLTextListAutoStylePool 240 sal_uInt32 nPos = Find( &aTmp ); in Add() 258 ::rtl::OUString XMLTextListAutoStylePool::Find( in Find() function in XMLTextListAutoStylePool 264 sal_uInt32 nPos = Find( &aTmp ); in Find() 271 ::rtl::OUString XMLTextListAutoStylePool::Find( in Find() function in XMLTextListAutoStylePool 276 sal_uInt32 nPos = Find( &aTmp ); in Find()
|
| /AOO41X/main/sd/source/ui/func/ |
| H A D | futempl.cxx | 181 … SfxStyleSheetBase *p = pSSPool->Find(aStyleName, (SfxStyleFamily) nFamily, SFXSTYLEBIT_ALL ); in DoExecute() 207 … SfxStyleSheetBase *p = pSSPool->Find(aStyleName, (SfxStyleFamily) nFamily, SFXSTYLEBIT_ALL ); in DoExecute() 220 pStyleSheet = pSSPool->Find( aStyleName, (SfxStyleFamily) nFamily); in DoExecute() 224 pStyleSheet = pSSPool->Find( aStyleName, (SfxStyleFamily) nFamily); in DoExecute() 239 pStyleSheet = pSSPool->Find( aStyleName, (SfxStyleFamily) nFamily); in DoExecute() 277 pStyleSheet = pSSPool->Find( aStyleName, (SfxStyleFamily) nFamily); in DoExecute() 437 … SfxStyleSheetBase* pFirstStyleSheet = pSSPool->Find( sStyleName, SD_STYLE_FAMILY_PSEUDO); in DoExecute() 465 … SfxStyleSheetBase* pSheet = pSSPool->Find( aName, SD_STYLE_FAMILY_PSEUDO); in DoExecute()
|
| /AOO41X/main/sw/source/core/crsr/ |
| H A D | findcoll.cxx | 48 virtual int Find( SwPaM* , SwMoveFn , const SwPaM*, sal_Bool bInReadOnly ); 53 int SwFindParaFmtColl::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion, in Find() function in SwFindParaFmtColl 60 if( !pCrsr->Find( *pFmtColl, fnMove, pRegion, bInReadOnly ) ) in Find() 80 sal_uLong SwCursor::Find( const SwTxtFmtColl& rFmtColl, in Find() function in SwCursor
|
| /AOO41X/main/sw/inc/ |
| H A D | swcrsr.hxx | 48 virtual int Find( SwPaM*, SwMoveFn, const SwPaM*, sal_Bool ) = 0; 73 using SwPaM::Find; 107 sal_uLong Find( const com::sun::star::util::SearchOptions& rSearchOpt, 113 sal_uLong Find( const SwTxtFmtColl& rFmtColl, 118 sal_uLong Find( const SfxItemSet& rSet, sal_Bool bNoCollections,
|
| H A D | pam.hxx | 154 sal_uInt8 Find( const com::sun::star::util::SearchOptions& rSearchOpt, 159 sal_Bool Find( const SwFmt& rFmt, 162 sal_Bool Find( const SfxPoolItem& rAttr, sal_Bool bValue = sal_True, 165 sal_Bool Find( const SfxItemSet& rAttr, sal_Bool bNoColls,
|
| /AOO41X/main/sot/source/sdstor/ |
| H A D | stg.cxx | 610 StgDirEntry* p = pIo->pTOC->Find( *pEntry, rName ); in OpenStorage() 669 StgDirEntry* p = pIo->pTOC->Find( *pEntry, rName ); in OpenStream() 715 StgDirEntry* p = pIo->pTOC->Find( *pEntry, rName ); in Remove() 748 StgDirEntry* pElem = pIo->pTOC->Find( *pEntry, rElem ); in CopyTo() 861 StgDirEntry* pElem = pIo->pTOC->Find( *pEntry, rElem ); in MoveTo() 908 StgDirEntry* p = pIo->pTOC->Find( *pEntry, rName ); in IsStorage() 919 StgDirEntry* p = pIo->pTOC->Find( *pEntry, rName ); in IsStream() 929 return sal_Bool( pIo->pTOC->Find( *pEntry, rName ) != NULL ); in IsContained()
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unostyle.cxx | 791 SfxStyleSheetBase* pBase = pBasePool->Find( sStyleName, eFamily ); in getByIndex() 832 SfxStyleSheetBase* pBase = pBasePool->Find(sStyleName); in getByName() 890 SfxStyleSheetBase* pBase = pBasePool->Find(sStyleName); in hasByName() 927 SfxStyleSheetBase* pBase = pBasePool->Find(sStyleName); in insertByName() 928 SfxStyleSheetBase* pUINameBase = pBasePool->Find( sStyleName ); in insertByName() 965 SfxStyleSheetBase* pParentBase = pBasePool->Find(sParentStyleName); in insertByName() 997 SfxStyleSheetBase* pBase = pBasePool->Find(rName); in replaceByName() 1034 SfxStyleSheetBase* pBase = pBasePool->Find( aString ); in removeByName() 1452 SfxStyleSheetBase* pBase = pBasePool->Find(sStyleName); in SwXStyle() 1493 SfxStyleSheetBase* pBase = pBasePool->Find(sStyleName); in getName() [all …]
|
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | tabdlg.cxx | 216 Data_Impl* Find( SfxTabDlgData_Impl& rArr, sal_uInt16 nId, sal_uInt16* pPos = 0 ); 218 Data_Impl* Find( SfxTabDlgData_Impl& rArr, sal_uInt16 nId, sal_uInt16* pPos ) in Find() function 978 Data_Impl* pDataObject = Find( *pImpl->pData, nId, &nPos ); in RemoveTabPage() 1051 Data_Impl* pDataObject = Find( *pImpl->pData, nPageId, &nPos ); in GetTabPage() 1283 Data_Impl* pDataObject = Find( *pImpl->pData, nId ); in IMPL_LINK() 1311 Data_Impl* pDataObject = Find( *pImpl->pData, nId ); in IMPL_LINK() 1404 Data_Impl* pDataObject = Find( *pImpl->pData, nId ); in IMPL_LINK() 1511 Data_Impl* pDataObject = Find( *pImpl->pData, pTabCtrl->GetCurPageId() ); in IMPL_LINK() 1601 Data_Impl* pDataObject = Find( *pImpl->pData, nId ); in GetOutputItemSet()
|
| /AOO41X/main/helpcontent2/helpers/ |
| H A D | create_ilst.pl | 30 use File::Find; 40 find(sub{push @files, $File::Find::name if (($File::Find::name=~/\.png$/));},$startdir);
|
| /AOO41X/main/sw/source/ui/dbui/ |
| H A D | createaddresslistdialog.src | 86 Text [ en-US ] = "~Find..."; 183 Text [ en-US ] = "Find Entry"; 203 Text [ en-US ] = "Find ~only in"; 219 Text [ en-US ] = "~Find";
|
| /AOO41X/main/xmloff/inc/xmloff/ |
| H A D | XMLTextListAutoStylePool.hxx | 57 SAL_DLLPRIVATE sal_uInt32 Find( XMLTextListAutoStylePoolEntry_Impl* pEntry ) 71 ::rtl::OUString Find( 74 ::rtl::OUString Find( const ::rtl::OUString& rInternalName ) const;
|
| /AOO41X/main/svx/source/form/ |
| H A D | filtnav.cxx | 181 FmFilterItem* FmFilterItems::Find( const ::sal_Int32 _nFilterComponentIndex ) const in Find() function in svxform::FmFilterItems 454 FmFormItem* pFormItem = m_pModel->Find( m_pModel->m_aChildren, xForm ); in predicateExpressionChanged() 462 FmFilterItem* pFilterItem = pFilter->Find( _Event.FilterComponent ); in predicateExpressionChanged() 500 FmFormItem* pFormItem = m_pModel->Find( m_pModel->m_aChildren, xForm ); in disjunctiveTermRemoved() 535 FmFormItem* pFormItem = m_pModel->Find( m_pModel->m_aChildren, xForm ); in disjunctiveTermAdded() 703 FmFormItem* FmFilterModel::Find(const ::std::vector<FmFilterData*>& rItems, const Reference< XFormC… in Find() function in svxform::FmFilterModel 715 pForm = Find(pForm->GetChildren(), xController); in Find() 725 FmFormItem* FmFilterModel::Find(const ::std::vector<FmFilterData*>& rItems, const Reference< XForm … in Find() function in svxform::FmFilterModel 737 pForm = Find(pForm->GetChildren(), xForm); in Find() 754 FmFormItem* pItem = Find( m_aChildren, xCurrent ); in SetCurrentController() [all …]
|