/aoo41x/main/svx/source/table/ |
H A D | tablecolumn.cxx | 155 bool bChange = false; in setFastPropertyValue() local 176 bChange = true; in setFastPropertyValue() 189 bChange = true; in setFastPropertyValue() 200 bChange = true; in setFastPropertyValue() 212 bChange = true; in setFastPropertyValue() 222 if( bChange ) in setFastPropertyValue()
|
H A D | tablerow.cxx | 226 bool bChange = false; in setFastPropertyValue() local 250 bChange = true; in setFastPropertyValue() 264 bChange = true; in setFastPropertyValue() 275 bChange = true; in setFastPropertyValue() 287 bChange = true; in setFastPropertyValue() 297 if( bChange ) in setFastPropertyValue()
|
/aoo41x/main/svx/source/sdr/properties/ |
H A D | e3dsceneproperties.cxx | 206 sal_Bool bChange(sal_False); in PostItemChange() local 212 bChange = sal_True; in PostItemChange() 222 bChange = sal_True; in PostItemChange() 231 bChange = sal_True; in PostItemChange() 235 if(bChange) in PostItemChange()
|
/aoo41x/main/sc/source/core/data/ |
H A D | attrib.cxx | 797 sal_Bool bChange = sal_False; in lcl_ConvertFields() local 808 lcl_SetSpace(aStr, aSel ); bChange = sal_True; in lcl_ConvertFields() 814 lcl_SetSpace(aStr, aSel ); bChange = sal_True; in lcl_ConvertFields() 820 lcl_SetSpace(aStr, aSel ); bChange = sal_True; in lcl_ConvertFields() 826 lcl_SetSpace(aStr, aSel ); bChange = sal_True; in lcl_ConvertFields() 832 lcl_SetSpace(aStr, aSel ); bChange = sal_True; in lcl_ConvertFields() 838 lcl_SetSpace(aStr, aSel ); bChange = sal_True; in lcl_ConvertFields() 841 return bChange; in lcl_ConvertFields()
|
H A D | documen8.cxx | 872 sal_Bool bChange = ( aVisSpellRange != rNewRange ); in SetVisibleSpellRange() local 873 if (bChange) in SetVisibleSpellRange() 893 return bChange; in SetVisibleSpellRange()
|
H A D | drwlayer.cxx | 487 sal_Bool bChange = sal_False; in MoveCells() local 492 bChange = sal_True; in MoveCells() 498 bChange = sal_True; in MoveCells() 500 if (bChange) in MoveCells()
|
H A D | table2.cxx | 761 bool bChange = bHiddenChange || (pDestTab->pColWidth[i] != pColWidth[i]); in CopyToTable() local 769 if (bChange) in CopyToTable() 777 … bool bChange = pDestTab->GetRowHeight(nRow1, nRow2) != GetRowHeight(nRow1, nRow2); in CopyToTable() local 779 if (bChange) in CopyToTable()
|
/aoo41x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 1974 bool bChange = true; in CheckRowSpan() local 1977 while( bChange ) in CheckRowSpan() 1979 bChange = false; in CheckRowSpan() 1986 bChange = true; in CheckRowSpan() 1988 if( bChange ) in CheckRowSpan() 1994 bChange = false; in CheckRowSpan() 2003 while( bChange ) in CheckRowSpan() 2005 bChange = false; in CheckRowSpan() 2012 bChange = true; in CheckRowSpan() 2014 if( bChange ) in CheckRowSpan() [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | dbfunc3.cxx | 1485 sal_Bool bChange = sal_False; in DataPilotInput() local 1509 bChange = sal_True; in DataPilotInput() 1527 bChange = true; in DataPilotInput() 1532 bChange = true; in DataPilotInput() 1553 bChange = true; in DataPilotInput() 1558 bChange = true; in DataPilotInput() 1605 bChange = sal_True; in DataPilotInput() 1614 bChange = true; in DataPilotInput() 1641 bChange = true; in DataPilotInput() 1646 bChange = true; in DataPilotInput() [all …]
|
/aoo41x/main/sd/source/filter/xml/ |
H A D | sdtransform.cxx | 217 bool bChange = false; in transformTextShape() local 259 bChange = true; in transformTextShape() 269 bChange = true; in transformTextShape() 273 if( bChange ) in transformTextShape()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | doccorr.cxx | 159 bool bChange = false; // has the UNO cursor been corrected? in PaMCorrAbs() local 170 bChange |= lcl_PaMCorrAbs( *PCURCRSR, aStart, aEnd, aNewPos ); in PaMCorrAbs() 178 bChange |= in PaMCorrAbs() 185 if (bChange && bLeaveSection) in PaMCorrAbs()
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | uiregionsw.cxx | 1388 sal_Bool bChange = pBox == &aPasswdPB; in IMPL_LINK() local 1391 if(!bChange) in IMPL_LINK() 1396 sal_Bool bSet = bChange ? bChange : aPasswdCB.IsChecked(); in IMPL_LINK() 1403 if(!pRepr->GetTempPasswd().getLength() || bChange) in IMPL_LINK() 1423 if(!bChange) in IMPL_LINK() 1899 sal_Bool bChange = pButton == &aPasswdPB; in IMPL_LINK() local 1900 sal_Bool bSet = bChange ? bChange : aPasswdCB.IsChecked(); in IMPL_LINK() 1903 if(!m_aNewPasswd.getLength() || bChange) in IMPL_LINK() 1919 else if(!bChange) in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh6.cxx | 189 sal_Bool bChange = sal_False; in UpdateOle() local 199 bChange = sal_True; in UpdateOle() 217 bChange = sal_True; in UpdateOle()
|
H A D | docsh5.cxx | 448 sal_Bool bChange = aDocument.SetOptimalHeight( nStartRow,nEndRow, nTab, 0, aProv.GetDevice(), in AdjustRowHeight() local 450 if (bChange) in AdjustRowHeight() 453 return bChange; in AdjustRowHeight()
|
H A D | docsh4.cxx | 1413 sal_Bool bChange = sal_False; in AdjustPrintZoom() local 1483 bChange = ( nNewScale != nOldScale || nOldPages != 0 ); in AdjustPrintZoom() 1484 if ( bChange ) in AdjustPrintZoom() 1487 return bChange; in AdjustPrintZoom()
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | PostItMgr.cxx | 457 bool bChange = false; in CalcRects() local 497 bChange = bChange in CalcRects() 541 … if (!bChange && mpWrtShell->getIDocumentSettingAccess()->get(IDocumentSettingAccess::BROWSE_MODE)) in CalcRects() 547 bChange = true; in CalcRects() 552 bChange = true; in CalcRects() 562 return bChange; in CalcRects()
|
H A D | SidebarWin.cxx | 468 bool bChange = false; in SetPosAndSize() local 472 bChange = true; in SetPosAndSize() 479 bChange = true; in SetPosAndSize() 551 if (bChange) in SetPosAndSize()
|
H A D | srcedtw.cxx | 449 sal_Bool bChange = !pSrcEditWin->IsReadonly() || !TextEngine::DoesKeyChangeText( rKEvt ); in KeyInput() local 450 if(bChange) in KeyInput()
|
/aoo41x/main/sd/source/core/ |
H A D | CustomAnimationEffect.cxx | 563 bool bChange = false; in checkForText() local 585 bChange |= bHasText != mbHasText; in checkForText() 602 bChange |= nParaDepth != mnParaDepth; in checkForText() 614 bChange |= bHasText != mbHasText; in checkForText() 618 bChange |= calculateIterateDuration(); in checkForText() 619 return bChange; in checkForText() 624 bool bChange = false; in calculateIterateDuration() local 651 bChange |= fDuration != mfAbsoluteDuration; in calculateIterateDuration() 655 return bChange; in calculateIterateDuration()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 1397 bool bChange = false; in PreNotify() local 1402 bChange = TextEngine::DoesKeyChangeText( rKeyEvt ); in PreNotify() 1403 if(bChange && !IsUndoEditMode() && in PreNotify() 1660 bChange = false; in PreNotify() 1662 long nRet = bChange ? 1 : MultiLineEdit::PreNotify(rNEvt); in PreNotify()
|
/aoo41x/main/sd/source/ui/accessibility/ |
H A D | AccessibleDrawDocumentView.cxx | 874 sal_Bool bChange = sal_False; in Activated() local 880 bChange = sal_True; in Activated() 886 if (mpChildrenManager->HasFocus() && bChange) in Activated()
|
/aoo41x/main/starmath/source/ |
H A D | dialog.cxx | 2003 bChange = sal_False, in UpdateButtons() local 2035 bChange = pOrigSymbol && !bEqual; in UpdateButtons() 2039 aChangeBtn.Enable(bChange); in UpdateButtons()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 509 sal_Bool bChange = sal_False; in ImpCheckRefMapMode() local 515 bChange = sal_True; in ImpCheckRefMapMode() 517 bChange = sal_True; in ImpCheckRefMapMode() 519 if ( bChange ) in ImpCheckRefMapMode() 529 return bChange; in ImpCheckRefMapMode()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 1810 sal_Bool bChange = sal_False; in RemoveAdjust() 1820 bChange = sal_True; in RemoveAdjust() 1834 if (bChange) in RemoveAdjust()
|
/aoo41x/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 409 bool bChange = mpDoc->IsChanged(); in HtmlExport() local 429 mpDoc->SetChanged(bChange); in HtmlExport()
|