Home
last modified time | relevance | path

Searched refs:bForward (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/edit/
H A Dxtextedt.cxx140 …Engine::Search( TextSelection& rSel, const i18nutil::SearchOptions& rSearchOptions, bool bForward ) in Search() argument
148 …if ( aSel.HasRange() && ( ( bSearchInSelection && bForward ) || ( !bSearchInSelection && !bForward in Search()
157 nEndNode = bForward ? aSel.GetEnd().GetPara() : aSel.GetStart().GetPara(); in Search()
159 nEndNode = bForward ? (GetParagraphCount()-1) : 0; in Search()
169 bForward ? ( nNode <= nEndNode) : ( nNode >= nEndNode ); in Search()
170 bForward ? nNode++ : nNode-- ) in Search()
177 if ( bForward ) in Search()
184 if ( bForward ) in Search()
190 if ( bForward ) in Search()
220 if ( !bForward && !nNode ) // if searching backwards, if nEndNode == 0: in Search()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/edit/
H A Dxtextedt.cxx140 …Engine::Search( TextSelection& rSel, const i18nutil::SearchOptions& rSearchOptions, bool bForward ) in Search() argument
148 …if ( aSel.HasRange() && ( ( bSearchInSelection && bForward ) || ( !bSearchInSelection && !bForward in Search()
157 nEndNode = bForward ? aSel.GetEnd().GetPara() : aSel.GetStart().GetPara(); in Search()
159 nEndNode = bForward ? (GetParagraphCount()-1) : 0; in Search()
169 bForward ? ( nNode <= nEndNode) : ( nNode >= nEndNode ); in Search()
170 bForward ? nNode++ : nNode-- ) in Search()
177 if ( bForward ) in Search()
184 if ( bForward ) in Search()
190 if ( bForward ) in Search()
220 if ( !bForward && !nNode ) // if searching backwards, if nEndNode == 0: in Search()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dtaskpanelist.cxx65 static void ImplTaskPaneListGrabFocus( vcl::Window *pWindow, bool bForward ) in ImplTaskPaneListGrabFocus() argument
71 …pWindow->ImplGrabFocus( GetFocusFlags::F6 | (bForward ? GetFocusFlags::Forward : GetFocusFlags::Ba… in ImplTaskPaneListGrabFocus()
151 bool bForward = !aKeyCode.IsShift(); in HandleKeyEvent() local
176 pNextWin = FindNextFloat( *p, bForward ); in HandleKeyEvent()
181 ImplTaskPaneListGrabFocus( pNextWin, bForward ); in HandleKeyEvent()
192 …pWin->ImplGrabFocusToDocument( GetFocusFlags::F6 | (bForward ? GetFocusFlags::Forward : GetFocusFl… in HandleKeyEvent()
203 pWin = FindNextFloat( nullptr, bForward ); in HandleKeyEvent()
206 ImplTaskPaneListGrabFocus( pWin, bForward ); in HandleKeyEvent()
246 vcl::Window* TaskPaneList::FindNextFloat( vcl::Window *pWindow, bool bForward ) in FindNextFloat() argument
250 if ( !bForward ) in FindNextFloat()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dtaskpanelist.cxx66 static void ImplTaskPaneListGrabFocus( vcl::Window *pWindow, bool bForward ) in ImplTaskPaneListGrabFocus() argument
72 …pWindow->ImplGrabFocus( GetFocusFlags::F6 | (bForward ? GetFocusFlags::Forward : GetFocusFlags::Ba… in ImplTaskPaneListGrabFocus()
152 bool bForward = !aKeyCode.IsShift(); in HandleKeyEvent() local
177 pNextWin = FindNextFloat( *p, bForward ); in HandleKeyEvent()
182 ImplTaskPaneListGrabFocus( pNextWin, bForward ); in HandleKeyEvent()
193 …pWin->ImplGrabFocusToDocument( GetFocusFlags::F6 | (bForward ? GetFocusFlags::Forward : GetFocusFl… in HandleKeyEvent()
204 pWin = FindNextFloat( nullptr, bForward ); in HandleKeyEvent()
207 ImplTaskPaneListGrabFocus( pWin, bForward ); in HandleKeyEvent()
247 vcl::Window* TaskPaneList::FindNextFloat( vcl::Window *pWindow, bool bForward ) in FindNextFloat() argument
251 if ( !bForward ) in FindNextFloat()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dolinewin.cxx730 if ( bForward ) in lcl_RotateValue()
782 if ( !nEntryCount || !bForward ) in ImplMoveFocusByEntry()
791 if ( bForward ) in ImplMoveFocusByEntry()
862 bRet |= ImplMoveFocusByLevel( bForward ); in ImplMoveFocusByTabOrder()
868 if ( bForward && bWrapInLevel ) in ImplMoveFocusByTabOrder()
869 bRet |= ImplMoveFocusByLevel( bForward ); in ImplMoveFocusByTabOrder()
880 ImplMoveFocusByEntry( bForward, true ); in ImplMoveFocusToVisible()
883 ImplMoveFocusByTabOrder( bForward ); in ImplMoveFocusToVisible()
889 ImplMoveFocusByEntry( bForward, true ); in MoveFocusByEntry()
896 ImplMoveFocusByLevel( bForward ); in MoveFocusByLevel()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dolinewin.cxx735 if ( bForward ) in lcl_RotateValue()
787 if ( !nEntryCount || !bForward ) in ImplMoveFocusByEntry()
796 if ( bForward ) in ImplMoveFocusByEntry()
867 bRet |= ImplMoveFocusByLevel( bForward ); in ImplMoveFocusByTabOrder()
873 if ( bForward && bWrapInLevel ) in ImplMoveFocusByTabOrder()
874 bRet |= ImplMoveFocusByLevel( bForward ); in ImplMoveFocusByTabOrder()
885 ImplMoveFocusByEntry( bForward, true ); in ImplMoveFocusToVisible()
888 ImplMoveFocusByTabOrder( bForward ); in ImplMoveFocusToVisible()
894 ImplMoveFocusByEntry( bForward, true ); in MoveFocusByEntry()
901 ImplMoveFocusByLevel( bForward ); in MoveFocusByLevel()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dolinewin.hxx159 bool ImplMoveFocusByEntry( bool bForward, bool bFindVisible );
162 bool ImplMoveFocusByLevel( bool bForward );
166 bool ImplMoveFocusByTabOrder( bool bForward );
169 void ImplMoveFocusToVisible( bool bForward );
172 void MoveFocusByEntry( bool bForward );
174 void MoveFocusByLevel( bool bForward );
176 void MoveFocusByTabOrder( bool bForward );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dolinewin.hxx159 bool ImplMoveFocusByEntry( bool bForward, bool bFindVisible );
162 bool ImplMoveFocusByLevel( bool bForward );
166 bool ImplMoveFocusByTabOrder( bool bForward );
169 void ImplMoveFocusToVisible( bool bForward );
172 void MoveFocusByEntry( bool bForward );
174 void MoveFocusByLevel( bool bForward );
176 void MoveFocusByTabOrder( bool bForward );
/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpd_Iterator.h68 virtual UT_uint32 find(UT_UCS4Char * what, UT_uint32 iLen, bool bForward = true);
69 virtual UT_uint32 find(UT_TextIterator & text, UT_uint32 iLen, bool bForward = true);
127 virtual UT_uint32 find(UT_UCS4Char * what, UT_uint32 iLen, bool bForward = true);
128 virtual UT_uint32 find(UT_TextIterator & text, UT_uint32 iLen, bool bForward = true);
H A Dpd_Iterator.cpp286 UT_uint32 PD_DocIterator::find(UT_TextIterator & text, UT_uint32 iLen, bool bForward) in find() argument
294 UT_sint32 iInc = bForward ? 1 : -1; in find()
349 UT_uint32 PD_DocIterator::find(UT_UCS4Char * what, UT_uint32 iLen, bool bForward) in find() argument
357 UT_sint32 iInc = bForward ? 1 : -1; in find()
361 UT_UCS4Char * pWhat = bForward ? what : what + iLen - 1; in find()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dtxatritr.cxx37 , bForward(bFrwrd) in SwScriptIterator()
60 m_nChgPos = bForward in SwScriptIterator()
70 if (bForward && m_nChgPos >= 0 && m_nChgPos < m_rText.getLength()) in Next()
77 else if (!bForward && m_nChgPos > 0) in Next()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx1247 …animation::AnimationEntryLinear aInOut(fTimeFullPath * 0.5, fFrequency, 0.5, bForward ? 1.0 : 0.0); in impCreateScrollTiming()
1253 …on::AnimationEntryLinear aThrough(fTimeFullPath, fFrequency, bForward ? 0.0 : 1.0, bForward ? 1.0 … in impCreateScrollTiming()
1260 …animation::AnimationEntryLinear aOutIn(fTimeFullPath * 0.5, fFrequency, bForward ? 0.0 : 1.0, 0.5); in impCreateScrollTiming()
1275 bForward = !bForward; in impCreateAlternateTiming()
1278 const double fStartPosition(bForward ? fRelativeTextLength : 1.0 - fRelativeTextLength); in impCreateAlternateTiming()
1279 const double fEndPosition(bForward ? 1.0 - fRelativeTextLength : fRelativeTextLength); in impCreateAlternateTiming()
1340 const double fStartPosition(bForward ? 0.0 : 1.0); in impCreateSlideTiming()
1379 …const bool bForward(SdrTextAniDirection::Right == eDirection || SdrTextAniDirection::Down == eDire… in impGetScrollTextTiming() local
1416 impCreateScrollTiming(rSet, rAnimList, bForward, fTimeFullPath, fAnimationDelay); in impGetScrollTextTiming()
1422 …impCreateAlternateTiming(rSet, rAnimList, fRelativeTextLength, bForward, fTimeFullPath, fAnimation… in impGetScrollTextTiming()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Dcelltypes.hxx58 RangeIterator(const T& rStart, const T& rEnd, bool bForward) in RangeIterator() argument
60 if (bForward) in RangeIterator()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Dcelltypes.hxx59 RangeIterator( const T& rStart, const T& rEnd, bool bForward ) in RangeIterator() argument
61 if( bForward ) in RangeIterator()
/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_TextIterator.h148 virtual UT_uint32 find(UT_UCS4Char * what, UT_uint32 iLen, bool bForward = true) = 0;
149 virtual UT_uint32 find(UT_TextIterator & text, UT_uint32 iLen, bool bForward = true) = 0;
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dgdalproximity.cpp49 int bForward, int iLine, int nXSize, double nMaxDist,
479 int bForward, int iLine, int nXSize, double dfMaxDist, in ProcessProximityLine() argument
484 const int iStart = bForward ? 0 : nXSize - 1; in ProcessProximityLine()
485 const int iEnd = bForward ? nXSize : -1; in ProcessProximityLine()
486 const int iStep = bForward ? 1 : -1; in ProcessProximityLine()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dgdalproximity.cpp49 int bForward, int iLine, int nXSize, double nMaxDist,
479 int bForward, int iLine, int nXSize, double dfMaxDist, in ProcessProximityLine() argument
484 const int iStart = bForward ? 0 : nXSize - 1; in ProcessProximityLine()
485 const int iEnd = bForward ? nXSize : -1; in ProcessProximityLine()
486 const int iStep = bForward ? 1 : -1; in ProcessProximityLine()
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dgdalproximity.cpp49 int bForward, int iLine, int nXSize, double nMaxDist,
479 int bForward, int iLine, int nXSize, double dfMaxDist, in ProcessProximityLine() argument
484 const int iStart = bForward ? 0 : nXSize - 1; in ProcessProximityLine()
485 const int iEnd = bForward ? nXSize : -1; in ProcessProximityLine()
486 const int iStep = bForward ? 1 : -1; in ProcessProximityLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx1288 …animation::AnimationEntryLinear aInOut(fTimeFullPath * 0.5, fFrequency, 0.5, bForward ? 1.0 : 0.0); in impCreateScrollTiming()
1294 …on::AnimationEntryLinear aThrough(fTimeFullPath, fFrequency, bForward ? 0.0 : 1.0, bForward ? 1.0 … in impCreateScrollTiming()
1301 …animation::AnimationEntryLinear aOutIn(fTimeFullPath * 0.5, fFrequency, bForward ? 0.0 : 1.0, 0.5); in impCreateScrollTiming()
1316 bForward = !bForward; in impCreateAlternateTiming()
1319 const double fStartPosition(bForward ? fRelativeTextLength : 1.0 - fRelativeTextLength); in impCreateAlternateTiming()
1320 const double fEndPosition(bForward ? 1.0 - fRelativeTextLength : fRelativeTextLength); in impCreateAlternateTiming()
1381 const double fStartPosition(bForward ? 0.0 : 1.0); in impCreateSlideTiming()
1420 …const bool bForward(SdrTextAniDirection::Right == eDirection || SdrTextAniDirection::Down == eDire… in impGetScrollTextTiming() local
1457 impCreateScrollTiming(rSet, rAnimList, bForward, fTimeFullPath, fAnimationDelay); in impGetScrollTextTiming()
1463 …impCreateAlternateTiming(rSet, rAnimList, fRelativeTextLength, bForward, fTimeFullPath, fAnimation… in impGetScrollTextTiming()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_proj4/
H A Dgcs_rotated_grid.cpp268 inline TSG_Point CGCS_Rotated_Grid::Get_Projected(double dLon, double dLat, bool bForward, double L… in Get_Projected() argument
272 if( bForward == false ) in Get_Projected()
283 if( bForward == true ) in Get_Projected()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/annotations/
H A Dannotationmanager.cxx748 void AnnotationManagerImpl::SelectNextAnnotation(bool bForward) in SelectNextAnnotation() argument
760 if( bForward ) in SelectNextAnnotation()
806 pPage = GetNextPage( pPage, bForward ); in SelectNextAnnotation()
819 pDispatcher->Execute( bForward ? SID_NEXT_POSTIT : SID_PREVIOUS_POSTIT ); in SelectNextAnnotation()
830 if(bForward) in SelectNextAnnotation()
1140 SdPage* AnnotationManagerImpl::GetNextPage( SdPage const * pPage, bool bForward ) in GetNextPage() argument
1144 if (bForward) in GetNextPage()
1155 if( bForward ) in GetNextPage()
1175 if( bForward ) in GetNextPage()
H A Dannotationmanagerimpl.hxx74 void SelectNextAnnotation(bool bForward);
108 SdPage* GetNextPage( SdPage const * pPage, bool bForward );
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx182 bool OTableGrantControl::IsTabAllowed(bool bForward) const in IsTabAllowed()
187 if (bForward && (nCol == 2) && (nRow == GetRowCount() - 1)) in IsTabAllowed()
190 if (!bForward && (nCol == 1) && (nRow == 0)) in IsTabAllowed()
193 return EditBrowseBox::IsTabAllowed(bForward); in IsTabAllowed()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx180 bool OTableGrantControl::IsTabAllowed(bool bForward) const in IsTabAllowed()
185 if (bForward && (nCol == 2) && (nRow == GetRowCount() - 1)) in IsTabAllowed()
188 if (!bForward && (nCol == 1) && (nRow == 0)) in IsTabAllowed()
191 return EditBrowseBox::IsTabAllowed(bForward); in IsTabAllowed()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/parser/
H A Dcpdf_syntax_parser.cpp819 bool bForward, in SearchWord() argument
827 if (!bForward) in SearchWord()
833 if (bForward) { in SearchWord()
849 if (bForward) { in SearchWord()
863 FX_FILESIZE startpos = bForward ? pos - taglen + 1 : pos; in SearchWord()
870 if (bForward) { in SearchWord()

123456789