Searched refs:mxBasePool (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/ui/app/ |
H A D | docshini.cxx | 517 if( mxBasePool.is() ) in RemoveLink() 519 static_cast<SwDocStyleSheetPool*>(mxBasePool.get())->dispose(); in RemoveLink() 520 mxBasePool.clear(); in RemoveLink() 562 ASSERT( !mxBasePool.is(), "wer hat seinen Pool nicht zerstoert?" ); in Load() 563 mxBasePool = new SwDocStyleSheetPool( *mpDoc, SFX_CREATE_MODE_ORGANIZER == GetCreateMode() ); in Load() 689 ASSERT( !mxBasePool.is(), "wer hat seinen Pool nicht zerstoert?" ); in LoadFrom() 690 mxBasePool = new SwDocStyleSheetPool( *mpDoc, SFX_CREATE_MODE_ORGANIZER == GetCreateMode() ); in LoadFrom() 736 ASSERT( !mxBasePool.is(), "wer hat seinen Pool nicht zerstoert?" ); in SubInitNew() 737 mxBasePool = new SwDocStyleSheetPool( *mpDoc, SFX_CREATE_MODE_ORGANIZER == GetCreateMode() ); in SubInitNew()
|
H A D | docst.cxx | 535 pStyle = &mxBasePool->Make( rName, (SfxStyleFamily)nFamily, nMask ); in Edit() 620 pStyle = mxBasePool->Find( rName, (SfxStyleFamily)nFamily ); in Edit() 747 mxBasePool->Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_CREATED, *xTmp.get() ) ); in Edit() 818 mxBasePool->Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_CREATED, *xTmp.get() ) ); in Edit() 838 SfxStyleSheetBase *pStyle = mxBasePool->Find(rName, (SfxStyleFamily)nFamily); in Delete() 845 mxBasePool->Remove(pStyle); in Delete() 862 (SwDocStyleSheet*)mxBasePool->Find(rName, (SfxStyleFamily)nFamily); in ApplyStyles() 936 (SwDocStyleSheet*)mxBasePool->Find(rName, (SfxStyleFamily)nFamily); in DoWaterCan() 983 (SwDocStyleSheet*)mxBasePool->Find(rName, (SfxStyleFamily)nFamily); in UpdateStyle() 1075 SwDocStyleSheet* pStyle = (SwDocStyleSheet*)mxBasePool->Find( in MakeByExample() [all …]
|
H A D | docsh.cxx | 269 if ( !mxBasePool.is() ) in ConvertFrom() 270 … mxBasePool = new SwDocStyleSheetPool( *mpDoc, SFX_CREATE_MODE_ORGANIZER == GetCreateMode() ); in ConvertFrom() 1165 return mxBasePool.get(); in GetStyleSheetPool()
|
/aoo4110/main/sw/inc/ |
H A D | docsh.hxx | 64 rtl::Reference< SfxStyleSheetBasePool > mxBasePool; // Durchreiche fuer Formate member in SwDocShell
|
Completed in 24 milliseconds