Home
last modified time | relevance | path

Searched refs:bPortrait (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/sc/source/filter/excel/
H A Dxlpage.cxx221 void XclPageData::SetScPaperSize( const Size& rSize, bool bPortrait ) in SetScPaperSize() argument
223 mbPortrait = bPortrait; in SetScPaperSize()
225 long nWidth = bPortrait ? rSize.Width() : rSize.Height(); in SetScPaperSize()
226 long nHeight = bPortrait ? rSize.Height() : rSize.Width(); in SetScPaperSize()
H A Dxipage.cxx172 void XclImpPageSettings::SetPaperSize( sal_uInt16 nXclPaperSize, bool bPortrait ) in SetPaperSize() argument
175 maData.mbPortrait = bPortrait; in SetPaperSize()
/aoo41x/main/sc/source/filter/inc/
H A Dxipage.hxx63 void SetPaperSize( sal_uInt16 nXclPaperSize, bool bPortrait );
H A Dxlpage.hxx146 void SetScPaperSize( const Size& rSize, bool bPortrait );
/aoo41x/main/vcl/source/window/
H A Dprintdlg.cxx1995 bool bPortrait = aJobPageSize.Width() < aJobPageSize.Height(); in updateNupFromPages() local
1998 if( bPortrait ) in updateNupFromPages()
2007 if( bPortrait ) in updateNupFromPages()

Completed in 29 milliseconds