/aoo4110/main/writerfilter/source/resourcemodel/ |
H A D | WW8Analyzer.cxx | 54 bool bAdd = false; in attribute() local 59 bAdd = true; in attribute() 64 bAdd = true; in attribute() 67 if (bAdd) in attribute()
|
/aoo4110/main/xmloff/source/text/ |
H A D | txtparae.cxx | 505 if( !bAdd ) in Add() 527 bAdd = sal_True; in Add() 530 if( bAdd ) in Add() 622 sal_Bool bAdd = !sName.getLength(); in Add() local 623 if( !bAdd ) in Add() 635 if ( bAdd && in Add() 645 bAdd = sal_True; in Add() 648 if( bAdd ) in Add() 1644 if( !bAdd ) in collectTextAutoStylesOptimized() 1655 if ( bAdd && in collectTextAutoStylesOptimized() [all …]
|
/aoo4110/main/formula/source/core/api/ |
H A D | token.cxx | 1095 bool bAdd = true; in RewriteMissingToPof() local 1101 for (int i = nOcas; i-- > 0 && bAdd; ) in RewriteMissingToPof() 1109 bAdd = false; in RewriteMissingToPof() 1135 bAdd = false; in RewriteMissingToPof() 1140 if (bAdd) in RewriteMissingToPof() 1141 bAdd = !pCtx[ nFn ].AddMissing( pNewArr, rConv ); in RewriteMissingToPof() 1146 if (bAdd) in RewriteMissingToPof()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | imestatuswindow.cxx | 166 bool bAdd = false; in getConfig() local 214 bAdd = true; in getConfig() 218 if (bAdd) in getConfig()
|
/aoo4110/main/drawinglayer/source/primitive3d/ |
H A D | sdrextrudeprimitive3d.cxx | 164 bool bAdd(true); in create3DDecomposition() local 168 for(sal_uInt32 b(0); bAdd && b < nReducedCount; b++) in create3DDecomposition() 172 bAdd = false; in create3DDecomposition() 177 if(bAdd) in create3DDecomposition()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 1444 bool bAdd = false; in CopyFlyInFlyImpl() local 1446 bAdd = true; in CopyFlyInFlyImpl() 1447 if( !bAdd ) in CopyFlyInFlyImpl() 1473 bAdd = bLastNode && bEmptyNode; in CopyFlyInFlyImpl() 1474 if( !bAdd ) in CopyFlyInFlyImpl() 1477 bAdd = nEndContentIndex > 0; in CopyFlyInFlyImpl() 1479 bAdd = pAPos->nContent <= nEndContentIndex; in CopyFlyInFlyImpl() 1482 if( bAdd ) in CopyFlyInFlyImpl()
|
/aoo4110/main/reportdesign/source/core/api/ |
H A D | Functions.cxx | 84 sal_Bool bAdd = (Index == static_cast<sal_Int32>(m_aFunctions.size())); in insertByIndex() local 85 if ( !bAdd ) in insertByIndex() 91 if ( bAdd ) in insertByIndex()
|
H A D | Groups.cxx | 99 sal_Bool bAdd = (Index == static_cast<sal_Int32>(m_aGroups.size())); in insertByIndex() local 100 if ( !bAdd ) in insertByIndex() 106 if ( bAdd ) in insertByIndex()
|
/aoo4110/main/testgraphical/ui/java/ConvwatchGUIProject/src/ |
H A D | ConvwatchGUI.java | 370 private boolean bAdd = false; field in ConvwatchGUI 390 if (bAdd) in initialiseImages() 393 bAdd = false; in initialiseImages() 398 bAdd = true; in initialiseImages()
|
/aoo4110/main/svtools/source/misc/ |
H A D | cliplistener.cxx | 67 void TransferableClipboardListener::AddRemoveListener( Window* pWin, sal_Bool bAdd ) in AddRemoveListener() argument 78 if( bAdd ) in AddRemoveListener()
|
/aoo4110/main/sw/source/core/access/ |
H A D | acccontext.hxx | 415 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()
|
/aoo4110/main/svx/source/unodialogs/textconversiondlgs/ |
H A D | chinese_dictionarydialog.cxx | 735 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()
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen5.cxx | 241 sal_Bool bAdd ) in UpdateChartArea() argument 245 UpdateChartArea( rChartName, aRLR, bColHeaders, bRowHeaders, bAdd ); in UpdateChartArea() 362 sal_Bool bAdd ) in UpdateChartArea() argument 392 if ( bAdd && !bInternalData ) in UpdateChartArea()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | imivctl1.cxx | 464 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 D | imivctl.hxx | 252 sal_Bool bAdd = sal_True, 258 sal_Bool bAdd = sal_True ); 456 sal_Bool bAdd = sal_True,
|
H A D | svicnvw.cxx | 750 void SvIconView::SelectRect( const Rectangle& rRect, sal_Bool bAdd, in SelectRect() argument 753 pImp->SelectRect( rRect, bAdd, pRects, nOffs ); in SelectRect()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | uivwimp.cxx | 336 void SwClipboardChangeListener::AddRemoveListener( sal_Bool bAdd ) in AddRemoveListener() argument 338 pView->AddRemoveClipboardListener( Reference< XClipboardListener >( this ), bAdd ); in AddRemoveListener()
|
/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessibleFilterMenu.cxx | 70 …explicit AddRemoveEventListener(const Reference<XAccessibleEventListener>& rListener, bool bAdd) : in AddRemoveEventListener() argument 71 mxListener(rListener), mbAdd(bAdd) {} in AddRemoveEventListener()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | undodat.hxx | 500 sal_Bool bColHdr, sal_Bool bRowHdr, sal_Bool bAdd ); 503 sal_Bool bColHdr, sal_Bool bRowHdr, sal_Bool bAdd );
|
/aoo4110/main/connectivity/source/drivers/evoab2/ |
H A D | NDatabaseMetaData.cxx | 123 bool bAdd = true; in initFields() local 129 bAdd = false; in initFields() 133 if( bAdd ) in initFields()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | tabvwsh3.cxx | 197 sal_Bool bAdd = ( nSlot == SID_ADD_PRINTAREA ); in Execute() local 204 SetPrintRanges( sal_False, &aPrintStr, NULL, NULL, bAdd ); in Execute() 208 SetPrintRanges( sal_False, NULL, NULL, NULL, bAdd ); // aus Selektion in Execute()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | cliplistener.hxx | 45 void AddRemoveListener( Window* pWin, sal_Bool bAdd );
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | wrtsh.hxx | 484 sal_Bool bAdd, member 490 bAdd(_bAdd), in ModeStack()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 1827 sal_Bool bAdd = TRUE; in ImplAddKerningPairs() local 1847 bAdd = FALSE; in ImplAddKerningPairs() 1866 bAdd = FALSE; in ImplAddKerningPairs() 1876 bAdd = FALSE; in ImplAddKerningPairs() 1882 if ( bAdd ) in ImplAddKerningPairs()
|
/aoo4110/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 1625 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()
|