Searched refs:mxBasePool (Results 1 – 4 of 4) sorted by relevance
/trunk/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 | 530 pStyle = &mxBasePool->Make( rName, (SfxStyleFamily)nFamily, nMask ); in Edit() 615 pStyle = mxBasePool->Find( rName, (SfxStyleFamily)nFamily ); in Edit() 771 mxBasePool->Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_CREATED, *xTmp.get() ) ); in Edit() 842 mxBasePool->Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_CREATED, *xTmp.get() ) ); in Edit() 862 SfxStyleSheetBase *pStyle = mxBasePool->Find(rName, (SfxStyleFamily)nFamily); in Delete() 869 mxBasePool->Remove(pStyle); 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() [all …]
|
H A D | docsh.cxx | 275 if ( !mxBasePool.is() ) in ConvertFrom() 276 mxBasePool = new SwDocStyleSheetPool( *mpDoc, SFX_CREATE_MODE_ORGANIZER == GetCreateMode() ); in ConvertFrom() 1171 return mxBasePool.get(); in GetStyleSheetPool()
|
/trunk/main/sw/inc/ |
H A D | docsh.hxx | 69 rtl::Reference< SfxStyleSheetBasePool > mxBasePool; // Durchreiche fuer Formate member in SwDocShell
|
Completed in 62 milliseconds