Home
last modified time | relevance | path

Searched refs:bForward (Results 1 – 25 of 71) sorted by path

123

/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx1322 sal_Bool bForward = !rSearchItem.GetBackward(); in StartSearchAndReplace() local
1327 nFound = pView->Search( rSearchItem.GetSearchOptions() , bForward ); in StartSearchAndReplace()
1335 nFound = pView->Replace( rSearchItem.GetSearchOptions() , bAll , bForward ); in StartSearchAndReplace()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx1075 sal_Bool DataBrowser::IsTabAllowed( sal_Bool bForward ) const in IsTabAllowed()
1081 long nBadCol = bForward in IsTabAllowed()
1084 long nBadRow = bForward in IsTabAllowed()
H A DDataBrowser.hxx60 virtual sal_Bool IsTabAllowed( sal_Bool bForward ) const;
/trunk/main/chart2/source/controller/main/
H A DChartController.cxx1374 void SAL_CALL ChartController::executeDispatch_MoveSeries( sal_Bool bForward ) in executeDispatch_MoveSeries() argument
1385 … (bForward ? ActionDescriptionProvider::MOVE_TOTOP : ActionDescriptionProvider::MOVE_TOBOTTOM), in executeDispatch_MoveSeries()
1389 …agramHelper::moveSeries( ChartModelHelper::findDiagram( getModel() ), xGivenDataSeries, bForward ); in executeDispatch_MoveSeries()
1392 m_aSelection.setSelection( ObjectIdentifier::getMovedSeriesCID( aObjectCID, bForward ) ); in executeDispatch_MoveSeries()
H A DChartController.hxx657 void SAL_CALL executeDispatch_MoveSeries( sal_Bool bForward );
/trunk/main/chart2/source/inc/
H A DDiagramHelper.hxx294 bool bForward );
316 bool bForward );
H A DObjectIdentifier.hxx252 … static ::rtl::OUString getMovedSeriesCID( const ::rtl::OUString& rObjectCID, sal_Bool bForward );
/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx1300 bool bForward, in lcl_moveSeriesOrCheckIfMoveIsAllowed() argument
1353 if( bForward ) in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1451 bool bForward ) in isSeriesMoveable() argument
1457 xDiagram, xGivenDataSeries, bForward, bDoMove ); in isSeriesMoveable()
1463 … Reference< XDiagram >& xDiagram, const Reference< XDataSeries >& xGivenDataSeries, bool bForward ) in moveSeries() argument
1469 xDiagram, xGivenDataSeries, bForward, bDoMove ); in moveSeries()
H A DObjectIdentifier.cxx1391 OUString ObjectIdentifier::getMovedSeriesCID( const ::rtl::OUString& rObjectCID, sal_Bool bForward ) in getMovedSeriesCID() argument
1398 if( bForward ) in getMovedSeriesCID()
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx140 virtual sal_Bool IsTabAllowed(sal_Bool bForward) const;
260 sal_Bool ORelationControl::IsTabAllowed(sal_Bool bForward) const in IsTabAllowed()
266 sal_Bool bRet = !(( ( bForward && (nCol == DEST_COLUMN) && (nRow == GetRowCount() - 1))) in IsTabAllowed()
267 || (!bForward && (nCol == SOURCE_COLUMN) && (nRow == 0))); in IsTabAllowed()
269 return bRet && EditBrowseBox::IsTabAllowed(bForward); in IsTabAllowed()
H A DTableGrantCtrl.cxx220 sal_Bool OTableGrantControl::IsTabAllowed(sal_Bool bForward) const in IsTabAllowed()
226 if (bForward && (nCol == 2) && (nRow == GetRowCount() - 1)) in IsTabAllowed()
229 if (!bForward && (nCol == 1) && (nRow == 0)) in IsTabAllowed()
232 return EditBrowseBox::IsTabAllowed(bForward); in IsTabAllowed()
/trunk/main/dbaccess/source/ui/inc/
H A DTableGrantCtrl.hxx101 virtual sal_Bool IsTabAllowed(sal_Bool bForward) const;
H A Dindexfieldscontrol.hxx92 virtual sal_Bool IsTabAllowed(sal_Bool bForward) const;
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx1436 sal_Bool bForward = !pKeyEvent->GetKeyCode().IsShift(); in PreNotify() local
1452 if ((aIter->second == m_aTableMap.rbegin()->second) && bForward) in PreNotify()
1455 if ((aIter == m_aTableMap.begin()) && !bForward) in PreNotify()
1463 if(bForward) in PreNotify()
1497 if (i == sal_Int32(m_vTableConnection.size() - 1) && bForward) in PreNotify()
1500 if ((i == 0) && !bForward && !m_aTableMap.empty()) in PreNotify()
1510 …pNextConn = m_vTableConnection[(i + (bForward ? 1 : m_vTableConnection.size() - 1)) % m_vTableConn… in PreNotify()
1514 pNextConn = m_vTableConnection[bForward ? 0 : m_vTableConnection.size() - 1]; in PreNotify()
1517 if(bForward) in PreNotify()
/trunk/main/editeng/inc/editeng/
H A DAccessibleEditableTextPara.hxx377 sal_Int32 SkipField(sal_Int32 nIndex, sal_Bool bForward);
H A Dsvxrtf.hxx320 virtual void MovePos( int bForward = sal_True ) = 0;
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1927 sal_Int32 AccessibleEditableTextPara::SkipField(sal_Int32 nIndex, sal_Bool bForward) in SkipField() argument
1956 if( bForward ) in SkipField()
/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx277 void __EXPORT EditRTFParser::MovePos( int bForward ) in MovePos() argument
279 if( bForward ) in MovePos()
H A Deertfpar.hxx87 virtual void MovePos( int bForward = sal_True );
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx111 void EditNextFunc( sal_Bool bForward, xub_StrLen nFStart=NOT_FOUND );
1203 void FormulaDlg_Impl::EditNextFunc( sal_Bool bForward, xub_StrLen nFStart ) in EditNextFunc() argument
1224 if ( bForward ) in EditNextFunc()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx146 virtual sal_Bool IsTabAllowed(sal_Bool bForward) const;
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx1438 sal_Bool bForward = (nMovY>0); in FindDataAreaPos() local
1449 if (bForward) in FindDataAreaPos()
1484 nIndex = bForward ? nOldIndex+1 : nOldIndex; in FindDataAreaPos()
1492 if (bForward) in FindDataAreaPos()
/trunk/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx379 sal_Bool bForward(!rKEvt.GetKeyCode().IsShift()); in KeyInput() local
381 ((SdrHdlList&)rHdlList).TravelFocusHdl(bForward); in KeyInput()
/trunk/main/sc/source/ui/inc/
H A Dolinewin.hxx170 bool ImplMoveFocusByEntry( bool bForward, bool bFindVisible );
173 bool ImplMoveFocusByLevel( bool bForward );
177 bool ImplMoveFocusByTabOrder( bool bForward, bool bFindVisible );
180 void ImplMoveFocusToVisible( bool bForward );
183 void MoveFocusByEntry( bool bForward );
185 void MoveFocusByLevel( bool bForward );
187 void MoveFocusByTabOrder( bool bForward );
/trunk/main/sc/source/ui/view/
H A Dolinewin.cxx726 if ( bForward ) in lcl_RotateValue()
778 if ( !nEntryCount || !bForward ) in ImplMoveFocusByEntry()
787 if ( bForward ) in ImplMoveFocusByEntry()
863 bRet |= ImplMoveFocusByLevel( bForward ); in ImplMoveFocusByTabOrder()
869 if ( bForward && bWrapInLevel ) in ImplMoveFocusByTabOrder()
870 bRet |= ImplMoveFocusByLevel( bForward ); in ImplMoveFocusByTabOrder()
881 ImplMoveFocusByEntry( bForward, true ); in ImplMoveFocusToVisible()
884 ImplMoveFocusByTabOrder( bForward, true ); in ImplMoveFocusToVisible()
890 ImplMoveFocusByEntry( bForward, true ); in MoveFocusByEntry()
897 ImplMoveFocusByLevel( bForward ); in MoveFocusByLevel()
[all …]

Completed in 144 milliseconds

123