Lines Matching refs:sal_uInt16

209     sal_uInt16 nAktNdTyp;
218 sal_uInt16 nCrsrMove;
219 sal_uInt16 nBasicActionCnt; // Actions, die vom Basic geklammert wurden
252 sal_uInt16 eFlags = SwCrsrShell::SCROLLWIN|SwCrsrShell::CHKRANGE,
274 sal_Bool LeftRight( sal_Bool, sal_uInt16, sal_uInt16, sal_Bool );
275 SW_DLLPRIVATE sal_Bool UpDown( sal_Bool, sal_uInt16 );
284 SW_DLLPRIVATE const SwRedline* _GotoRedline( sal_uInt16 nArrPos, sal_Bool bSelect );
288 inline SwMoveFnCollection* MakeFindRange( sal_uInt16, sal_uInt16, SwPaM* ) const;
378 sal_Bool Left( sal_uInt16 nCnt, sal_uInt16 nMode, sal_Bool bAllowVisual = sal_False ) in Left()
380 sal_Bool Right( sal_uInt16 nCnt, sal_uInt16 nMode, sal_Bool bAllowVisual = sal_False ) in Right()
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()
567 void GetPageNum( sal_uInt16 &rnPhyNum, sal_uInt16 &rnVirtNum,
571 sal_uInt16 GetNextPrevPageNum( sal_Bool bNext = sal_True );
574 sal_Bool GotoPage( sal_uInt16 nPage );
577 sal_uInt16 GetPageCnt();
648 void GotoOutline( sal_uInt16 nIdx );
650 sal_uInt16 GetOutlinePos( sal_uInt8 nLevel = UCHAR_MAX );
654 sal_Bool MakeOutlineSel( sal_uInt16 nSttPos, sal_uInt16 nEndPos,
689 sal_uInt16 UpdateTblSelBoxes();
700 sal_Bool SetCrsrInHdFt( sal_uInt16 nDescNo = USHRT_MAX,
725 sal_Bool GotoRefMark( const String& rRefMark, sal_uInt16 nSubType = 0,
726 sal_uInt16 nSeqNo = 0 );
742 const sal_uInt16 nResType = USHRT_MAX,
762 sal_uInt16 GetCrsrCnt( sal_Bool bAll = sal_True ) const;
845 sal_Bool SelectTxtAttr( sal_uInt16 nWhich, sal_Bool bExpand, const SwTxtAttr* pAttr = 0 );
869 const SwRedline* GotoRedline( sal_uInt16 nArrPos, sal_Bool bSelect = sal_False );
876 void FirePageChangeEvent(sal_uInt16 nOldPage, sal_uInt16 nNewPage);
879 void FireSectionChangeEvent(sal_uInt16 nOldSection, sal_uInt16 nNewSection);
880 void FireColumnChangeEvent(sal_uInt16 nOldColumn, sal_uInt16 nNewColumn);
914 sal_uInt16 nStt, sal_uInt16 nEnd, SwPaM* pPam ) const in MakeFindRange()