Home
last modified time | relevance | path

Searched refs:mnRealSize (Results 1 – 3 of 3) sorted by path

/trunk/main/oox/inc/oox/dump/
H A Ddffdumper.hxx68 sal_Int32 mnRealSize; member in oox::dump::DffStreamObject
/trunk/main/oox/source/dump/
H A Ddffdumper.cxx76 rBaseStrm >> mnInstVer >> nRecId >> mnRealSize; in implReadRecordHeader()
78 ornRecSize = isContainer() ? 0 : mnRealSize; in implReadRecordHeader()
96 if( isContainer() ) writeDecItem( "container-size", mnRealSize ); in implWriteExtHeader()
184 mnRealSize = 0; in constructDffObj()
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx163 sal_uLong mnRealSize; member in ImplPointArray
172 sal_uLong ImplGetRealSize() const { return mnRealSize; } in ImplGetRealSize()
173 void ImplSetRealSize( sal_uLong nRealSize ) { mnRealSize = nRealSize; } in ImplSetRealSize()
186 mnRealSize ( 0UL ) in ImplPointArray()
206 mnRealSize = 0UL; in ImplSetSize()
235 rPoly = Polygon( sal::static_int_cast<sal_uInt16>(mnRealSize), mpArray ); in ImplCreatePoly()

Completed in 19 milliseconds