Searched refs:bInherited (Results 1 – 6 of 6) sorted by relevance
123 …st String& rName, FASTBOOL bInherited) { return (SdrLayer*)(((const SdrLayerAdmin*)this… in GetLayer() argument124 const SdrLayer* GetLayer(const String& rName, FASTBOOL bInherited) const;125 SdrLayerID GetLayerID(const String& rName, FASTBOOL bInherited) const;
295 bool bInherited :1; member in ScEmptyCellToken300 bInherited( bInheritedP ), in ScEmptyCellToken()304 bInherited( r.bInherited ), in ScEmptyCellToken()306 bool IsInherited() const { return bInherited; } in IsInherited()
403 SdrLayerID SdrLayerAdmin::GetLayerID(const XubString& rName, FASTBOOL bInherited) const in GetLayerID()406 const SdrLayer* pLay=GetLayer(rName,bInherited); in GetLayerID()
1290 bool bInherited = (pCell && pCell->GetCellType() == CELLTYPE_FORMULA); in lcl_convertToToken() local1291 return new ScEmptyCellToken( bInherited, false); in lcl_convertToToken()
1068 bInherited == static_cast< const ScEmptyCellToken & >(r).IsInherited() && in operator ==()
963 bool bInherited = (GetCellType( pCell) == CELLTYPE_FORMULA); in PushCellResultToken() local964 PushTempToken( new ScEmptyCellToken( bInherited, bDisplayEmptyAsString)); in PushCellResultToken()
Completed in 58 milliseconds