/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/ |
H A D | _XScrollBar.java | 114 oObj.setOrientation(ScrollBarOrientation.HORIZONTAL); in _setOrientation() 115 oObj.setOrientation(ScrollBarOrientation.VERTICAL); in _setOrientation()
|
H A D | _XSpinValue.java | 116 oObj.setOrientation(ScrollBarOrientation.HORIZONTAL); in _setOrientation() 117 oObj.setOrientation(ScrollBarOrientation.VERTICAL); in _setOrientation()
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salprn.cxx | 81 [mpPrintInfo setOrientation: NSPaperOrientationPortrait]; in AquaSalInfoPrinter() 84 [mpPrintInfo setOrientation: NSPortraitOrientation]; in AquaSalInfoPrinter()
|
/trunk/main/vbahelper/inc/vbahelper/ |
H A D | vbapagesetupbase.hxx | 61 virtual void SAL_CALL setOrientation( sal_Int32 orientation ) throw (css::uno::RuntimeException);
|
/trunk/main/toolkit/inc/toolkit/awt/ |
H A D | vclxspinbutton.hxx | 76 …virtual void SAL_CALL setOrientation( sal_Int32 orientation ) throw (::com::sun::star::lang::NoSup…
|
/trunk/main/toolkit/inc/toolkit/controls/ |
H A D | tkspinbutton.hxx | 109 …virtual void SAL_CALL setOrientation( sal_Int32 orientation ) throw (::com::sun::star::lang::NoSup…
|
H A D | tkscrollbar.hxx | 107 void SAL_CALL setOrientation( sal_Int32 n ) throw(::com::sun::star::uno::RuntimeException);
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/ |
H A D | com.sun.star.comp.toolkit.UnoSpinButtonControl.csv | 20 "UnoSpinButtonControl";"com::sun::star::awt::XSpinValue";"setOrientation()"
|
H A D | stardiv.toolkit.UnoScrollBarControl.csv | 22 "UnoScrollBarControl";"com::sun::star::awt::XScrollBar";"setOrientation()"
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbatitle.hxx | 118 …void SAL_CALL setOrientation( ::sal_Int32 _nOrientation ) throw (css::script::BasicErrorException,… in setOrientation() function in TitleImpl
|
H A D | vbaformat.hxx | 83 …virtual void SAL_CALL setOrientation( const css::uno::Any& Orientation ) throw (css::script::Basic…
|
H A D | vbasheetobject.hxx | 200 … virtual void SAL_CALL setOrientation( sal_Int32 nOrientation ) throw (css::uno::RuntimeException);
|
H A D | vbasheetobject.cxx | 512 void SAL_CALL ScVbaButton::setOrientation( sal_Int32 /*nOrientation*/ ) throw (uno::RuntimeExceptio… in setOrientation() function in ScVbaButton
|
H A D | vbaformat.cxx | 230 ScVbaFormat<Ifc1>::setOrientation( const uno::Any& _aOrientation ) throw (script::BasicErrorExcepti… in setOrientation() function in ScVbaFormat
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XScrollBar.idl | 131 [oneway] void setOrientation( [in] long n );
|
H A D | XSpinValue.idl | 129 void setOrientation( [in] long orientation )
|
/trunk/main/oovbaapi/ooo/vba/excel/ |
H A D | XFormat.idl | 84 void setOrientation([in] any Orientation)
|
H A D | XTitle.idl | 66 void setOrientation([in] long Orientation) raises(com::sun::star::script::BasicErrorException);
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxspinbutton.cxx | 203 …void SAL_CALL VCLXSpinButton::setOrientation( sal_Int32 orientation ) throw (NoSupportException, R… in setOrientation() function in toolkit::VCLXSpinButton
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbapagesetupbase.cxx | 278 void SAL_CALL VbaPageSetupBase::setOrientation( sal_Int32 orientation ) throw (css::uno::RuntimeExc… in setOrientation() function in VbaPageSetupBase
|
/trunk/main/reportdesign/source/filter/xml/ |
H A D | xmlCell.cxx | 243 … xFixedLine->setOrientation( (aRight.OuterLineWidth != 0 || aLeft.OuterLineWidth != 0) ? 1 : 0); in EndElement()
|
/trunk/main/toolkit/source/controls/ |
H A D | tkscrollbar.cxx | 271 …void UnoScrollBarControl::setOrientation( sal_Int32 n ) throw(::com::sun::star::uno::RuntimeExcept… in setOrientation() function in toolkit::UnoScrollBarControl
|
H A D | tkspinbutton.cxx | 327 …void SAL_CALL UnoSpinButtonControl::setOrientation( sal_Int32 orientation ) throw (NoSupportExcept… in setOrientation() function in toolkit::UnoSpinButtonControl
|
/trunk/main/reportdesign/source/core/inc/ |
H A D | FixedLine.hxx | 117 …virtual void SAL_CALL setOrientation( ::sal_Int32 _orientation ) throw (::com::sun::star::beans::U…
|
/trunk/main/reportdesign/source/core/api/ |
H A D | FixedLine.cxx | 383 void SAL_CALL OFixedLine::setOrientation( ::sal_Int32 _orientation ) throw (beans::UnknownPropertyE… in setOrientation() function in reportdesign::OFixedLine
|