Home
last modified time | relevance | path

Searched refs:bChange (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/svx/source/table/
H A Dtablecolumn.cxx155 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 Dtablerow.cxx226 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()
/trunk/main/svx/source/sdr/properties/
H A De3dsceneproperties.cxx206 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()
/trunk/main/sc/source/core/data/
H A Dattrib.cxx797 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 Ddocumen8.cxx872 sal_Bool bChange = ( aVisSpellRange != rNewRange ); in SetVisibleSpellRange() local
873 if (bChange) in SetVisibleSpellRange()
893 return bChange; in SetVisibleSpellRange()
H A Ddrwlayer.cxx487 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 Dtable2.cxx761 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()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1974 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 …]
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx1485 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 …]
/trunk/main/sd/source/filter/xml/
H A Dsdtransform.cxx217 bool bChange = false; in transformTextShape() local
259 bChange = true; in transformTextShape()
269 bChange = true; in transformTextShape()
273 if( bChange ) in transformTextShape()
/trunk/main/sw/source/core/doc/
H A Ddoccorr.cxx159 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()
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx1388 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()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx189 sal_Bool bChange = sal_False; in UpdateOle() local
199 bChange = sal_True; in UpdateOle()
217 bChange = sal_True; in UpdateOle()
H A Ddocsh5.cxx446 sal_Bool bChange = aDocument.SetOptimalHeight( nStartRow,nEndRow, nTab, 0, aProv.GetDevice(), in AdjustRowHeight() local
448 if (bChange) in AdjustRowHeight()
451 return bChange; in AdjustRowHeight()
H A Ddocsh4.cxx1413 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()
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx457 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 DSidebarWin.cxx468 bool bChange = false; in SetPosAndSize() local
472 bChange = true; in SetPosAndSize()
479 bChange = true; in SetPosAndSize()
551 if (bChange) in SetPosAndSize()
H A Dsrcedtw.cxx449 sal_Bool bChange = !pSrcEditWin->IsReadonly() || !TextEngine::DoesKeyChangeText( rKEvt ); in KeyInput() local
450 if(bChange) in KeyInput()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx563 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()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1397 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()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx874 sal_Bool bChange = sal_False; in Activated() local
880 bChange = sal_True; in Activated()
886 if (mpChildrenManager->HasFocus() && bChange) in Activated()
/trunk/main/starmath/source/
H A Ddialog.cxx2003 bChange = sal_False, in UpdateButtons() local
2035 bChange = pOrigSymbol && !bEqual; in UpdateButtons()
2039 aChangeBtn.Enable(bChange); in UpdateButtons()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx509 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()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx1810 sal_Bool bChange = sal_False; in RemoveAdjust()
1820 bChange = sal_True; in RemoveAdjust()
1834 if (bChange) in RemoveAdjust()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx409 bool bChange = mpDoc->IsChanged(); in HtmlExport() local
429 mpDoc->SetChanged(bChange); in HtmlExport()

Completed in 275 milliseconds

12