Searched refs:UpDown (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/offapi/com/sun/star/chart/ |
H A D | StockDiagram.idl | 63 <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 D | XStatisticDisplay.idl | 55 <member>StockDiagram::UpDown</member> set to <TRUE/>. 69 <member>StockDiagram::UpDown</member> set to <TRUE/>.
|
/aoo42x/main/sw/inc/ |
H A D | viscrs.hxx | 140 using SwCursor::UpDown; 171 sal_Bool UpDown( sal_Bool bUp, sal_uInt16 nCnt = 1 );
|
H A D | crsrsh.hxx | 275 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 D | swcrsr.hxx | 163 sal_Bool UpDown( sal_Bool bUp, sal_uInt16 nCnt, Point* pPt, long nUpDownX );
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | viscrs.cxx | 930 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 D | crsrsh.cxx | 534 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 D | swcrsr.cxx | 1815 sal_Bool SwCursor::UpDown( sal_Bool bUp, sal_uInt16 nCnt, in UpDown() function in SwCursor
|
/aoo42x/main/sw/source/core/edit/ |
H A D | eddel.cxx | 184 if( aCrsr.UpDown( sal_False, nMove, 0, 0 ) ) in Copy()
|
/aoo42x/main/qadevOOo/objdsc/sch/ |
H A D | com.sun.star.comp.office.ChXDiagram.csv | 14 "ChXDiagram";"com::sun::star::chart::StockDiagram";"UpDown"
|
/aoo42x/main/oox/source/dump/ |
H A D | oledumper.ini | 235 {026371C0-1B7C-11CF-9D53-00AA003C9CB6}=ComCtl2.UpDown.1 236 {603C7E80-87C2-11D1-8BE3-0000F8754DA1}=MSComCtl2.UpDown.2
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 785 if( aCrsr.UpDown( sal_False, ++nMove, 0, 0 ) ) in Paste()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 1610 bRet = pTblCrsr->UpDown(sal_True, Count, 0, 0); in goUp() 1624 bRet = pTblCrsr->UpDown(sal_False, Count, 0, 0); in goDown()
|
Completed in 141 milliseconds