Home
last modified time | relevance | path

Searched refs:bChanged (Results 1 – 25 of 154) sorted by path

1234567

/trunk/main/UnoControls/source/base/
H A Dbasecontrol.cxx495 sal_Bool bChanged = sal_False ; in setPosSize() local
499 bChanged |= m_nX != nX, m_nX = nX ; in setPosSize()
504 bChanged |= m_nY != nY, m_nY = nY ; in setPosSize()
509 bChanged |= m_nWidth != nWidth, m_nWidth = nWidth ; in setPosSize()
514 bChanged |= m_nHeight != nHeight, m_nHeight = nHeight ; in setPosSize()
517 if ( bChanged && m_xPeerWindow.is() ) in setPosSize()
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx1735 if (bChanged || aColor != m_aSyntaxColors[TT_NUMBER]) in ConfigurationChanged()
1736 bChanged = true; in ConfigurationChanged()
1739 if (bChanged || aColor != m_aSyntaxColors[TT_STRING]) in ConfigurationChanged()
1740 bChanged = true; in ConfigurationChanged()
1744 if (bChanged || aColor != m_aSyntaxColors[TT_COMMENT]) in ConfigurationChanged()
1745 bChanged = true; in ConfigurationChanged()
1748 if (bChanged || aColor != m_aSyntaxColors[TT_ERROR]) in ConfigurationChanged()
1749 bChanged = true; in ConfigurationChanged()
1754 bChanged = true; in ConfigurationChanged()
1759 bChanged = true; in ConfigurationChanged()
[all …]
H A Dbaside2b.cxx505 sal_Bool bChanged = sal_False; in SetSourceInBasic() local
531 bChanged = sal_True; in SetSourceInBasic()
534 return bChanged; in SetSourceInBasic()
/trunk/main/basctl/source/dlged/
H A Ddlgedmod.cxx62 void DlgEdModel::DlgEdModelChanged( FASTBOOL bChanged ) in DlgEdModelChanged() argument
64 SetChanged( static_cast< sal_Bool > ( bChanged ) ); in DlgEdModelChanged()
/trunk/main/basctl/source/inc/
H A Ddlged.hxx169 void SetDialogModelChanged( sal_Bool bChanged = sal_True ) { bDialogModelChanged = bChanged; } in SetDialogModelChanged() argument
H A Ddlgedmod.hxx53 virtual void DlgEdModelChanged( FASTBOOL bChanged = sal_True );
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx693 bool bChanged(false); in getB2DPolyPolygon() local
704 bChanged = true; in getB2DPolyPolygon()
709 if(bChanged) in getB2DPolyPolygon()
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx424 sal_Bool bChanged = sal_False; in ImpConvStringExt() local
450 bChanged = sal_True; in ImpConvStringExt()
462 bChanged = sal_True; in ImpConvStringExt()
468 bChanged = sal_True; in ImpConvStringExt()
475 if( bChanged ) in ImpConvStringExt()
477 return bChanged; in ImpConvStringExt()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleChartView.cxx201 bool bChanged = false; in initialize() local
231 bChanged = true; in initialize()
236 bChanged = true; in initialize()
247 bChanged = true; in initialize()
252 bChanged = true; in initialize()
263 bChanged = true; in initialize()
274 bChanged = true; in initialize()
284 bChanged = true; in initialize()
294 bChanged = true; in initialize()
322 bChanged = false; in initialize()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A DTitleDialogData.cxx83 bool bChanged = false; in writeDifferenceToModel() local
95 bChanged = true; in writeDifferenceToModel()
100 bChanged = true; in writeDifferenceToModel()
111 bChanged = true; in writeDifferenceToModel()
115 return bChanged; in writeDifferenceToModel()
H A Dtp_Wizard_TitlesAndObjects.cxx133 bool bChanged = false; in commitToModel() local
144 bChanged = bChanged || aTitleOutput.writeDifferenceToModel( xModel, m_xCC ); in commitToModel()
150 bChanged = true; in commitToModel()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DCharacterPropertyItemConverter.cxx333 bool bChanged = false; in ApplySpecialItem() local
357 bChanged = true; in ApplySpecialItem()
365 bChanged = true; in ApplySpecialItem()
373 bChanged = true; in ApplySpecialItem()
381 bChanged = true; in ApplySpecialItem()
389 bChanged = true; in ApplySpecialItem()
406 bChanged = true; in ApplySpecialItem()
415 bChanged = true; in ApplySpecialItem()
424 bChanged = true; in ApplySpecialItem()
439 bChanged = true; in ApplySpecialItem()
[all …]
H A DDataPointItemConverter.cxx109 bool bChanged = false; in lcl_NumberFormatFromItemToPropertySet() local
111 return bChanged; in lcl_NumberFormatFromItemToPropertySet()
116 return bChanged; in lcl_NumberFormatFromItemToPropertySet()
149 bChanged = true; in lcl_NumberFormatFromItemToPropertySet()
151 return bChanged; in lcl_NumberFormatFromItemToPropertySet()
156 bool bChanged = false; in lcl_UseSourceFormatFromItemToPropertySet() local
158 return bChanged; in lcl_UseSourceFormatFromItemToPropertySet()
163 return bChanged; in lcl_UseSourceFormatFromItemToPropertySet()
196 bChanged = true; in lcl_UseSourceFormatFromItemToPropertySet()
199 return bChanged; in lcl_UseSourceFormatFromItemToPropertySet()
[all …]
H A DErrorBarItemConverter.cxx149 bool bChanged = false; in ApplySpecialItem() local
195 bChanged = true; in ApplySpecialItem()
219 bChanged = true; in ApplySpecialItem()
235 bChanged = true; in ApplySpecialItem()
253 bChanged = true; in ApplySpecialItem()
277 bChanged = true; in ApplySpecialItem()
337 return bChanged; in ApplySpecialItem()
H A DGraphicPropertyItemConverter.cxx472 bool bChanged = false; in ApplySpecialItem() local
491 bChanged = true; in ApplySpecialItem()
509 bChanged = true; in ApplySpecialItem()
582 bChanged = true; in ApplySpecialItem()
615 bChanged = true; in ApplySpecialItem()
648 bChanged = true; in ApplySpecialItem()
681 bChanged = true; in ApplySpecialItem()
709 bChanged = true; in ApplySpecialItem()
745 bChanged = true; in ApplySpecialItem()
790 bChanged = true; in ApplySpecialItem()
[all …]
H A DLegendItemConverter.cxx108 bool bChanged = false; in ApplySpecialItem() local
123 bChanged = true; in ApplySpecialItem()
160 bChanged = true; in ApplySpecialItem()
172 return bChanged; in ApplySpecialItem()
H A DRegressionCurveItemConverter.cxx129 bool bChanged = false; in ApplySpecialItem() local
158 bChanged = true; in ApplySpecialItem()
182 bChanged = true; in ApplySpecialItem()
205 bChanged = true; in ApplySpecialItem()
212 return bChanged; in ApplySpecialItem()
H A DRegressionEquationItemConverter.cxx137 bool bChanged = false; in ApplySpecialItem() local
155 bChanged = true; in ApplySpecialItem()
161 return bChanged; in ApplySpecialItem()
H A DSeriesOptionsItemConverter.cxx199 bool bChanged = false; in ApplySpecialItem() local
210bChanged = DiagramHelper::attachSeriesToAxis( bAttachToMainAxis, uno::Reference< XDataSeries >::qu… in ApplySpecialItem()
213 if( bChanged ) in ApplySpecialItem()
253 bChanged = true; in ApplySpecialItem()
274 bChanged = true; in ApplySpecialItem()
293 bChanged = true; in ApplySpecialItem()
308 bChanged = true; in ApplySpecialItem()
326 bChanged = true; in ApplySpecialItem()
345 bChanged = true; in ApplySpecialItem()
362bChanged = ChartModelHelper::setIncludeHiddenCells( bIncludeHiddenCells, m_xChartModel ); in ApplySpecialItem()
[all …]
H A DStatisticsItemConverter.cxx219 bool bChanged = false; in ApplySpecialItem() local
240 bChanged = true; in ApplySpecialItem()
294 bChanged = true; in ApplySpecialItem()
321 bChanged = true; in ApplySpecialItem()
342 bChanged = true; in ApplySpecialItem()
363 bChanged = true; in ApplySpecialItem()
392 bChanged = true; in ApplySpecialItem()
410 bChanged = true; in ApplySpecialItem()
428 bChanged = true; in ApplySpecialItem()
456 bChanged = true; in ApplySpecialItem()
[all …]
H A DTitleItemConverter.cxx192 bool bChanged = false; in ApplySpecialItem() local
210 bChanged = true; in ApplySpecialItem()
216 return bChanged; in ApplySpecialItem()
/trunk/main/chart2/source/controller/main/
H A DChartController.cxx1389 …bool bChanged = DiagramHelper::moveSeries( ChartModelHelper::findDiagram( getModel() ), xGivenData… in executeDispatch_MoveSeries() local
1390 if( bChanged ) in executeDispatch_MoveSeries()
H A DChartController_Insert.cxx141 bool bChanged = AxisHelper::changeVisibilityOfAxes( xDiagram in executeDispatch_InsertAxes() local
144 if( bChanged ) in executeDispatch_InsertAxes()
176 bool bChanged = AxisHelper::changeVisibilityOfGrids( xDiagram in executeDispatch_InsertGrid() local
178 if( bChanged ) in executeDispatch_InsertGrid()
211 … bool bChanged = aDialogOutput.writeDifferenceToModel( getModel(), m_xCC, &aDialogInput ); in executeDispatch_InsertTitles() local
212 if( bChanged ) in executeDispatch_InsertTitles()
261 bool bChanged = aDlg.writeToModel( getModel() ); in executeDispatch_OpenLegendDialog() local
262 if( bChanged ) in executeDispatch_OpenLegendDialog()
328 if( bChanged ) in executeDispatch_InsertMenu_DataLabels()
378 if( bChanged ) in executeDispatch_InsertMenu_YErrorBars()
[all …]
H A DChartController_Position.cxx171 bool bChanged = false; in executeDispatch_PositionAndSize() local
173bChanged = DiagramHelper::switchDiagramPositioningToExcludingPositioning( getModel(), false , true… in executeDispatch_PositionAndSize()
177 if( bMoved || bChanged ) in executeDispatch_PositionAndSize()
H A DChartController_Tools.cxx854 bool bChanged = false; in executeDispatch_ToggleLegend() local
863 bChanged = true; in executeDispatch_ToggleLegend()
875 bChanged = true; in executeDispatch_ToggleLegend()
878 if( bChanged ) in executeDispatch_ToggleLegend()

Completed in 108 milliseconds

1234567