Home
last modified time | relevance | path

Searched refs:mpAttribsCache (Results 1 – 2 of 2) sorted by relevance

/trunk/main/editeng/source/uno/
H A Dunoforou.cxx51 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()
/trunk/main/editeng/inc/editeng/
H A Dunoforou.hxx44 mutable SfxItemSet* mpAttribsCache; member in SvxOutlinerForwarder

Completed in 10 milliseconds