Home
last modified time | relevance | path

Searched refs:bChanged (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/dports/cad/veroroute/VeroRoute/Src/
H A DGuiControl.h381 return bChanged; } in SetPAD_MIL()
382 …l SetTRACK_MIL(const int& i) { const bool bChanged = m_TRACK_MIL != i; m_TRACK_MIL = i; retur… in SetTRACK_MIL() local
385 return bChanged; } in SetHOLE_MIL()
386 …bool SetGAP_MIL(const int& i) { const bool bChanged = m_GAP_MIL != i; m_GAP_MIL = i; return in SetGAP_MIL() local
387 …ool SetMASK_MIL(const int& i) { const bool bChanged = m_MASK_MIL != i; m_MASK_MIL = i; return… in SetMASK_MIL() local
388 …ool SetSILK_MIL(const int& i) { const bool bChanged = m_SILK_MIL != i; m_SILK_MIL = i; return… in SetSILK_MIL() local
389 …ool SetEDGE_MIL(const int& i) { const bool bChanged = m_EDGE_MIL != i; m_EDGE_MIL = i; return… in SetEDGE_MIL() local
392 return bChanged; in SetVIAPAD_MIL()
396 return bChanged; } in SetVIAHOLE_MIL()
417 …bool SetFlipH(const bool& b) { const bool bChanged = m_bFlipH != b; m_bFlipH = b; return bCh… in SetFlipH() local
[all …]
H A DTextRect.h63 …bool SetStr(const std::string& s) { const bool bChanged = (m_str != s); m_str = s; return bC… in SetStr() local
64 …bool SetSize(const int& i) { const bool bChanged = (m_size != i); m_size = i; return bChange… in SetSize() local
65 …bool SetStyle(const int& i) { const bool bChanged = (m_style != i); m_style = i; return bChang… in SetStyle() local
66 …bool SetFlagsH(const int& i) { const bool bChanged = (m_flagsH != i); m_flagsH = i; return bChang… in SetFlagsH() local
67 …bool SetFlagsV(const int& i) { const bool bChanged = (m_flagsV != i); m_flagsV = i; return bChang… in SetFlagsV() local
H A DCompDefiner.h118 …urrentPinId(const int& i) { const bool bChanged = ( m_currentPinId != i ); m_currentPinId = i; r… in SetCurrentPinId() local
119 …rentShapeId(const int& i) { const bool bChanged = ( m_currentShapeId != i ); m_currentShapeId = i;… in SetCurrentShapeId() local
120 …SetPinFlags(const uchar& i) { const bool bChanged = ( m_iPinFlags != i ); m_iPinFlags = i; ret… in SetPinFlags() local
123 return bChanged; in SetPadWidth()
127 return bChanged; in SetHoleWidth()
129 …owFlyWire(const bool& b) { const bool bChanged = ( m_bAllowFlyWire != b ); m_bAllowFlyWire = b; … in SetAllowFlyWire() local
130 …alueStr(const std::string& s) { const bool bChanged = ( m_valueStr != s ); m_valueStr = s; retu… in SetValueStr() local
131 …fixStr(const std::string& s) { const bool bChanged = ( m_prefixStr != s ); m_prefixStr = s; ret… in SetPrefixStr() local
132 …tTypeStr(const std::string& s) { const bool bChanged = ( m_typeStr != s ); m_typeStr = s; retu… in SetTypeStr() local
133 …ortStr(const std::string& s) { const bool bChanged = ( m_importStr != s ); m_importStr = s; ret… in SetImportStr() local
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIRangesControl.cpp75 bool bChanged = false; in SetDiffuseColor() local
79 return bChanged; in SetDiffuseColor()
84 bool bChanged = false; in Process() local
88 return bChanged; in Process()
149 bChanged |= in UpdateLayout()
157 bChanged |= in UpdateLayout()
171 return bChanged; in UpdateLayout()
231 if (bChanged) in Process()
336 return bChanged; in UpdateColors()
370 bChanged |= in UpdateLayout()
[all …]
H A DGUIProgressControl.cpp225 bool bChanged(false); in UpdateLayout() local
232 bChanged |= m_guiBackground->SetHeight(m_height); in UpdateLayout()
233 bChanged |= m_guiBackground->SetWidth(m_width); in UpdateLayout()
255 bChanged |= m_guiMid->SetWidth(m_width); in UpdateLayout()
262 bChanged = true; in UpdateLayout()
267 bChanged |= m_guiMid->SetWidth(width); in UpdateLayout()
293 bChanged |= m_guiMid->SetWidth(fScaleX * fFullWidth); in UpdateLayout()
300 bChanged = true; in UpdateLayout()
305 bChanged |= m_guiMid->SetWidth(fScaleX * fWidth); in UpdateLayout()
323 bChanged |= in UpdateLayout()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Doptjsearch.cxx220 if (bChanged) in FillItemSet()
227 if (bChanged) in FillItemSet()
234 if (bChanged) in FillItemSet()
241 if (bChanged) in FillItemSet()
248 if (bChanged) in FillItemSet()
255 if (bChanged) in FillItemSet()
262 if (bChanged) in FillItemSet()
269 if (bChanged) in FillItemSet()
276 if (bChanged) in FillItemSet()
283 if (bChanged) in FillItemSet()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Doptjsearch.cxx220 if (bChanged) in FillItemSet()
227 if (bChanged) in FillItemSet()
234 if (bChanged) in FillItemSet()
241 if (bChanged) in FillItemSet()
248 if (bChanged) in FillItemSet()
255 if (bChanged) in FillItemSet()
262 if (bChanged) in FillItemSet()
269 if (bChanged) in FillItemSet()
276 if (bChanged) in FillItemSet()
283 if (bChanged) in FillItemSet()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/itemsetwrapper/
H A DTextLabelItemConverter.cxx93 bool bChanged = false; in numberFormatFromItemToPropertySet() local
95 return bChanged; in numberFormatFromItemToPropertySet()
101 return bChanged; in numberFormatFromItemToPropertySet()
133 bChanged = true; in numberFormatFromItemToPropertySet()
135 return bChanged; in numberFormatFromItemToPropertySet()
142 bool bChanged = false; in useSourceFormatFromItemToPropertySet() local
144 return bChanged; in useSourceFormatFromItemToPropertySet()
149 return bChanged; in useSourceFormatFromItemToPropertySet()
183 bChanged = true; in useSourceFormatFromItemToPropertySet()
186 return bChanged; in useSourceFormatFromItemToPropertySet()
[all …]
H A DDataPointItemConverter.cxx98 bool bChanged = false; in lcl_NumberFormatFromItemToPropertySet() local
100 return bChanged; in lcl_NumberFormatFromItemToPropertySet()
105 return bChanged; in lcl_NumberFormatFromItemToPropertySet()
138 bChanged = true; in lcl_NumberFormatFromItemToPropertySet()
140 return bChanged; in lcl_NumberFormatFromItemToPropertySet()
145 bool bChanged = false; in lcl_UseSourceFormatFromItemToPropertySet() local
147 return bChanged; in lcl_UseSourceFormatFromItemToPropertySet()
152 return bChanged; in lcl_UseSourceFormatFromItemToPropertySet()
186 bChanged = true; in lcl_UseSourceFormatFromItemToPropertySet()
189 return bChanged; in lcl_UseSourceFormatFromItemToPropertySet()
[all …]
H A DRegressionCurveItemConverter.cxx138 bool bChanged = false; in ApplySpecialItem() local
163 bChanged = true; in ApplySpecialItem()
171bChanged = lclConvertToPropertySet<sal_Int32, SfxInt32Item>(rItemSet, nWhichId, xProperties, "Poly… in ApplySpecialItem()
185bChanged = lclConvertToPropertySet<double, SvxDoubleItem>(rItemSet, nWhichId, xProperties, "Extrap… in ApplySpecialItem()
199bChanged = lclConvertToPropertySet<bool, SfxBoolItem>(rItemSet, nWhichId, xProperties, "ForceInter… in ApplySpecialItem()
206bChanged = lclConvertToPropertySet<double, SvxDoubleItem>(rItemSet, nWhichId, xProperties, "Interc… in ApplySpecialItem()
213bChanged = lclConvertToPropertySet<OUString, SfxStringItem>(rItemSet, nWhichId, xProperties, "Curv… in ApplySpecialItem()
220bChanged = lclConvertToPropertySet<bool, SfxBoolItem>(rItemSet, nWhichId, xEqProp, "ShowEquation"); in ApplySpecialItem()
227bChanged = lclConvertToPropertySet<OUString, SfxStringItem>(rItemSet, nWhichId, xEqProp, "XName"); in ApplySpecialItem()
234bChanged = lclConvertToPropertySet<OUString, SfxStringItem>(rItemSet, nWhichId, xEqProp, "YName"); in ApplySpecialItem()
[all …]
H A DCharacterPropertyItemConverter.cxx309 bool bChanged = false; in ApplySpecialItem() local
333 bChanged = true; in ApplySpecialItem()
341 bChanged = true; in ApplySpecialItem()
349 bChanged = true; in ApplySpecialItem()
357 bChanged = true; in ApplySpecialItem()
365 bChanged = true; in ApplySpecialItem()
382 bChanged = true; in ApplySpecialItem()
391 bChanged = true; in ApplySpecialItem()
400 bChanged = true; in ApplySpecialItem()
415 bChanged = true; in ApplySpecialItem()
[all …]
H A DSeriesOptionsItemConverter.cxx178 bool bChanged = false; in ApplySpecialItem() local
189bChanged = DiagramHelper::attachSeriesToAxis( bAttachToMainAxis, uno::Reference< XDataSeries >::qu… in ApplySpecialItem()
192 if( bChanged ) in ApplySpecialItem()
232 bChanged = true; in ApplySpecialItem()
253 bChanged = true; in ApplySpecialItem()
272 bChanged = true; in ApplySpecialItem()
287 bChanged = true; in ApplySpecialItem()
305 bChanged = true; in ApplySpecialItem()
324 bChanged = true; in ApplySpecialItem()
344bChanged = ChartModelHelper::setIncludeHiddenCells( bIncludeHiddenCells, *pModel ); in ApplySpecialItem()
[all …]
H A DStatisticsItemConverter.cxx246 bool bChanged = false; in ApplySpecialItem() local
265 bChanged = true; in ApplySpecialItem()
321 bChanged = true; in ApplySpecialItem()
349 bChanged = true; in ApplySpecialItem()
373 bChanged = true; in ApplySpecialItem()
396 bChanged = true; in ApplySpecialItem()
415 bChanged = true; in ApplySpecialItem()
433 bChanged = true; in ApplySpecialItem()
499bChanged = lclConvertToPropertySet<OUString, SfxStringItem>(rItemSet, nWhichId, xEqProp, "XName"); in ApplySpecialItem()
541 bChanged = true; in ApplySpecialItem()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/itemsetwrapper/
H A DTextLabelItemConverter.cxx97 bool bChanged = false; in numberFormatFromItemToPropertySet() local
99 return bChanged; in numberFormatFromItemToPropertySet()
105 return bChanged; in numberFormatFromItemToPropertySet()
137 bChanged = true; in numberFormatFromItemToPropertySet()
139 return bChanged; in numberFormatFromItemToPropertySet()
146 bool bChanged = false; in useSourceFormatFromItemToPropertySet() local
148 return bChanged; in useSourceFormatFromItemToPropertySet()
153 return bChanged; in useSourceFormatFromItemToPropertySet()
187 bChanged = true; in useSourceFormatFromItemToPropertySet()
190 return bChanged; in useSourceFormatFromItemToPropertySet()
[all …]
H A DDataPointItemConverter.cxx102 bool bChanged = false; in lcl_NumberFormatFromItemToPropertySet() local
104 return bChanged; in lcl_NumberFormatFromItemToPropertySet()
109 return bChanged; in lcl_NumberFormatFromItemToPropertySet()
142 bChanged = true; in lcl_NumberFormatFromItemToPropertySet()
144 return bChanged; in lcl_NumberFormatFromItemToPropertySet()
149 bool bChanged = false; in lcl_UseSourceFormatFromItemToPropertySet() local
151 return bChanged; in lcl_UseSourceFormatFromItemToPropertySet()
156 return bChanged; in lcl_UseSourceFormatFromItemToPropertySet()
190 bChanged = true; in lcl_UseSourceFormatFromItemToPropertySet()
193 return bChanged; in lcl_UseSourceFormatFromItemToPropertySet()
[all …]
H A DRegressionCurveItemConverter.cxx136 bool bChanged = false; in ApplySpecialItem() local
161 bChanged = true; in ApplySpecialItem()
169bChanged = lclConvertToPropertySet<sal_Int32, SfxInt32Item>(rItemSet, nWhichId, xProperties, "Poly… in ApplySpecialItem()
183bChanged = lclConvertToPropertySet<double, SvxDoubleItem>(rItemSet, nWhichId, xProperties, "Extrap… in ApplySpecialItem()
197bChanged = lclConvertToPropertySet<bool, SfxBoolItem>(rItemSet, nWhichId, xProperties, "ForceInter… in ApplySpecialItem()
204bChanged = lclConvertToPropertySet<double, SvxDoubleItem>(rItemSet, nWhichId, xProperties, "Interc… in ApplySpecialItem()
211bChanged = lclConvertToPropertySet<OUString, SfxStringItem>(rItemSet, nWhichId, xProperties, "Curv… in ApplySpecialItem()
225bChanged = lclConvertToPropertySet<bool, SfxBoolItem>(rItemSet, nWhichId, xEqProp, "ShowEquation"); in ApplySpecialItem()
232bChanged = lclConvertToPropertySet<OUString, SfxStringItem>(rItemSet, nWhichId, xEqProp, "XName"); in ApplySpecialItem()
239bChanged = lclConvertToPropertySet<OUString, SfxStringItem>(rItemSet, nWhichId, xEqProp, "YName"); in ApplySpecialItem()
[all …]
H A DCharacterPropertyItemConverter.cxx309 bool bChanged = false; in ApplySpecialItem() local
333 bChanged = true; in ApplySpecialItem()
341 bChanged = true; in ApplySpecialItem()
349 bChanged = true; in ApplySpecialItem()
357 bChanged = true; in ApplySpecialItem()
365 bChanged = true; in ApplySpecialItem()
382 bChanged = true; in ApplySpecialItem()
391 bChanged = true; in ApplySpecialItem()
400 bChanged = true; in ApplySpecialItem()
415 bChanged = true; in ApplySpecialItem()
[all …]
H A DStatisticsItemConverter.cxx242 bool bChanged = false; in ApplySpecialItem() local
261 bChanged = true; in ApplySpecialItem()
317 bChanged = true; in ApplySpecialItem()
345 bChanged = true; in ApplySpecialItem()
369 bChanged = true; in ApplySpecialItem()
392 bChanged = true; in ApplySpecialItem()
411 bChanged = true; in ApplySpecialItem()
429 bChanged = true; in ApplySpecialItem()
502bChanged = lclConvertToPropertySet<OUString, SfxStringItem>(rItemSet, nWhichId, xEqProp, "XName"); in ApplySpecialItem()
544 bChanged = true; in ApplySpecialItem()
[all …]
H A DSeriesOptionsItemConverter.cxx176 bool bChanged = false; in ApplySpecialItem() local
187bChanged = DiagramHelper::attachSeriesToAxis( bAttachToMainAxis, uno::Reference< XDataSeries >::qu… in ApplySpecialItem()
190 if( bChanged ) in ApplySpecialItem()
230 bChanged = true; in ApplySpecialItem()
251 bChanged = true; in ApplySpecialItem()
270 bChanged = true; in ApplySpecialItem()
285 bChanged = true; in ApplySpecialItem()
303 bChanged = true; in ApplySpecialItem()
322 bChanged = true; in ApplySpecialItem()
342bChanged = ChartModelHelper::setIncludeHiddenCells( bIncludeHiddenCells, *pModel ); in ApplySpecialItem()
[all …]
/dports/devel/codeworker/CodeWorker4_5_3/
H A DUtlString.cpp102 bool bChanged; in trimLeft() local
104 if (iIndex == 0) bChanged = false; in trimLeft()
106 bChanged = !sText.empty(); in trimLeft()
109 bChanged = true; in trimLeft()
112 return bChanged; in trimLeft()
116 bool bChanged; in trimRight() local
119 bChanged = !sText.empty(); in trimRight()
123 if (iIndex == sText.size()) bChanged = false; in trimRight()
125 bChanged = true; in trimRight()
129 return bChanged; in trimRight()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dchardlg.cxx898 if ( !bChanged ) in FillItemSet_Impl()
915 bChanged = true; in FillItemSet_Impl()
937 if ( !bChanged ) in FillItemSet_Impl()
964 bChanged = true; in FillItemSet_Impl()
1107 if (!bChanged) in FillItemSet_Impl()
1580 if (bChanged) in FillItemSetColor_Impl()
1589 if (bChanged) in FillItemSetColor_Impl()
2138 if ( bChanged ) in FillItemSet()
2172 if ( bChanged ) in FillItemSet()
2205 if ( bChanged ) in FillItemSet()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dchardlg.cxx903 if ( !bChanged ) in FillItemSet_Impl()
920 bChanged = true; in FillItemSet_Impl()
942 if ( !bChanged ) in FillItemSet_Impl()
969 bChanged = true; in FillItemSet_Impl()
1112 if (!bChanged) in FillItemSet_Impl()
1580 if (bChanged) in FillItemSetColor_Impl()
1597 if (bChanged) in FillItemSetColor_Impl()
2095 if ( bChanged ) in FillItemSet()
2129 if ( bChanged ) in FillItemSet()
2162 if ( bChanged ) in FillItemSet()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/accessibility/
H A DAccessibleChartView.cxx169 bool bChanged = false; in initialize() local
199 bChanged = true; in initialize()
204 bChanged = true; in initialize()
215 bChanged = true; in initialize()
220 bChanged = true; in initialize()
231 bChanged = true; in initialize()
242 bChanged = true; in initialize()
252 bChanged = true; in initialize()
262 bChanged = true; in initialize()
290 bChanged = false; in initialize()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/accessibility/
H A DAccessibleChartView.cxx169 bool bChanged = false; in initialize() local
199 bChanged = true; in initialize()
204 bChanged = true; in initialize()
215 bChanged = true; in initialize()
220 bChanged = true; in initialize()
231 bChanged = true; in initialize()
242 bChanged = true; in initialize()
252 bChanged = true; in initialize()
262 bChanged = true; in initialize()
290 bChanged = false; in initialize()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/windows/leashdll/
H A Dlshutil.cpp399 bool bChanged = false; in StrToUpper() local
404 bChanged = true; in StrToUpper()
410 return bChanged; in StrToUpper()
453 if (bChanged) { in AdjustRealmCase()
460 return bChanged; in AdjustRealmCase()
465 bool bChanged = false; in ProcessText() local
479 bChanged = true; in ProcessText()
485 return bChanged; in ProcessText()
490 bool bChanged = false; in WindowProc() local
496 bChanged = true; in WindowProc()
[all …]

12345678910>>...25