Searched refs:pForceStdName (Results 1 – 3 of 3) sorted by relevance
304 const String* pForceStdName = ((ScStyleSheetPool&)rPool).GetForceStdName(); in GetName() local305 if ( pForceStdName && rBase == ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in GetName()306 return *pForceStdName; in GetName()314 const String* pForceStdName = ((ScStyleSheetPool&)rPool).GetForceStdName(); in GetParent() local315 if ( pForceStdName && rBase == ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in GetParent()316 return *pForceStdName; in GetParent()324 const String* pForceStdName = ((ScStyleSheetPool&)rPool).GetForceStdName(); in GetFollow() local325 if ( pForceStdName && rBase == ScGlobal::GetRscString(STR_STYLENAME_STANDARD) ) in GetFollow()326 return *pForceStdName; in GetFollow()
72 pForceStdName( NULL ) in ScStyleSheetPool()
60 const String* GetForceStdName() const { return pForceStdName; } in GetForceStdName()78 const String* pForceStdName; member in ScStyleSheetPool
Completed in 20 milliseconds