Searched refs:mpAttribsCache (Results 1 – 2 of 2) sorted by relevance
51 mpAttribsCache( NULL ), in SvxOutlinerForwarder()110 if( mpAttribsCache && ( 0 == bOnlyHardAttrib ) ) in GetAttribs()116 return *mpAttribsCache; in GetAttribs()121 delete mpAttribsCache; in GetAttribs()122 mpAttribsCache = NULL; in GetAttribs()134 mpAttribsCache = new SfxItemSet( aSet ); in GetAttribs()268 if( mpAttribsCache ) in flushCache()270 delete mpAttribsCache; in flushCache()271 mpAttribsCache = NULL; in flushCache()
44 mutable SfxItemSet* mpAttribsCache; member in SvxOutlinerForwarder
Completed in 22 milliseconds