Searched refs:GraphicSize (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/starmath/source/ |
| H A D | view.cxx | 1161 Size GraphicSize (rOutDev.LogicToPixel(aSize, MapMode(MAP_100TH_MM))); in Impl_Print() local 1162 … sal_uInt16 nZ = (sal_uInt16) Min((long)Fraction(OutputSize.Width() * 100L, GraphicSize.Width()), in Impl_Print() 1163 … (long)Fraction(OutputSize.Height() * 100L, GraphicSize.Height())); in Impl_Print() 1763 … Size GraphicSize(pPrinter->LogicToPixel(GetDoc()->GetSize(), aMap)); in Execute() local 1764 …l_uInt16 nZ = (sal_uInt16) Min((long)Fraction(OutputSize.Width() * 100L, GraphicSize.Width()), in Execute() 1765 … (long)Fraction(OutputSize.Height() * 100L, GraphicSize.Height())); in Execute()
|
| /trunk/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
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | eeimport.hxx | 48 sal_Bool GraphicSize( SCCOL nCol, SCROW nRow, SCTAB nTab,
|
| /trunk/main/offapi/com/sun/star/text/ |
| H A D | NumberingLevel.idl | 131 [optional, property] com::sun::star::awt::Size GraphicSize;
|