Searched refs:ToLeft (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbapane.cxx | 93 …:Any& Down, const uno::Any& Up, const uno::Any& ToRight, const uno::Any& ToLeft ) throw (uno::Runt… in SmallScroll() argument 124 if( ToLeft.hasValue() ) in SmallScroll() 127 if( ToLeft >>= left ) in SmallScroll() 146 …:Any& Down, const uno::Any& Up, const uno::Any& ToRight, const uno::Any& ToLeft ) throw (uno::Runt… in LargeScroll() argument 179 if( ToLeft.hasValue() ) in LargeScroll() 182 if( ToLeft >>= left ) in LargeScroll()
|
H A D | vbawindow.cxx | 254 …:Any& Down, const uno::Any& Up, const uno::Any& ToRight, const uno::Any& ToLeft, bool bLargeScroll… in Scroll() argument 259 m_xPane->LargeScroll( Down, Up, ToRight, ToLeft ); in Scroll() 261 m_xPane->SmallScroll( Down, Up, ToRight, ToLeft ); in Scroll() 265 …:Any& Down, const uno::Any& Up, const uno::Any& ToRight, const uno::Any& ToLeft ) throw (uno::Runt… in SmallScroll() argument 267 Scroll( Down, Up, ToRight, ToLeft ); in SmallScroll() 271 …:Any& Down, const uno::Any& Up, const uno::Any& ToRight, const uno::Any& ToLeft ) throw (uno::Runt… in LargeScroll() argument 273 Scroll( Down, Up, ToRight, ToLeft, true ); in LargeScroll()
|
H A D | vbawindow.hxx | 55 …st css::uno::Any& Up, const css::uno::Any& ToRight, const css::uno::Any& ToLeft, bool bLargeScroll… 112 …st css::uno::Any& Up, const css::uno::Any& ToRight, const css::uno::Any& ToLeft ) throw (css::uno:… 113 …st css::uno::Any& Up, const css::uno::Any& ToRight, const css::uno::Any& ToLeft ) throw (css::uno:…
|
H A D | vbapane.hxx | 52 …st css::uno::Any& Up, const css::uno::Any& ToRight, const css::uno::Any& ToLeft ) throw (css::uno:… 53 …st css::uno::Any& Up, const css::uno::Any& ToRight, const css::uno::Any& ToLeft ) throw (css::uno:…
|
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | Window.log | 15 ITEM Assertion OK : Window.LargeScroll(ToLeft): ScrollColumn is: 1 17 ITEM Assertion OK : Window.SmallScroll(ToLeft): ScrollColumn is: 1 38 ITEM Assertion OK : Pane.LargeScroll(ToLeft): ScrollColumn is: 1 40 ITEM Assertion OK : Pane.SmallScroll(ToLeft): ScrollColumn is: 1
|
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | Window.log | 15 ITEM Assertion OK : Window.LargeScroll(ToLeft): ScrollColumn is: 1 17 ITEM Assertion OK : Window.SmallScroll(ToLeft): ScrollColumn is: 1 38 ITEM Assertion OK : Pane.LargeScroll(ToLeft): ScrollColumn is: 1 40 ITEM Assertion OK : Pane.SmallScroll(ToLeft): ScrollColumn is: 1
|
/aoo41x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | Window.log | 15 ITEM Assertion OK : Window.LargeScroll(ToLeft): ScrollColumn is: 1 17 ITEM Assertion OK : Window.SmallScroll(ToLeft): ScrollColumn is: 1 38 ITEM Assertion OK : Pane.LargeScroll(ToLeft): ScrollColumn is: 1 40 ITEM Assertion OK : Pane.SmallScroll(ToLeft): ScrollColumn is: 1
|
/aoo41x/main/oovbaapi/ooo/vba/excel/ |
H A D | XPane.idl | 42 …/ any Down, [in] /*Optional*/ any Up, [in] /*Optional*/ any ToRight, [in] /*Optional*/ any ToLeft); 43 …/ any Down, [in] /*Optional*/ any Up, [in] /*Optional*/ any ToRight, [in] /*Optional*/ any ToLeft);
|
H A D | XWindow.idl | 60 void SmallScroll( [in] any Down, [in] any Up, [in] any ToRight, [in] any ToLeft ); 61 void LargeScroll( [in] any Down, [in] any Up, [in] any ToRight, [in] any ToLeft );
|
Completed in 31 milliseconds