/aoo41x/main/sc/source/ui/view/ |
H A D | olinewin.cxx | 726 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 …]
|
/aoo41x/main/svtools/source/edit/ |
H A D | xtextedt.cxx | 155 …if ( aSel.HasRange() && ( ( bSearchInSelection && bForward ) || ( !bSearchInSelection && !bForward… in Search() 164 nEndNode = bForward ? aSel.GetEnd().GetPara() : aSel.GetStart().GetPara(); in Search() 166 nEndNode = bForward ? (GetParagraphCount()-1) : 0; in Search() 176 bForward ? ( nNode <= nEndNode) : ( nNode >= nEndNode ); in Search() 177 bForward ? nNode++ : nNode-- ) in Search() 184 if ( bForward ) in Search() 191 if ( bForward ) in Search() 197 if ( bForward ) in Search() 228 if ( !bForward && !nNode ) // Bei rueckwaertsuche, wenn nEndNode = 0: in Search() 298 Search( rSearchOptions, bForward ); // gleich zum naechsten in Replace() [all …]
|
/aoo41x/main/vcl/source/window/ |
H A D | taskpanelist.cxx | 207 sal_Bool bForward = !aKeyCode.IsShift(); in HandleKeyEvent() local 234 pNextWin = FindNextFloat( *p, bForward ); in HandleKeyEvent() 266 pWin = FindNextFloat( NULL, bForward ); in HandleKeyEvent() 281 Window* TaskPaneList::FindNextPane( Window *pWindow, sal_Bool bForward ) in FindNextPane() argument 283 if( bForward ) in FindNextPane() 316 Window* TaskPaneList::FindNextSplitter( Window *pWindow, sal_Bool bForward ) in FindNextSplitter() argument 318 if( bForward ) in FindNextSplitter() 355 Window* TaskPaneList::FindNextFloat( Window *pWindow, sal_Bool bForward ) in FindNextFloat() argument 357 if( bForward ) in FindNextFloat()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotextdecomposition.cxx | 1063 …animation::AnimationEntryLinear aInOut(fTimeFullPath * 0.5, fFrequency, 0.5, bForward ? 1.0 : 0.0); in impCreateScrollTiming() 1071 …on::AnimationEntryLinear aThrough(fTimeFullPath, fFrequency, bForward ? 0.0 : 1.0, bForward ? 1.0 … in impCreateScrollTiming() 1079 …animation::AnimationEntryLinear aOutIn(fTimeFullPath * 0.5, fFrequency, bForward ? 0.0 : 1.0, 0.5); in impCreateScrollTiming() 1094 bForward = !bForward; in impCreateAlternateTiming() 1097 const double fStartPosition(bForward ? fRelativeTextLength : 1.0 - fRelativeTextLength); in impCreateAlternateTiming() 1098 const double fEndPosition(bForward ? 1.0 - fRelativeTextLength : fRelativeTextLength); in impCreateAlternateTiming() 1159 const double fStartPosition(bForward ? 0.0 : 1.0); in impCreateSlideTiming() 1197 const bool bForward(SDRTEXTANI_RIGHT == eDirection || SDRTEXTANI_DOWN == eDirection); in impGetScrollTextTiming() local 1234 impCreateScrollTiming(rSet, rAnimList, bForward, fTimeFullPath, fAnimationDelay); in impGetScrollTextTiming() 1240 …impCreateAlternateTiming(rSet, rAnimList, fRelativeTextLength, bForward, fTimeFullPath, fAnimation… in impGetScrollTextTiming() [all …]
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | olinewin.hxx | 170 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 );
|
/aoo41x/main/tools/inc/tools/ |
H A D | dynary.hxx | 54 sal_Bool bForward = sal_True ) const in GetIndex() argument 55 { return Container::GetPos( p, nStartIndex, bForward ); } in GetIndex() 91 sal_Bool bForward = sal_True ) const \ 94 bForward ); } \
|
H A D | queue.hxx | 85 sal_Bool bForward = sal_True ) const \ 88 bForward ); } \
|
H A D | stack.hxx | 86 sal_Bool bForward = sal_True ) const \ 89 bForward ); } \
|
H A D | list.hxx | 118 sal_Bool bForward = sal_True ) const \ 120 bForward ); } \
|
H A D | ref.hxx | 248 sal_Bool bForward = sal_True ) const;\ 302 ( const EntryName p, sal_uIntPtr nStart, sal_Bool bForward ) const\ 303 {return BaseList::GetPos( p, nStart, bForward );}
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | findattr.cxx | 149 sal_Bool bForward = fnMove == fnMoveForward; in lcl_Search() local 150 sal_uInt16 nPos = bForward ? 0 : rTxtNd.GetSwpHints().Count(); in lcl_Search() 157 lcl_SetAttrPam( rPam, *pTxtHt->GetStart(), pTxtHt->End(), bForward ); in lcl_Search() 185 sal_Bool bForward; member in SwAttrCheckArr 188 SwAttrCheckArr( const SfxItemSet& rSet, int bForward, int bNoCollections ); 217 bForward = 0 != bFwd; in SwAttrCheckArr() 244 if( bForward ) in SetNewSet() 683 if( bForward ? pArrPtr->nEnd <= nSttPos : pArrPtr->nStt >= nEndPos ) in CheckStack() 689 else if( bForward ? pArrPtr->nStt < nEndPos : pArrPtr->nEnd > nSttPos ) in CheckStack()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | txatritr.cxx | 49 bForward( bFrwrd ) in SwScriptIterator() 72 nChgPos = bForward ? in SwScriptIterator() 83 if ( bForward && nChgPos < rText.Len() ) in Next() 90 else if ( ! bForward && nChgPos ) in Next()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | taskpanelist.hxx | 35 Window *FindNextPane( Window *pWindow, sal_Bool bForward = sal_True ); 36 Window *FindNextFloat( Window *pWindow, sal_Bool bForward = sal_True ); 37 Window *FindNextSplitter( Window *pWindow, sal_Bool bForward = sal_True );
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | xtextedt.hxx | 50 … rSel, const ::com::sun::star::util::SearchOptions& rSearchOptions, sal_Bool bForward = sal_True ); 64 …sal_Bool Search( const ::com::sun::star::util::SearchOptions& rSearchOptions, sal_Bool bForward… 65 …e( const ::com::sun::star::util::SearchOptions& rSearchOptions, sal_Bool bAll, sal_Bool bForward );
|
/aoo41x/main/tools/workben/ |
H A D | hashtbl.cxx | 470 void* HashTableIterator::FindValidObject(BOOL bForward) in FindValidObject() argument 489 && (bForward ? ((m_lAt+1) < m_aTable.GetSize()) in FindValidObject() 492 if (bForward) in FindValidObject() 504 DBG_ASSERT(bForward ? m_lAt == m_aTable.GetSize() -1 : m_lAt == 0, in FindValidObject()
|
/aoo41x/main/soldep/bootstrp/ |
H A D | hashtbl.cxx | 466 void* HashTableIterator::FindValidObject(sal_Bool bForward) in FindValidObject() argument 485 && (bForward ? ((m_lAt+1) < m_aTable.GetSize()) in FindValidObject() 488 if (bForward) in FindValidObject() 500 DBG_ASSERT(bForward ? m_lAt == m_aTable.GetSize() -1 : m_lAt == 0, in FindValidObject()
|
/aoo41x/main/svx/source/dialog/ |
H A D | graphctl.cxx | 456 bool bForward = !aCode.IsShift(); in KeyInput() local 458 if ( ! pView->MarkNextObj( bForward )) in KeyInput() 463 pView->MarkNextObj (bForward); in KeyInput() 471 sal_Bool bForward(!aCode.IsShift()); in KeyInput() local 473 ((SdrHdlList&)rHdlList).TravelFocusHdl(bForward); in KeyInput()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | RelationControl.cxx | 140 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 D | TableGrantCtrl.cxx | 220 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()
|
/aoo41x/main/vcl/source/control/ |
H A D | combobox.cxx | 349 sal_Bool bForward = sal_True; in IMPL_LINK() local 354 bForward = sal_False; in IMPL_LINK() 362 nPos = mpImplLB->GetEntryList()->FindMatchingEntry( aStartText, nStart, bForward, sal_True ); in IMPL_LINK() 365 …ryList()->FindMatchingEntry( aStartText, bForward ? 0 : (mpImplLB->GetEntryList()->GetEntryCount()… in IMPL_LINK() 370 … nPos = mpImplLB->GetEntryList()->FindMatchingEntry( aStartText, nStart, bForward, sal_False ); in IMPL_LINK() 373 …ryList()->FindMatchingEntry( aStartText, bForward ? 0 : (mpImplLB->GetEntryList()->GetEntryCount()… in IMPL_LINK()
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | JoinTableView.cxx | 1436 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()
|
/aoo41x/main/soltools/ldump/ |
H A D | hashtbl.cxx | 423 void* HashTableIterator::FindValidObject(bool bForward) in FindValidObject() argument 442 && (bForward ? ((m_lAt+1) < m_aTable.GetSize()) in FindValidObject() 445 if (bForward) in FindValidObject()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | srcview.cxx | 646 sal_Bool bForward = !rSearchItem.GetBackward(); in StartSearchAndReplace() local 649 if( !bForward ) in StartSearchAndReplace() 668 nFound = pTextView->Search( aSearchOpt, bForward ); in StartSearchAndReplace() 673 nFound = pTextView->Replace( aSearchOpt, bAll, bForward ); in StartSearchAndReplace() 708 QueryBox(0, SW_RES( bForward ? MSG_SEARCH_END in StartSearchAndReplace()
|
/aoo41x/main/sw/source/core/text/ |
H A D | frmcrsr.cxx | 1101 sal_Bool& bForward, sal_Bool bInsertCrsr ) in PrepareVisualMove() argument 1131 lcl_VisualMoveRecursion( *pLine, nStt, nPos, bForward, in PrepareVisualMove() 1137 const sal_Bool bVisualRight = ( nDefaultDir == UBIDI_LTR && bForward ) || in PrepareVisualMove() 1138 ( nDefaultDir == UBIDI_RTL && ! bForward ); in PrepareVisualMove() 1188 if ( bForward ) in PrepareVisualMove() 1195 bForward = ! bForward; in PrepareVisualMove()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | splitwin.cxx | 1306 sal_Bool SfxSplitWindow::ActivateNextChild_Impl( sal_Bool bForward ) in ActivateNextChild_Impl() argument 1310 sal_uInt16 n = bForward ? 0 : nCount; in ActivateNextChild_Impl() 1323 if ( bForward ) in ActivateNextChild_Impl() 1328 if ( bForward ) in ActivateNextChild_Impl()
|