Home
last modified time | relevance | path

Searched refs:ePrintSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/starmath/source/
H A Dcfgitem.cxx201 SmPrintSize ePrintSize; member
219 ePrintSize = PRINT_SIZE_NORMAL; in SmCfgOther()
896 pOther->ePrintSize = (SmPrintSize) nTmp16; in LoadOther()
953 *pValue++ <<= (sal_Int16) pOther->ePrintSize; in SaveOther()
1148 return pOther->ePrintSize; in GetPrintSize()
1156 if (eSize != pOther->ePrintSize) in SetPrintSize()
1158 pOther->ePrintSize = eSize; in SetPrintSize()
H A Ddialog.cxx225 …SmPrintSize ePrintSize = (SmPrintSize)((const SfxUInt16Item &)rSet.Get(GetWhich(SID_PRINTSIZE))).G… in Reset() local
227 aSizeNormal.Check(ePrintSize == PRINT_SIZE_NORMAL); in Reset()
228 aSizeScaled.Check(ePrintSize == PRINT_SIZE_SCALED); in Reset()
229 aSizeZoomed.Check(ePrintSize == PRINT_SIZE_ZOOMED); in Reset()
H A Dview.cxx1061 …SmPrintSize ePrintSize( static_cast< SmPrintSize >( rPrintUIOptions.getIntValue( PRTUIOPT_PRINT_FO… in Impl_Print() local
1154 ePrintSize = PRINT_SIZE_NORMAL; in Impl_Print()
1155 switch (ePrintSize) in Impl_Print()

Completed in 36 milliseconds