Home
last modified time | relevance | path

Searched refs:pForceStdName (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dstlsheet.cxx304 const String* pForceStdName = ((ScStyleSheetPool&)rPool).GetForceStdName(); in GetName() local
305 if ( pForceStdName && rBase == ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in GetName()
306 return *pForceStdName; in GetName()
314 const String* pForceStdName = ((ScStyleSheetPool&)rPool).GetForceStdName(); in GetParent() local
315 if ( pForceStdName && rBase == ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in GetParent()
316 return *pForceStdName; in GetParent()
324 const String* pForceStdName = ((ScStyleSheetPool&)rPool).GetForceStdName(); in GetFollow() local
325 if ( pForceStdName && rBase == ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in GetFollow()
326 return *pForceStdName; in GetFollow()
H A Dstlpool.cxx72 pForceStdName( NULL ) in ScStyleSheetPool()
/trunk/main/sc/inc/
H A Dstlpool.hxx60 const String* GetForceStdName() const { return pForceStdName; } in GetForceStdName()
78 const String* pForceStdName; member in ScStyleSheetPool

Completed in 34 milliseconds