Home
last modified time | relevance | path

Searched refs:bAdd (Results 26 – 50 of 55) sorted by path

123

/trunk/main/svtools/inc/svtools/
H A Dcliplistener.hxx45 void AddRemoveListener( Window* pWin, sal_Bool bAdd );
H A Dsvicnvw.hxx221 sal_Bool bAdd = sal_False,
H A Dsvtreebx.hxx334 void SetAddMode( sal_Bool bAdd );
/trunk/main/svtools/source/contnr/
H A Dimivctl.hxx252 sal_Bool bAdd = sal_True,
258 sal_Bool bAdd = sal_True );
456 sal_Bool bAdd = sal_True,
H A Dimivctl1.cxx464 sal_Bool bCallHdl, sal_Bool bAdd, sal_Bool bSyncPaint ) in SelectEntry() argument
469 if( !bAdd ) in SelectEntry()
1133 sal_Bool bAdd = (nFlags & F_ADD_MODE) ? sal_True : sal_False; in Tracking() local
1134 SelectRect( aRect, bAdd, &aSelectedRectList ); in Tracking()
3172 sal_Bool bAdd, SvPtrarr* pOtherRects ) in SelectRect() argument
3177 SelectRect( aRect, bAdd, pOtherRects ); in SelectRect()
3229 else if( !bAdd ) in SelectRect()
3236 else if( bAdd && bOverlaps ) in SelectRect()
3281 sal_Bool bAdd ) in SelectRange() argument
3290 if ( ! bAdd ) in SelectRange()
[all …]
H A Dsvicnvw.cxx750 void SvIconView::SelectRect( const Rectangle& rRect, sal_Bool bAdd, in SelectRect() argument
753 pImp->SelectRect( rRect, bAdd, pRects, nOffs ); in SelectRect()
H A Dsvimpicn.cxx1512 sal_Bool bAdd = (nFlags & F_ADD_MODE) ? sal_True : sal_False; in MouseMove() local
1513 SelectRect( aRect, bAdd, &aSelectedRectList ); in MouseMove()
3749 void SvImpIconView::SelectRect( const Rectangle& rRect, sal_Bool bAdd, in SelectRect() argument
3768 sal_Bool bCalcOverlap = (bAdd && pOtherRects && pOtherRects->Count()) ? sal_True : sal_False; in SelectRect()
3795 else if( !bAdd ) in SelectRect()
3802 else if( bAdd && bOverlaps ) in SelectRect()
H A Dsvtreebx.cxx2406 void SvTreeListBox::SetAddMode( sal_Bool bAdd ) in SetAddMode() argument
2408 pImp->SetAddMode( bAdd ); in SetAddMode()
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx290 void SelectRect( const Rectangle&, sal_Bool bAdd = sal_True,
/trunk/main/svtools/source/misc/
H A Dcliplistener.cxx67 void TransferableClipboardListener::AddRemoveListener( Window* pWin, sal_Bool bAdd ) in AddRemoveListener() argument
78 if( bAdd ) in AddRemoveListener()
H A Dtransfer.cxx686 sal_Bool bAdd = sal_True; in AddFormat() local
708 bAdd = sal_False; in AddFormat()
714 if( bAdd ) in AddFormat()
/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx751 sal_Bool bAdd = bValidURL; in KeyInput() local
782 else if( bAdd ) in KeyInput()
/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx735 bool bAdd = isEditFieldsHaveContent() && !getActiveDictionary().hasTerm( m_aED_Term.GetText() ); in updateButtons() local
736 m_aPB_Add.Enable( bAdd ); in updateButtons()
738 m_aPB_Delete.Enable( !bAdd && getActiveDictionary().GetSelectedRowCount()>0 ); in updateButtons()
745 bModify = !bAdd && getActiveDictionary().GetSelectedRowCount()==1 in updateButtons()
/trunk/main/sw/source/core/access/
H A Dacccontext.cxx1457 sal_Bool bAdd ) in Select() argument
1476 sal_uInt8 nFlags = bAdd ? SW_ADD_SELECT : 0; in Select()
H A Dacccontext.hxx415 sal_Bool Select( SwPaM *pPaM, SdrObject *pObj, sal_Bool bAdd );
420 inline sal_Bool Select( SdrObject *pObj, sal_Bool bAdd ) in Select() argument
422 return Select( 0, pObj, bAdd ); in Select()
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx445 sal_Bool bAdd = sal_True; in ResetAttrs() local
469 aTmpEnd++, bAdd = sal_False; in ResetAttrs()
498 if( bAdd ) in ResetAttrs()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx1447 bool bAdd = false; in CopyFlyInFlyImpl() local
1449 bAdd = true; in CopyFlyInFlyImpl()
1450 if( !bAdd ) in CopyFlyInFlyImpl()
1476 bAdd = bLastNode && bEmptyNode; in CopyFlyInFlyImpl()
1477 if( !bAdd ) in CopyFlyInFlyImpl()
1480 bAdd = nEndContentIndex > 0; in CopyFlyInFlyImpl()
1482 bAdd = pAPos->nContent <= nEndContentIndex; in CopyFlyInFlyImpl()
1485 if( bAdd ) in CopyFlyInFlyImpl()
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx2004 const bool bAdd = ( !pFrm->IsCntntFrm() || in ConnectToLayout() local
2009 if( bAdd ) in ConnectToLayout()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx2904 sal_Bool bAdd = !pFrm->IsCntntFrm() || in MakeFrms() local
2939 bAdd = sal_False; in MakeFrms()
2945 if( bAdd ) in MakeFrms()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1625 bool bAdd = false; in lcl_SearchSelBox() local
1627 bAdd = nLeft >= nMin || nRight >= nMid || in lcl_SearchSelBox()
1630 bAdd = nLeft <= nMid || nRight - nMax < nMax - nLeft; in lcl_SearchSelBox()
1632 if( bAdd && in lcl_SearchSelBox()
/trunk/main/sw/source/ui/inc/
H A Duivwimp.hxx92 void AddRemoveListener( sal_Bool bAdd );
H A Dwrtsh.hxx484 sal_Bool bAdd, member
490 bAdd(_bAdd), in ModeStack()
/trunk/main/sw/source/ui/uiview/
H A Duivwimp.cxx336 void SwClipboardChangeListener::AddRemoveListener( sal_Bool bAdd ) in AddRemoveListener() argument
338 pView->AddRemoveClipboardListener( Reference< XClipboardListener >( this ), bAdd ); in AddRemoveListener()
/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx295 if ( bAddMode && !pModeStack->bAdd ) in PopMode()
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DConvwatchGUI.java370 private boolean bAdd = false; field in ConvwatchGUI
390 if (bAdd) in initialiseImages()
393 bAdd = false; in initialiseImages()
398 bAdd = true; in initialiseImages()

Completed in 362 milliseconds

123