Searched refs:bIsBase (Results 1 – 10 of 10) sorted by relevance
83 virtual void Simplify( bool bIsBase ) { maImpl.Simplify(bIsBase); }; in Simplify() argument
108 …Base, std::vector<int> & rGlyph2Char, std::vector<int> & rCharDxs, long & rDXOffset, bool bIsBase);155 virtual void Simplify( bool bIsBase );
195 virtual void Simplify( bool bIsBase ) = 0;344 virtual void Simplify( bool bIsBase );
148 virtual void Simplify( bool bIsBase );867 void Os2SalLayout::Simplify( bool bIsBase ) argument
463 …2Base, std::vector<int> & rGlyph2Char, std::vector<int> & rCharDxs, long & rDXOffset, bool bIsBase) in append() argument468 if (!bIsBase) rGlyph2Char[size()] = firstChar; in append()510 long nGlyphFlags = bIsBase ? 0 : GlyphItem::IS_IN_CLUSTER; in append()
2654 sal_Bool bIsBase; member in ScDPGroupCompare2674 bIsBase = pResultData->IsBaseForGroup( nDimSource ); in ScDPGroupCompare()2680 bIncludeAll = !( bIsBase || nGroupBase >= 0 ); in ScDPGroupCompare()2692 else if ( bIsBase ) in TestIncluded()
189 virtual void Simplify( bool bIsBase );1065 virtual void Simplify( bool bIsBase );2839 virtual void Simplify( bool bIsBase );
52 virtual void Simplify( bool bIsBase );
62 virtual void Simplify( bool bIsBase );
1610 void GenericSalLayout::Simplify( bool bIsBase ) in Simplify() argument1612 const sal_GlyphId nDropMarker = bIsBase ? GF_DROPPED : 0; in Simplify()
Completed in 259 milliseconds