Home
last modified time | relevance | path

Searched refs:nPaperTray (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/style/
H A DPageMasterPropHdl.cxx256 sal_Int32 nPaperTray; in importXML() local
257 if( SvXMLUnitConverter::convertNumber( nPaperTray, rStrImpValue, 0 ) ) in importXML()
259 rValue <<= nPaperTray; in importXML()
273 sal_Int32 nPaperTray = 0; in exportXML() local
275 if( rValue >>= nPaperTray ) in exportXML()
277 if( nPaperTray == DEFAULT_PAPERTRAY ) in exportXML()
282 SvXMLUnitConverter::convertNumber( aBuffer, nPaperTray ); in exportXML()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx730 const sal_uInt16 nPaperTray) in PrinterPage() argument
738 mnPaperTray(nPaperTray) in PrinterPage()
786 const sal_uInt16 nPaperTray) in RegularPrinterPage() argument
788 rPageStringOffset, nDrawMode, eOrientation, nPaperTray), in RegularPrinterPage()
843 const sal_uInt16 nPaperTray) in TiledPrinterPage() argument
845 rPageStringOffset, nDrawMode, eOrientation, nPaperTray), in TiledPrinterPage()
927 const sal_uInt16 nPaperTray) in BookletPrinterPage() argument
929 Point(), nDrawMode, eOrientation, nPaperTray), in BookletPrinterPage()
1004 const sal_uInt16 nPaperTray) in HandoutPrinterPage() argument
1006 rPageStringOffset, nDrawMode, eOrientation, nPaperTray), in HandoutPrinterPage()
[all …]

Completed in 32 milliseconds