Home
last modified time | relevance | path

Searched refs:Find (Results 76 – 100 of 375) sorted by relevance

12345678910>>...15

/trunk/main/sw/source/core/unocore/
H A Dunoevent.cxx285 SfxStyleSheetBase* pBase = pBasePool->Find(rStyle.GetStyleName()); in setMacroItem()
306 SfxStyleSheetBase* pBase = pBasePool->Find(rStyle.GetStyleName()); in getMacroItem()
/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx219 SfxStyleSheetBase* pStyleSheet = pStylePool->Find( in GetOptimalSizePixel()
283 SfxStyleSheetBase* pStyleSheet = pStylePool->Find( pDoc->GetPageStyle( nTab ), in UpdateScrollBars()
693 … SfxStyleSheetBase* pStyleSheet = pStylePool->Find( aOldName, SFX_STYLE_FAMILY_PAGE ); in Execute()
802 … SfxStyleSheetBase* pStyleSheet = pStylePool->Find( aOldName, SFX_STYLE_FAMILY_PAGE ); in GetState()
/trunk/main/sc/source/core/data/
H A Dtable5.cxx82 Find( aPageStyle, SFX_STYLE_FAMILY_PAGE ); in UpdatePageBreaks()
1081 SfxStyleSheetBase* pNewStyle = pStylePool->Find( aStrNew, SFX_STYLE_FAMILY_PAGE ); in SetPageStyle()
1086 pNewStyle = pStylePool->Find( aStrNew, SFX_STYLE_FAMILY_PAGE ); in SetPageStyle()
1091 SfxStyleSheetBase* pOldStyle = pStylePool->Find( aPageStyle, SFX_STYLE_FAMILY_PAGE ); in SetPageStyle()
H A Dpatattr.cxx942 SfxStyleSheetBase* pDestStyle = pDestPool->Find( aStrSrcStyle, eFamily ); in lcl_CopyStyleToPool()
970 !pDestPool->Find( aStrParent, eFamily ) ) in lcl_CopyStyleToPool()
972 lcl_CopyStyleToPool( pSrcPool->Find( aStrParent, eFamily ), in lcl_CopyStyleToPool()
1039 pSrcDoc->GetStyleSheetPool()->Find(aName, SFX_STYLE_FAMILY_PARA); in PutInPool()
1194 pStyle = (ScStyleSheet*)pDoc->GetStyleSheetPool()->Find(*pName, SFX_STYLE_FAMILY_PARA); in UpdateStyleSheet()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx2738 SbxVariable* SbUnoObject::Find( const String& rName, SbxClassType t ) in Find() function in SbUnoObject
2743 SbxVariable* pRes = SbxObject::Find( rName, t ); in Find()
2889 pRes = SbxObject::Find( rName, SbxCLASS_DONTCARE ); in Find()
3450 SbxVariable* SbUnoClass::Find( const XubString& rName, SbxClassType t ) in Find() function in SbUnoClass
3454 SbxVariable* pRes = SbxObject::Find( rName, SbxCLASS_VARIABLE ); in Find()
3608 SbxVariable* SbUnoService::Find( const String& rName, SbxClassType ) in Find() function in SbUnoService
3610 SbxVariable* pRes = SbxObject::Find( rName, SbxCLASS_METHOD ); in Find()
3641 pRes = SbxObject::Find( rName, SbxCLASS_METHOD ); in Find()
4475 SbxVariable* p = m_xScopeObj->Find( aPropertyFunctionName, SbxCLASS_METHOD ); in setValue()
4516 SbxVariable* p = m_xScopeObj->Find( aPropertyFunctionName, SbxCLASS_METHOD ); in getValue()
[all …]
/trunk/main/solenv/bin/
H A Dpackimages.pl33 use File::Find;
242 push @custom_list, $File::Find::name;
/trunk/main/basic/source/inc/
H A Dsymtbl.hxx62 const String& Find( sal_uInt16 ) const;
97 SbiSymDef* Find( const String& ) const;// Variablenname
/trunk/main/rsc/source/tools/
H A Drscdef.cxx972 sal_uLong RscFileTab :: Find( const ByteString & rName ) in Find() function in RscFileTab
1359 lKey = Find( rName ); in NewCodeFile()
1386 lKey = Find( rName ); in NewIncFile()
/trunk/main/sc/source/core/tool/
H A Drangelst.cxx272 ScRange* ScRangeList::Find( const ScAddress& rAdr ) const in Find() function in ScRangeList
545 ScRangePair* ScRangePairList::Find( const ScAddress& rAdr ) const in Find() function in ScRangePairList
558 ScRangePair* ScRangePairList::Find( const ScRange& rRange ) const in Find() function in ScRangePairList
/trunk/main/offapi/com/sun/star/task/
H A DXPasswordContainer.idl81 /** Find users with passwords for the url pattern.
92 /** Find passwords for the url pattern and username.
/trunk/main/basic/inc/basic/
H A Dsbx.hxx204 virtual SbxVariable* Find( const String&, SbxClassType );
301 virtual SbxVariable* Find( const String&, SbxClassType );
/trunk/main/scaddins/source/analysis/
H A Danalysis.cxx569 if( !aSrtLst.Find( nActDate ) ) in getWorkday()
588 if( !aSrtLst.Find( nActDate ) ) in getWorkday()
679 if( GetDayOfWeek( nActDate ) < 5 && !aSrtLst.Find( nActDate ) ) in getNetworkdays()
689 if( GetDayOfWeek( nActDate ) < 5 && !aSrtLst.Find( nActDate ) ) in getNetworkdays()
/trunk/main/sd/source/filter/xml/
H A Dsdtransform.cxx156 …getBulletState( rSheet.GetItemSet(), rSheet.GetPool().Find( rSheet.GetParent(), rSheet.GetFamily()… in transformStyle()
289 …if( pSheet && getBulletState( pSheet->GetItemSet(), pSheet->GetPool().Find( pSheet->GetParent(), p… in getBulletState()
/trunk/main/sw/inc/
H A Dcrsrsh.hxx396 sal_uLong Find( const com::sun::star::util::SearchOptions& rSearchOpt,
402 sal_uLong Find( const SwTxtFmtColl& rFmtColl,
407 sal_uLong Find( const SfxItemSet& rSet, sal_Bool bNoCollections,
/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx455 SbxVariable* SbxArray::Find( const XubString& rName, SbxClassType t ) in Find() function in SbxArray
490 p = ((SbxObject*) pVar)->Find( rName, t ); in Find()
495 p = ((SbxArray*) pVar)->Find( rName, t ); in Find()
/trunk/main/sdext/source/presenter/
H A DPresenterConfigurationAccess.cxx164 maNode = Find(Reference<container::XNameAccess>(maNode,UNO_QUERY), rPredicate); in GoToChild()
343 Any PresenterConfigurationAccess::Find ( in Find() function in sdext::presenter::PresenterConfigurationAccess
/trunk/main/sd/source/ui/func/
H A Dfuconstr.cxx401 Find(aName, SD_STYLE_FAMILY_MASTERPAGE); in SetStyleSheet()
431 Find(aName, SD_STYLE_FAMILY_GRAPHICS); in SetStyleSheet()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx684 OUString XMLTextParagraphExport::Find( in Find() function in XMLTextParagraphExport
720 sName = GetAutoStylePool().Find( nFamily, sName, xPropStates ); in Find()
795 sName = GetAutoStylePool().Find( XML_STYLE_FAMILY_TEXT_TEXT, sParent, xPropStates ); in FindTextStyleAndHyperlink()
2008 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_PARAGRAPH, xPropSet, sStyle ); in exportParagraph()
2024 sCondStyle = Find( XML_STYLE_FAMILY_TEXT_PARAGRAPH, xPropSet, in exportParagraph()
2839 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_FRAME, rPropSet, sStyle ); in _exportTextFrame()
2995 sAutoStyle = Find( XML_STYLE_FAMILY_TEXT_FRAME, rPropSet, sStyle ); in _exportTextGraphic()
3612 OUString sStyleName(Find( XML_STYLE_FAMILY_TEXT_RUBY, rPropSet, in exportRuby()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx217 SwHash* Find( const String& rStr, SwHash** ppTable, sal_uInt16 nTblSize, in Find() function
535 SwHash* pFnd = Find( aStr, VarTable, TBLSZ, &ii ); in VarLook()
624 if( 0 != ( pFnd = Find( sDBNum, VarTable, TBLSZ ) ) ) in VarLook()
697 SwCalcExp* pFnd = (SwCalcExp*)Find( aStr, VarTable, TBLSZ, &nPos ); in VarChange()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx308 const HashedEntry* Find( const OUString& rNameToSearchFor );
309 const HashedEntry* Find( const HashedEntry& rToSearchFor );
339 const HashedEntry* HashedEntryList::Find( const OUString& rRefName ) in Find() function in HashedEntryList
349 const HashedEntry* HashedEntryList::Find( const HashedEntry& rRef ) in Find() function in HashedEntryList
364 const HashedEntry* pSearch = Find( *pNew ); in Insert()
503 … ( const_cast< NameTranslationList* >( this ) )->Find( rName ) ); in Translate()
/trunk/main/basic/source/comp/
H A Dexprtree.cxx273 SbiSymDef* pDef = pParser->pPool->Find( aSym ); in Term()
284 if( pModMethods->Find( aSym, SbxCLASS_DONTCARE ) ) in Term()
452 SbiSymDef* pDef = rPool.Find( aSym ); in ObjTerm()
/trunk/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()
/trunk/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()
/trunk/main/cui/source/dialogs/
H A Dgallery.src195 Text [ en-US ] = "~Find Files..." ;
300 Text [ en-US ] = "Find" ;
/trunk/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()

Completed in 242 milliseconds

12345678910>>...15