Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx413 Size aMinAutoPaperSize; // Layout ? member in ImpEditEngine
745 const Size& GetMinAutoPaperSize() const { return aMinAutoPaperSize; } in GetMinAutoPaperSize()
746 void SetMinAutoPaperSize( const Size& rSz ) { aMinAutoPaperSize = rSz; } in SetMinAutoPaperSize()
H A Dimpedit2.cxx103 aMinAutoPaperSize( 0x0, 0x0 ), in ImpEditEngine()
4494 long nMinWidth = aStatus.AutoPageWidth() ? aMinAutoPaperSize.Width() : 0; in SetValidPaperSize()
4496 long nMinHeight = aStatus.AutoPageHeight() ? aMinAutoPaperSize.Height() : 0; in SetValidPaperSize()
H A Dimpedit3.cxx485 else if ( aSz.Height() < aMinAutoPaperSize.Height() ) in FormatDoc()
486 aSz.Height() = aMinAutoPaperSize.Height(); in FormatDoc()

Completed in 61 milliseconds