Searched refs:ePrintSize (Results 1 – 3 of 3) sorted by relevance
201 SmPrintSize ePrintSize; member219 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()
1058 …SmPrintSize ePrintSize( static_cast< SmPrintSize >( rPrintUIOptions.getIntValue( PRTUIOPT_PRINT_FO… in Impl_Print() local1151 ePrintSize = PRINT_SIZE_NORMAL; in Impl_Print()1152 switch (ePrintSize) in Impl_Print()
225 …SmPrintSize ePrintSize = (SmPrintSize)((const SfxUInt16Item &)rSet.Get(GetWhich(SID_PRINTSIZE))).G… in Reset() local227 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()
Completed in 53 milliseconds