Searched refs:bDefaultAsPixel (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/oox/source/vml/ |
H A D | vmlformatting.cxx | 110 const OUString& rValue, sal_Int32 nRefValue, bool bPixelX, bool bDefaultAsPixel ) in decodeMeasureToEmu() argument 134 else if( bDefaultAsPixel ) in decodeMeasureToEmu() 162 …else if( bDefaultAsPixel || (aUnit.getLength() > 0) ) // default as EMU and no unit -> do nothing in decodeMeasureToEmu() 171 const OUString& rValue, sal_Int32 nRefValue, bool bPixelX, bool bDefaultAsPixel ) in decodeMeasureToHmm() argument 173 …nvertEmuToHmm( decodeMeasureToEmu( rGraphicHelper, rValue, nRefValue, bPixelX, bDefaultAsPixel ) ); in decodeMeasureToHmm()
|
/aoo4110/main/oox/inc/oox/vml/ |
H A D | vmlformatting.hxx | 94 bool bDefaultAsPixel ); 109 bool bDefaultAsPixel );
|
Completed in 13 milliseconds