Lines Matching refs:sal_Bool

48 	virtual int Find( SwPaM*, SwMoveFn, const SwPaM*, sal_Bool ) = 0;
71 … sal_uLong FindAll( SwFindParas& , SwDocPositions, SwDocPositions, FindRanges, sal_Bool& bCancel );
83 sal_Bool & io_rbLeft, sal_Bool bVisualAllowed, sal_Bool bInsertCrsr);
108 sal_Bool bSearchInNotes,
110 sal_Bool& bCancel,
115 sal_Bool& bCancel,
118 sal_uLong Find( const SfxItemSet& rSet, sal_Bool bNoCollections,
120 sal_Bool& bCancel,
126sal_Bool IsStartWord( sal_Int16 nWordType = com::sun::star::i18n::WordType::ANYWORD_IGNOREWHITESPA…
127sal_Bool IsEndWord( sal_Int16 nWordType = com::sun::star::i18n::WordType::ANYWORD_IGNOREWHITESPACE…
128sal_Bool IsInWord( sal_Int16 nWordType = com::sun::star::i18n::WordType::ANYWORD_IGNOREWHITESPACES…
129 sal_Bool IsStartEndSentence( bool bEnd ) const;
130 sal_Bool GoStartWord();
131 sal_Bool GoEndWord();
132 sal_Bool GoNextWord();
133 sal_Bool GoPrevWord();
134 sal_Bool SelectWord( ViewShell* pViewShell, const Point* pPt = 0 );
138 sal_Bool IsStartWordWT( sal_Int16 nWordType ) const;
139 sal_Bool IsEndWordWT( sal_Int16 nWordType ) const;
140 sal_Bool IsInWordWT( sal_Int16 nWordType ) const;
141 sal_Bool GoStartWordWT( sal_Int16 nWordType );
142 sal_Bool GoEndWordWT( sal_Int16 nWordType );
143 sal_Bool GoNextWordWT( sal_Int16 nWordType );
144 sal_Bool GoPrevWordWT( sal_Int16 nWordType );
145 sal_Bool SelectWordWT( ViewShell* pViewShell, sal_Int16 nWordType, const Point* pPt = 0 );
154 sal_Bool GoSentence(SentenceMoveType eMoveType);
155 sal_Bool GoNextSentence(){return GoSentence(NEXT_SENT);} in GoNextSentence()
156 sal_Bool GoEndSentence(){return GoSentence(END_SENT);} in GoEndSentence()
157 sal_Bool GoPrevSentence(){return GoSentence(PREV_SENT);} in GoPrevSentence()
158 sal_Bool GoStartSentence(){return GoSentence(START_SENT);} in GoStartSentence()
159 sal_Bool ExpandToSentenceBorders();
161 virtual sal_Bool LeftRight( sal_Bool bLeft, sal_uInt16 nCnt, sal_uInt16 nMode,
162 sal_Bool bAllowVisual, sal_Bool bSkipHidden, sal_Bool bInsertCrsr );
163 sal_Bool UpDown( sal_Bool bUp, sal_uInt16 nCnt, Point* pPt, long nUpDownX );
164 sal_Bool LeftRightMargin( sal_Bool bLeftMargin, sal_Bool bAPI = sal_False );
165 sal_Bool IsAtLeftRightMargin( sal_Bool bLeftMargin, sal_Bool bAPI = sal_False ) const;
166 sal_Bool SttEndDoc( sal_Bool bSttDoc );
167 sal_Bool GoPrevNextCell( sal_Bool bNext, sal_uInt16 nCnt );
169 sal_Bool Left( sal_uInt16 nCnt, sal_uInt16 nMode, sal_Bool bAllowVisual, sal_Bool bSkipHidden ) in Left()
171 sal_Bool Right( sal_uInt16 nCnt, sal_uInt16 nMode, sal_Bool bAllowVisual, sal_Bool bSkipHidden ) in Right()
173 sal_Bool GoNextCell( sal_uInt16 nCnt = 1 ) { return GoPrevNextCell( sal_True, nCnt ); } in GoNextCell()
174 sal_Bool GoPrevCell( sal_uInt16 nCnt = 1 ) { return GoPrevNextCell( sal_False, nCnt ); } in GoPrevCell()
175 virtual sal_Bool GotoTable( const String& rName );
176 sal_Bool GotoTblBox( const String& rName );
177 sal_Bool GotoRegion( const String& rName );
178 sal_Bool GotoFtnAnchor();
179 sal_Bool GotoFtnTxt();
180 sal_Bool GotoNextFtnAnchor();
181 sal_Bool GotoPrevFtnAnchor();
182 sal_Bool GotoNextFtnCntnt();
183 sal_Bool GotoPrevFtnCntnt();
185 sal_Bool MovePara( SwWhichPara, SwPosPara );
186 sal_Bool MoveSection( SwWhichSection, SwPosSection );
187 sal_Bool MoveTable( SwWhichTable, SwPosTable );
188 sal_Bool MoveRegion( SwWhichRegion, SwPosRegion );
193 virtual sal_Bool IsSelOvr( int eFlags =
197 virtual sal_Bool IsInProtectTable( sal_Bool bMove = sal_False,
198 sal_Bool bChgCrsr = sal_True );
199 sal_Bool IsNoCntnt() const;
204 virtual sal_Bool IsAtValidPos( sal_Bool bPoint = sal_True ) const;
209 virtual sal_Bool IsSkipOverProtectSections() const;
210 virtual sal_Bool IsSkipOverHiddenSections() const;
258 sal_Bool bChg : 1;
259 sal_Bool bParked : 1; // Tabellen-Cursor wurde geparkt
268 virtual sal_Bool LeftRight( sal_Bool bLeft, sal_uInt16 nCnt, sal_uInt16 nMode,
269 sal_Bool bAllowVisual, sal_Bool bSkipHidden, sal_Bool bInsertCrsr );
270 virtual sal_Bool GotoTable( const String& rName );
280 sal_Bool HasReadOnlyBoxSel() const;
284 sal_Bool IsCrsrMovedUpdt();
286 sal_Bool IsCrsrMoved() const in IsCrsrMoved()
294 sal_Bool IsChgd() const { return bChg; } in IsChgd()