Searched refs:GraphicSize (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/starmath/source/ |
H A D | view.cxx | 1163 Size GraphicSize (rOutDev.LogicToPixel(aSize, MapMode(MAP_100TH_MM))); in Impl_Print() local 1164 … sal_uInt16 nZ = (sal_uInt16) Min((long)Fraction(OutputSize.Width() * 100L, GraphicSize.Width()), in Impl_Print() 1165 (long)Fraction(OutputSize.Height() * 100L, GraphicSize.Height())); in Impl_Print() 1694 Size GraphicSize(pPrinter->LogicToPixel(GetDoc()->GetSize(), aMap)); in Execute() local 1695 …sal_uInt16 nZ = (sal_uInt16) Min((long)Fraction(OutputSize.Width() * 100L, GraphicSize.Width()), in Execute() 1696 (long)Fraction(OutputSize.Height() * 100L, GraphicSize.Height())); in Execute()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | eeimport.hxx | 48 sal_Bool GraphicSize( SCCOL nCol, SCROW nRow, SCTAB nTab,
|
/aoo4110/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 389 bHasGraphics |= GraphicSize( nCol, nRow, nTab, pE ); in WriteToDocument() 457 sal_Bool ScEEImport::GraphicSize( SCCOL nCol, SCROW nRow, SCTAB /*nTab*/, in GraphicSize() function in ScEEImport
|
/aoo4110/main/oox/source/token/ |
H A D | properties.txt | 183 GraphicSize
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | NumberingLevel.idl | 131 [optional, property] com::sun::star::awt::Size GraphicSize;
|
Completed in 25 milliseconds