Home
last modified time | relevance | path

Searched refs:bChanged (Results 76 – 100 of 154) sorted by relevance

1234567

/aoo41x/main/sw/source/core/tox/
H A Dtox.cxx456 sal_Bool bChanged = sal_False; in AdjustTabStops() local
469 bChanged = sal_True; in AdjustTabStops()
486 bChanged = sal_True; in AdjustTabStops()
501 if(bChanged) in AdjustTabStops()
/aoo41x/main/basctl/source/inc/
H A Ddlged.hxx169 void SetDialogModelChanged( sal_Bool bChanged = sal_True ) { bDialogModelChanged = bChanged; } in SetDialogModelChanged() argument
/aoo41x/main/sw/source/filter/html/
H A Dhtmlcss1.cxx488 sal_Bool bChanged = sal_False; in SetPageDescAttrs() local
512 bChanged = sal_True; in SetPageDescAttrs()
537 bChanged = sal_True; in SetPageDescAttrs()
547 bChanged = sal_True; in SetPageDescAttrs()
567 bChanged = sal_True; in SetPageDescAttrs()
578 bChanged = sal_True; in SetPageDescAttrs()
581 if( bChanged ) in SetPageDescAttrs()
H A Dhtmlnum.cxx425 sal_Bool bChanged = sal_False; in EndNumBulList() local
453 bChanged = sal_True; in EndNumBulList()
456 if( bChanged ) in EndNumBulList()
/aoo41x/main/sw/source/core/txtnode/
H A Dtxtedt.cxx429 bool bChanged = false; in RstTxtAttr() local
532 bChanged = bChanged || nEnd > nAttrStart || bNoLen; in RstTxtAttr()
572 bChanged = true; in RstTxtAttr()
586 bChanged = true; in RstTxtAttr()
609 bChanged = true; in RstTxtAttr()
649 if (bChanged) in RstTxtAttr()
/aoo41x/main/reportdesign/source/core/sdr/
H A DRptPage.cxx192 const sal_Bool bChanged = rModel.IsChanged(); in resetSpecialMode() local
201 rModel.SetChanged(bChanged); in resetSpecialMode()
/aoo41x/main/reportdesign/source/ui/report/
H A DReportSection.cxx565 bool bChanged = false; in impl_adjustObjectSizePosition() local
578 bChanged = true; in impl_adjustObjectSizePosition()
592 bChanged = true; in impl_adjustObjectSizePosition()
596 if ( bChanged ) in impl_adjustObjectSizePosition()
/aoo41x/main/sc/source/ui/view/
H A Dviewutil.cxx265 bool bChanged = false; in UnmarkFiltered() local
279 bChanged = true; in UnmarkFiltered()
285 if ( bChanged && !rMark.HasAnyMultiMarks() ) in UnmarkFiltered()
H A Dviewfun2.cxx133 sal_Bool bChanged = sal_False; in AdjustBlockHeight() local
142 if (!bChanged) in AdjustBlockHeight()
144 bAnyChanged = bChanged = sal_True; in AdjustBlockHeight()
147 if ( bPaint && bChanged ) in AdjustBlockHeight()
183 sal_Bool bChanged = pDoc->SetOptimalHeight( nStartRow, nEndRow, nTab, 0, aProv.GetDevice(), in AdjustRowHeight() local
186 if (bChanged && ( nStartRow == nEndRow )) in AdjustRowHeight()
190 bChanged = sal_False; in AdjustRowHeight()
193 if ( bPaint && bChanged ) in AdjustRowHeight()
197 return bChanged; in AdjustRowHeight()
/aoo41x/main/sw/source/ui/shells/
H A Dbeziersh.cxx92 sal_Bool bChanged = pSdrView->GetModel()->IsChanged(); in Execute() local
237 else if (bChanged) in Execute()
/aoo41x/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx555 sal_Bool bChanged = sal_False; in GetDocFontList_Impl() local
567 bChanged = sal_True; in GetDocFontList_Impl()
580 bChanged = sal_True; in GetDocFontList_Impl()
588 bChanged = in GetDocFontList_Impl()
593 if ( bChanged ) in GetDocFontList_Impl()
613 if ( pBox && bChanged ) in GetDocFontList_Impl()
620 return bChanged; in GetDocFontList_Impl()
/aoo41x/main/sc/source/core/data/
H A Dattarray.cxx1123 sal_Bool bChanged = ApplyFrame( pLineOuter, pLineInner, nTmpStart, nTmpEnd, in ApplyBlockFrame() local
1126 if (bChanged) in ApplyBlockFrame()
1558 sal_Bool bChanged = sal_False; in ApplyFlags() local
1576 bChanged = sal_True; in ApplyFlags()
1583 return bChanged; in ApplyFlags()
1595 sal_Bool bChanged = sal_False; in RemoveFlags() local
1613 bChanged = sal_True; in RemoveFlags()
1620 return bChanged; in RemoveFlags()
H A Ddocumen5.cxx520 sal_Bool bChanged = sal_False; in UpdateChartRef() local
538 bChanged = sal_True; in UpdateChartRef()
558 if ( bChanged ) in UpdateChartRef()
/aoo41x/main/sw/source/core/fields/
H A Dauthfld.cxx256 bool bChanged = false; in ChangeEntryContent() local
266 bChanged = true; in ChangeEntryContent()
270 return bChanged; in ChangeEntryContent()
/aoo41x/main/svx/source/svdraw/
H A Dsvdedtv1.cxx1705 bool bChanged(false); in SetGeoAttrToMarked() local
1713 bChanged = true; in SetGeoAttrToMarked()
1723 if(bChanged) in SetGeoAttrToMarked()
1746 bool bChanged(false); in SetGeoAttrToMarked() local
1754 bChanged = true; in SetGeoAttrToMarked()
1759 if(bChanged) in SetGeoAttrToMarked()
/aoo41x/main/sw/source/core/doc/
H A Ddoccorr.cxx215 bool const bChanged = in CorrAbs() local
218 if (bChanged && (*pRedline->GetPoint() == *pRedline->GetMark()) in CorrAbs()
/aoo41x/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx278 bool bChanged(false); in clipMetafileContentAgainstOwnRegions() local
1054 bChanged = true; in clipMetafileContentAgainstOwnRegions()
1063 if(bChanged) in clipMetafileContentAgainstOwnRegions()
H A Dprint.cxx1597 bool bChanged = pPrnList->m_aQueueInfos.size() != pNewList->m_aQueueInfos.size(); in updatePrinters() local
1598 for( unsigned int i = 0; ! bChanged && i < pPrnList->m_aQueueInfos.size(); i++ ) in updatePrinters()
1605 bChanged = true; in updatePrinters()
1608 if( bChanged ) in updatePrinters()
/aoo41x/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx640 sal_Bool bChanged = sal_False; in lcl_RemoveFields() local
667 if (!bChanged) in lcl_RemoveFields()
673 bChanged = sal_True; in lcl_RemoveFields()
688 if (bUpdate && bChanged) in lcl_RemoveFields()
/aoo41x/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx756 bool bChanged = false; in SetCurrentGreeting() local
760 bChanged = nCurrentFemaleGreeting != nIndex; in SetCurrentGreeting()
764 bChanged = nCurrentMaleGreeting != nIndex; in SetCurrentGreeting()
768 bChanged = nCurrentNeutralGreeting != nIndex; in SetCurrentGreeting()
771 if(bChanged) in SetCurrentGreeting()
/aoo41x/main/editeng/source/editeng/
H A Deditdoc.cxx1690 sal_Bool bChanged = sal_False; in RemoveAttribs() local
1710 bChanged = sal_True; in RemoveAttribs()
1728 bChanged = sal_True; in RemoveAttribs()
1743 bChanged = sal_True; in RemoveAttribs()
1782 if ( bChanged ) in RemoveAttribs()
1790 return bChanged; in RemoveAttribs()
/aoo41x/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx693 bool bChanged(false); in getB2DPolyPolygon() local
704 bChanged = true; in getB2DPolyPolygon()
709 if(bChanged) in getB2DPolyPolygon()
/aoo41x/main/sw/source/core/unocore/
H A Dunochart.cxx2794 bool bChanged = false; in ExtendTo() local
2834 bChanged = true; in ExtendTo()
2843 bChanged = true; in ExtendTo()
2852 bChanged = true; in ExtendTo()
2861 bChanged = true; in ExtendTo()
2864 if (bChanged) in ExtendTo()
2876 return bChanged; in ExtendTo()
/aoo41x/main/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx398 sal_Bool bChanged = (aParserLocale.Language != rLocale.Language in setupInternational() local
401 if ( bChanged ) in setupInternational()
419 return bChanged; in setupInternational()
/aoo41x/main/sd/source/ui/view/
H A Dsdview3.cxx691 sal_Bool bChanged = sal_False; in InsertData() local
760 bChanged = sal_True; in InsertData()
811 bChanged = sal_True; in InsertData()
816 if( !bChanged ) in InsertData()

Completed in 373 milliseconds

1234567