Home
last modified time | relevance | path

Searched refs:UpDown (Results 1 – 13 of 13) sorted by relevance

/trunk/main/offapi/com/sun/star/chart/
H A DStockDiagram.idl63 <member>StockDiagram::UpDown</member> is <FALSE/>
72 <member>StockDiagram::UpDown</member> is <FALSE/>
81 <member>StockDiagram::UpDown</member> is <TRUE/>
90 <member>StockDiagram::UpDown</member> is <TRUE/>
139 [property] boolean UpDown;
H A DXStatisticDisplay.idl55 <member>StockDiagram::UpDown</member> set to <TRUE/>.
69 <member>StockDiagram::UpDown</member> set to <TRUE/>.
/trunk/main/sw/inc/
H A Dviscrs.hxx140 using SwCursor::UpDown;
171 sal_Bool UpDown( sal_Bool bUp, sal_uInt16 nCnt = 1 );
H A Dcrsrsh.hxx275 SW_DLLPRIVATE sal_Bool UpDown( sal_Bool, sal_uInt16 );
382 sal_Bool Up( sal_uInt16 nCnt = 1 ) { return UpDown( sal_True, nCnt ); } in Up()
383 sal_Bool Down( sal_uInt16 nCnt = 1 ) { return UpDown( sal_False, nCnt ); } in Down()
H A Dswcrsr.hxx163 sal_Bool UpDown( sal_Bool bUp, sal_uInt16 nCnt, Point* pPt, long nUpDownX );
/trunk/main/sw/source/core/crsr/
H A Dviscrs.cxx930 sal_Bool SwShellCrsr::UpDown( sal_Bool bUp, sal_uInt16 nCnt ) in UpDown() function in SwShellCrsr
932 return SwCursor::UpDown( bUp, nCnt, in UpDown()
H A Dcrsrsh.cxx534 sal_Bool SwCrsrShell::UpDown( sal_Bool bUp, sal_uInt16 nCnt ) in UpDown() function in SwCrsrShell
542 sal_Bool bRet = pTmpCrsr->UpDown( bUp, nCnt ); in UpDown()
H A Dswcrsr.cxx1815 sal_Bool SwCursor::UpDown( sal_Bool bUp, sal_uInt16 nCnt, in UpDown() function in SwCursor
/trunk/main/sw/source/core/edit/
H A Deddel.cxx184 if( aCrsr.UpDown( sal_False, nMove, 0, 0 ) ) in Copy()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sch/
H A Dcom.sun.star.comp.office.ChXDiagram.csv14 "ChXDiagram";"com::sun::star::chart::StockDiagram";"UpDown"
/trunk/main/oox/source/dump/
H A Doledumper.ini235 {026371C0-1B7C-11CF-9D53-00AA003C9CB6}=ComCtl2.UpDown.1
236 {603C7E80-87C2-11D1-8BE3-0000F8754DA1}=MSComCtl2.UpDown.2
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx785 if( aCrsr.UpDown( sal_False, ++nMove, 0, 0 ) ) in Paste()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx1610 bRet = pTblCrsr->UpDown(sal_True, Count, 0, 0); in goUp()
1624 bRet = pTblCrsr->UpDown(sal_False, Count, 0, 0); in goDown()

Completed in 108 milliseconds