Home
last modified time | relevance | path

Searched refs:bCall (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx1851 sal_Bool bCall = sal_False; in KeyInput() local
1856 bCall = sal_True; in KeyInput()
1861 bCall = sal_True; in KeyInput()
1870 if(bCall && aPrevNextControlLink.IsSet()) in KeyInput()
1987 sal_Bool bCall = sal_False; in KeyInput() local
1992 bCall = sal_True; in KeyInput()
1997 bCall = sal_True; in KeyInput()
2012 if(bCall && aPrevNextControlLink.IsSet()) in KeyInput()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx3355 sal_Bool bCall = TRUE; in ImplHandleMouseMsg() local
3440 bCall = FALSE; in ImplHandleMouseMsg()
3480 if ( bCall ) in ImplHandleMouseMsg()
/trunk/main/editeng/source/editeng/
H A Deditundo.cxx285 sal_Bool bCall = GetImpEditEngine()->IsCallParaInsertedOrDeleted(); in Undo() local
292 GetImpEditEngine()->SetCallParaInsertedOrDeleted( bCall ); in Undo()
/trunk/main/vcl/source/window/
H A Dwindow.cxx6820 void Window::SetCallHandlersOnInputDisabled( bool bCall ) in SetCallHandlersOnInputDisabled() argument
6822 mpWindowImpl->mbCallHandlersDuringInputDisabled = bCall ? sal_True : sal_False; in SetCallHandlersOnInputDisabled()
6827 pChild->SetCallHandlersOnInputDisabled( bCall ); in SetCallHandlersOnInputDisabled()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx2374 sal_Bool bCall = TRUE; in ImplHandleMouseMsg() local
2471 bCall = FALSE; in ImplHandleMouseMsg()
2519 if ( bCall ) in ImplHandleMouseMsg()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx835 void SetCallHandlersOnInputDisabled( bool bCall );
/trunk/main/vcl/inc/
H A Dilstbox.hxx169 void SetCallSelectionChangedHdl( sal_Bool bCall ) { mbCallSelectionChangedHdl = bCall; } in SetCallSelectionChangedHdl() argument
512 …d SetCallSelectionChangedHdl( sal_Bool bCall ) { maLBWindow.GetEntryList()->SetCallSelectionChan… in SetCallSelectionChangedHdl() argument
/trunk/main/sw/source/core/doc/
H A Dswserv.cxx133 int bCall = sal_False; in SendDataChanged() local
140 bCall = CNTNT_TYPE.pBkmk->GetMarkStart() <= rPos in SendDataChanged()
152 bCall = pNd->GetIndex() < nNd && nNd < pNd->EndOfSectionIndex(); in SendDataChanged()
155 if( bCall ) in SendDataChanged()
174 int bCall = sal_False; in SendDataChanged() local
182 bCall = *pStt <= CNTNT_TYPE.pBkmk->GetMarkEnd() in SendDataChanged()
194 bCall = pStt->nNode.GetIndex() < pNd->EndOfSectionIndex() && in SendDataChanged()
198 if( bCall ) in SendDataChanged()

Completed in 146 milliseconds