Home
last modified time | relevance | path

Searched refs:GetByteCount (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx256 mnBytesUsed += pNew->GetByteCount(); in CacheFont()
286 && (mnMaxSize <= (mnBytesUsed + mrPeer.GetByteCount())) ) in UncacheFont()
302 nCacheSize += pSF->GetByteCount(); in CalcByteCount()
346 mnBytesUsed -= pServerFont->GetByteCount(); in GarbageCollect()
381 if( (mnBytesUsed + mrPeer.GetByteCount()) > mnMaxSize ) in GrowNotify()
/trunk/main/vcl/inc/
H A Dglyphcache.hxx215 sal_uLong GetByteCount() const { return mnBytesUsed; } in GetByteCount() function in ServerFont
305 sal_Int32 GetByteCount() const { return mnBytesUsed; } in GetByteCount() function in GlyphCachePeer
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java158 public int GetByteCount () in GetByteCount() method in SchemaParser
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/
H A DSchemaReader.java303 mnTotalByteCount += aParser.GetByteCount(); in ParseSchemaFile()

Completed in 37 milliseconds