Searched refs:_nOrientation (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportImplementationHelper.java | 44 public ReportImplementationHelper(XMultiServiceFactory _aMSF, int _nOrientation) in ReportImplementationHelper() argument 47 m_nDefaultPageOrientation = _nOrientation; in ReportImplementationHelper()
|
/aoo42x/main/vbahelper/inc/vbahelper/ |
H A D | vbashapes.hxx | 52 …css::uno::Any AddTextboxInWriter( sal_Int32 _nOrientation, sal_Int32 _nLeft, sal_Int32 _nTop, sal_… 70 …virtual css::uno::Any SAL_CALL AddTextbox( sal_Int32 _nOrientation, sal_Int32 _nLeft, sal_Int32 _n…
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbatitle.hxx | 118 …void SAL_CALL setOrientation( ::sal_Int32 _nOrientation ) throw (css::script::BasicErrorException,… in setOrientation() argument 122 …rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("TextRotation")), css::uno::makeAny(_nOrientation*100)); in setOrientation()
|
/aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 882 …ngle insertLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _nHeight, int _nOrientation) in insertLine() argument 891 xFixedLine.setOrientation(_nOrientation); in insertLine() 1087 public void setPageOrientation(int _nOrientation) in setPageOrientation() argument 1092 if (com.sun.star.wizards.report.ReportLayouter.SOOPTLANDSCAPE == _nOrientation) in setPageOrientation()
|
/aoo42x/main/reportdesign/source/core/api/ |
H A D | FixedLine.cxx | 158 ,sal_Int32 _nOrientation) in OFixedLine() argument 162 ,m_nOrientation(_nOrientation) in OFixedLine()
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbashapes.cxx | 358 ScVbaShapes::AddTextbox( sal_Int32 _nOrientation, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWi… in AddTextbox() argument 363 return AddTextboxInWriter( _nOrientation, _nLeft, _nTop, _nWidth, _nHeight ); in AddTextbox()
|
/aoo42x/main/reportdesign/source/core/inc/ |
H A D | FixedLine.hxx | 82 ,sal_Int32 _nOrientation);
|
Completed in 39 milliseconds