Home
last modified time | relevance | path

Searched refs:_nOrientation (Results 1 – 7 of 7) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportImplementationHelper.java44 public ReportImplementationHelper(XMultiServiceFactory _aMSF, int _nOrientation) in ReportImplementationHelper() argument
47 m_nDefaultPageOrientation = _nOrientation; in ReportImplementationHelper()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbashapes.hxx52 …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…
/trunk/main/sc/source/ui/vba/
H A Dvbatitle.hxx118 …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()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java882 …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()
/trunk/main/reportdesign/source/core/api/
H A DFixedLine.cxx158 ,sal_Int32 _nOrientation) in OFixedLine() argument
162 ,m_nOrientation(_nOrientation) in OFixedLine()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx358 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()
/trunk/main/reportdesign/source/core/inc/
H A DFixedLine.hxx82 ,sal_Int32 _nOrientation);

Completed in 40 milliseconds