Home
last modified time | relevance | path

Searched refs:Find (Results 26 – 50 of 375) sorted by relevance

12345678910>>...15

/trunk/main/svl/inc/svl/
H A Dstyle.hxx173 virtual SfxStyleSheetBase* Find(const UniString& rStr);
259 virtual SfxStyleSheetBase* Find( const UniString&, SfxStyleFamily eFam, sal_uInt16 n=0xFFFF );
265 SfxStyleSheetBase* Find(const UniString& rStr) in Find() function in SfxStyleSheetBasePool
266 { return Find(rStr, nSearchFamily, nMask); } in Find()
/trunk/main/basic/source/sbx/
H A Dsbxcoll.cxx111 SbxVariable* SbxCollection::Find( const XubString& rName, SbxClassType t ) in Find() function in SbxCollection
116 return pObj ? pObj->Find( rName, t ) : NULL; in Find()
119 return SbxObject::Find( rName, t ); in Find()
185 pRes = Find( p->GetString(), SbxCLASS_OBJECT ); in CollItem()
/trunk/main/xmloff/inc/xmloff/
H A DXMLTextListAutoStylePool.hxx57 SAL_DLLPRIVATE sal_uInt32 Find( XMLTextListAutoStylePoolEntry_Impl* pEntry )
71 ::rtl::OUString Find(
74 ::rtl::OUString Find( const ::rtl::OUString& rInternalName ) const;
H A DXMLFontAutoStylePool.hxx60 ::rtl::OUString Find(
66 ::rtl::OUString Find( const ::rtl::OUString& rInternalName ) const;
/trunk/main/solenv/bin/
H A Dconvertlinks.pl26 use File::Find;
30 *name = *File::Find::name;
31 *dir = *File::Find::dir;
/trunk/main/sot/source/sdstor/
H A Dstgavl.cxx42 StgAvlNode* StgAvlNode::Find( StgAvlNode* pFind ) in Find() function in StgAvlNode
403 StgAvlNode* StgAvlIterator::Find( short n ) in Find() function in StgAvlIterator
429 return Find( ++nCur ); in Next()
434 return Find( --nCur ); in Prev()
H A Dstgdir.cxx1006 StgDirEntry* StgDirStrm::Find( StgDirEntry& rStg, const String& rName ) in Find() function in StgDirStrm
1019 return (StgDirEntry*) rStg.pDown->Find( &aTest ); in Find()
1038 StgDirEntry* pRes = Find( rStg, rName ); in Create()
1075 StgDirEntry* p = Find( rStg, rOld ); in Rename()
1098 StgDirEntry* p = Find( rStg1, rName ); in Move()
/trunk/main/basic/inc/basic/
H A Dsbobjmod.hxx50 virtual SbxVariable* Find( const XubString& rName, SbxClassType t );
79 virtual SbxVariable* Find( const XubString& rName, SbxClassType t );
109 virtual SbxVariable* Find( const XubString& rName, SbxClassType t );
H A Dsbstdobj.hxx67 virtual SbxVariable* Find( const String&, SbxClassType );
101 virtual SbxVariable* Find( const String&, SbxClassType );
139 virtual SbxVariable* Find( const String&, SbxClassType );
/trunk/main/sc/inc/
H A Drangelst.hxx63 ScRange* Find( const ScAddress& ) const;
94 ScRangePair* Find( const ScAddress& ) const;
95 ScRangePair* Find( const ScRange& ) const;
/trunk/main/svx/source/sdr/properties/
H A Dattributeproperties.cxx299 pNewModel->GetStyleSheetPool()->Find( in MoveToItemPool()
356 pAnchor = pNewPool->Find(pSheet->GetName(), pSheet->GetFamily()); in SetModel()
361 pSheet = pOldPool->Find(pSheet->GetParent(), pSheet->GetFamily()); in SetModel()
572 pNewStSh = (SfxStyleSheet*)pModel->GetStyleSheetPool()->Find( in Notify()
/trunk/main/basic/source/inc/
H A Dsbunoobj.hxx71 virtual SbxVariable* Find( const String&, SbxClassType );
173 virtual SbxVariable* Find( const String&, SbxClassType );
203 virtual SbxVariable* Find( const String&, SbxClassType );
328 virtual SbxVariable* Find( const String&, SbxClassType );
/trunk/main/sw/source/core/crsr/
H A Dfindtxt.cxx220 sal_uInt8 SwPaM::Find( const SearchOptions& rSearchOpt, sal_Bool bSearchInNotes , utl::TextSearch& … in Find() function in SwPaM
563 virtual int Find( SwPaM* , SwMoveFn , const SwPaM*, sal_Bool bInReadOnly );
572 int SwFindParaText::Find( SwPaM* pCrsr, SwMoveFn fnMove, in Find() function in SwFindParaText
578 …sal_Bool bFnd = (sal_Bool)pCrsr->Find( rSearchOpt, bSearchInNotes, aSTxt, fnMove, pRegion, bInRead… in Find()
630 sal_uLong SwCursor::Find( const SearchOptions& rSearchOpt, sal_Bool bSearchInNotes, in Find() function in SwCursor
H A Dfindattr.cxx903 sal_Bool SwPaM::Find( const SfxPoolItem& rAttr, sal_Bool bValue, SwMoveFn fnMove, in Find() function in SwPaM
990 sal_Bool SwPaM::Find( const SfxItemSet& rSet, sal_Bool bNoColls, SwMoveFn fnMove, in Find() function in SwPaM
1103 virtual int Find( SwPaM* , SwMoveFn , const SwPaM*, sal_Bool bInReadOnly );
1108 int SwFindParaAttr::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion, in Find() function in SwFindParaAttr
1131 if( !aSrchPam.Find( *pSet, bValue, fnMove, &aRegion, bInReadOnly, bMoveFirst ) ) in Find()
1163 if( aSrchPam.Find( *pSearchOpt, bSearchInNotes, *pSTxt, fnMove, pTextRegion, bInReadOnly ) && in Find()
1297 sal_uLong SwCursor::Find( const SfxItemSet& rSet, sal_Bool bNoCollections, in Find() function in SwCursor
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx212 sal_Bool ODbaseIndex::Find(sal_uInt32 nRec, const ORowSetValue& rValue) in Find() function in ODbaseIndex
219 return ConvertToKey(&aKey, nRec, rValue) && getRoot()->Find(aKey); in Find()
231 if (!ConvertToKey(&aKey, nRec, rValue) || (getRoot()->Find(aKey) && isUnique())) in Insert()
253 if (!ConvertToKey(&aKey, nRec, rNewValue) || (isUnique() && getRoot()->Find(aKey))) in Update()
267 if (!ConvertToKey(&aKey, nRec, rValue) || !getRoot()->Find(aKey)) in Delete()
H A DDIndexIter.cxx47 return Find(sal_True); in First()
53 return Find(sal_False); in Next()
56 sal_uIntPtr OIndexIterator::Find(sal_Bool bFirst) in Find() function in OIndexIterator
/trunk/main/tools/workben/
H A Dhashtbl.hxx92 void* Find (String const& Key) const;
132 ObjType Find (KeyType const& Key) const \
133 { return (ObjType) HashTable::Find(String(Key)); } \
/trunk/main/xmloff/source/style/
H A Dxmlaustp.cxx408 OUString SvXMLAutoStylePoolP::Find( sal_Int32 nFamily, in Find() function in SvXMLAutoStylePoolP
412 return pImpl->Find( nFamily, sEmpty, rProperties ); in Find()
415 OUString SvXMLAutoStylePoolP::Find( sal_Int32 nFamily, in Find() function in SvXMLAutoStylePoolP
419 return pImpl->Find( nFamily, rParent, rProperties ); in Find()
/trunk/main/sc/source/ui/miscdlgs/
H A Dcrnrdlg.cxx639 if ( bColName && (pPair = xColNameRanges->Find( rRange )) != NULL ) in UpdateRangeData()
641 else if ( !bColName && (pPair = xRowNameRanges->Find( rRange )) != NULL ) in UpdateRangeData()
783 if ( ( pPair = xColNameRanges->Find( theCurArea ) ) != NULL ) in IMPL_LINK_INLINE_END()
788 if ( ( pPair = xRowNameRanges->Find( theCurArea ) ) != NULL ) in IMPL_LINK_INLINE_END()
852 if ( bColName && (pPair = xColNameRanges->Find( rRange )) != NULL ) in IMPL_LINK()
854 else if ( !bColName && (pPair = xRowNameRanges->Find( rRange )) != NULL ) in IMPL_LINK()
/trunk/main/sw/inc/
H A Ddocstyle.hxx183 virtual SfxStyleSheetBase* Find(const UniString& rStr);
202 using SfxStyleSheetBasePool::Find;
211 virtual SfxStyleSheetBase* Find( const String&, SfxStyleFamily eFam,
/trunk/main/sw/source/ui/app/
H A Ddocst.cxx615 pStyle = mxBasePool->Find( rName, (SfxStyleFamily)nFamily ); in Edit()
862 SfxStyleSheetBase *pStyle = mxBasePool->Find(rName, (SfxStyleFamily)nFamily); in Delete()
888 … SwDocStyleSheet* pStyle = (SwDocStyleSheet*) mxBasePool->Find( rName, (SfxStyleFamily) nFamily ); in ApplyStyles()
963 (SwDocStyleSheet*)mxBasePool->Find(rName, (SfxStyleFamily)nFamily); in DoWaterCan()
1010 (SwDocStyleSheet*)mxBasePool->Find(rName, (SfxStyleFamily)nFamily); in UpdateStyle()
1102 SwDocStyleSheet* pStyle = (SwDocStyleSheet*)mxBasePool->Find( in MakeByExample()
/trunk/main/sc/source/core/data/
H A Dstlpool.cxx107 if ( rName.EqualsAscii(STRING_STANDARD) && Find( rName, eFam ) != NULL ) in Make()
115 if ( Find( aNewName, eFam ) == NULL ) in Make()
166 SfxStyleSheetBase* pStyleSheet = pSrcPool->Find( rName, eFamily ); in CopyStyleFrom()
170 SfxStyleSheetBase* pDestSheet = Find( rName, eFamily ); in CopyStyleFrom()
H A Dtable6.cxx459 pDocument->GetStyleSheetPool()->Find( in SearchStyle()
546 pDocument->GetStyleSheetPool()->Find( in ReplaceStyle()
563 pDocument->GetStyleSheetPool()->Find( in SearchAllStyle()
605 pDocument->GetStyleSheetPool()->Find( in ReplaceAllStyle()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.src67 Text [ en-US ] = "Find" ;
131 Text [ en-US ] = "~Find" ;
145 Text [ en-US ] = "Find in ~headings only" ;
303 Text [ en-US ] = "Find on this Page..." ;
/trunk/main/helpcontent2/helpers/
H A Dcreatemakefile.pl23 use File::Find;
82 find(sub{push @dirs, $File::Find::name if (-d and ($File::Find::name!~/\/CVS/));},$startdir);

Completed in 159 milliseconds

12345678910>>...15