Lines Matching refs:mxBasePool
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()
1086 pStyle = (SwDocStyleSheet*)&mxBasePool->Make(rName, in MakeByExample()