Home
last modified time | relevance | path

Searched refs:bNewValue (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DPrintOptTest.cxx385 sal_Bool bNewValue = sal_False; in impl_checkPrint() local
388 bNewValue = !bOldValue; in impl_checkPrint()
404 bNewValue = !bOldValue; in impl_checkPrint()
454 bNewValue = !bOldValue; in impl_checkPrint()
471 bNewValue = !bOldValue; in impl_checkPrint()
556 bNewValue = !bOldValue; in impl_checkPrint()
572 bNewValue = !bOldValue; in impl_checkPrint()
671 bNewValue = !bOldValue; in impl_checkPrint()
687 bNewValue = !bOldValue; in impl_checkPrint()
703 bNewValue = !bOldValue; in impl_checkPrint()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedAxisAndGridExistenceProperties.cxx159 sal_Bool bNewValue = false; in setPropertyValue() local
160 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
166 if( bOldValue == bNewValue ) in setPropertyValue()
170 if( bNewValue ) in setPropertyValue()
285 sal_Bool bNewValue = false; in setPropertyValue() local
286 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
292 if( bOldValue == bNewValue ) in setPropertyValue()
295 if( bNewValue ) in setPropertyValue()
395 sal_Bool bNewValue = false; in setPropertyValue() local
402 if( bOldValue == bNewValue ) in setPropertyValue()
[all …]
H A DChartDocumentWrapper.cxx321 bool bNewValue = bLabelsInFirstRow; in setPropertyValue() local
423 bool bNewValue = bLabelsInFirstRow; in setPropertyValue() local
517 sal_Bool bNewValue = sal_True; in setPropertyValue() local
518 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
530 if( bOldValue != bNewValue ) in setPropertyValue()
605 sal_Bool bNewValue = sal_True; in setPropertyValue() local
606 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
611 if( bNewValue ) in setPropertyValue()
682 sal_Bool bNewValue = sal_True; in setPropertyValue() local
683 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
[all …]
H A DWrappedStockProperties.cxx68 …virtual uno::Reference< chart2::XChartTypeTemplate > getNewTemplate( sal_Bool bNewValue, const rtl…
92 sal_Bool bNewValue = false; in setPropertyValue() local
93 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
108 getNewTemplate( bNewValue, aTemplateAndService.second, xFactory ); in setPropertyValue()
146 …uno::Reference< chart2::XChartTypeTemplate > getNewTemplate( sal_Bool bNewValue, const rtl::OUStri…
184 …2::XChartTypeTemplate > WrappedVolumeProperty::getNewTemplate( sal_Bool bNewValue, const rtl::OUSt… in getNewTemplate() argument
191 if( bNewValue ) //add volume in getNewTemplate()
221 …uno::Reference< chart2::XChartTypeTemplate > getNewTemplate( sal_Bool bNewValue, const rtl::OUStri…
256 …2::XChartTypeTemplate > WrappedUpDownProperty::getNewTemplate( sal_Bool bNewValue, const rtl::OUSt… in getNewTemplate() argument
259 if( bNewValue ) //add open series in getNewTemplate()
H A DWrappedAutomaticPositionProperties.cxx72 bool bNewValue = true; in setPropertyValue() local
73 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
78 if( bNewValue ) in setPropertyValue()
H A DWrappedScaleTextProperties.cxx79 bool bNewValue = false; in setPropertyValue() local
80 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
88 if( bNewValue ) in setPropertyValue()
H A DDiagramWrapper.cxx1386 sal_Bool bNewValue = false; in setPropertyValue() local
1387 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
1399 if( bNewValue && eInnerStackMode == m_eStackMode ) in setPropertyValue()
1401 if( !bNewValue && eInnerStackMode != m_eStackMode ) in setPropertyValue()
1407 StackMode eNewStackMode = bNewValue ? m_eStackMode : StackMode_NONE; in setPropertyValue()
1981 bool bNewValue = true; in setPropertyValue() local
1982 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
1987 if( bNewValue ) in setPropertyValue()
2053 sal_Bool bNewValue = false; in setPropertyValue() local
2054 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
[all …]
/trunk/main/toolkit/test/accessibility/
H A DCanvas.java156 public void setShowDescriptions (boolean bNewValue) in setShowDescriptions() argument
158 Options.SetBoolean ("ShowDescriptions", bNewValue); in setShowDescriptions()
167 public void setShowNames (boolean bNewValue) in setShowNames() argument
169 Options.SetBoolean ("ShowNames", bNewValue); in setShowNames()
178 public void setAntialiasing (boolean bNewValue) in setAntialiasing() argument
180 Options.SetBoolean ("Antialiasing", bNewValue); in setAntialiasing()
189 public void setShowText (boolean bNewValue) in setShowText() argument
191 Options.SetBoolean ("ShowText", bNewValue); in setShowText()
/trunk/main/package/inc/
H A DZipPackageStream.hxx116 void SetToBeCompressed (sal_Bool bNewValue) { bToBeCompressed = bNewValue;} in SetToBeCompressed() argument
117 void SetIsEncrypted (sal_Bool bNewValue) { bIsEncrypted = bNewValue;} in SetIsEncrypted() argument
122 void SetToBeEncrypted (sal_Bool bNewValue) in SetToBeEncrypted() argument
124 bToBeEncrypted = bNewValue; in SetToBeEncrypted()
130 void SetPackageMember (sal_Bool bNewValue);
/trunk/main/comphelper/inc/comphelper/
H A Dproperty.hxx206 sal_Bool bNewValue(sal_False); in tryPropertyValue() local
207 ::cppu::convertPropertyValue(bNewValue, _rValueToSet); in tryPropertyValue()
208 if (bNewValue != _bCurrentValue) in tryPropertyValue()
210 _rConvertedValue.setValue(&bNewValue, ::getBooleanCppuType()); in tryPropertyValue()
/trunk/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx839 sal_Bool bNewValue = sal_False; in _setPropertyValues() local
840 if ( *pValues >>= bNewValue ) in _setPropertyValues()
842 bChanged = ( pDocSh->IsLoadReadonly() != bNewValue ); in _setPropertyValues()
843 pDocSh->SetLoadReadonly( bNewValue ); in _setPropertyValues()
852 sal_Bool bNewValue = sal_False; in _setPropertyValues() local
853 if ( *pValues >>= bNewValue ) in _setPropertyValues()
855 bChanged = ( pDocSh->IsSaveVersionOnClose() != bNewValue ); in _setPropertyValues()
856 pDocSh->SetSaveVersionOnClose( bNewValue ); in _setPropertyValues()
/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx415 void FilterConfigItem::WriteBool( const OUString& rKey, sal_Bool bNewValue ) in WriteBool() argument
419 aBool.Value <<= bNewValue; in WriteBool()
430 if ( bOldValue != bNewValue ) in WriteBool()
432 aAny <<= bNewValue; in WriteBool()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOOoBean.java1078 boolean bOldValue, boolean bNewValue ) in setToolVisible() argument
1090 if ( bIgnoreVisibility || bOldValue != bNewValue ) in setToolVisible()
1101 if ( bNewValue ) in setToolVisible()
1116 firePropertyChange( aProperty, bOldValue, bNewValue ); in setToolVisible()
1124 return bNewValue; in setToolVisible()
/trunk/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx538 void SwXMLTextBlocks::SetIsTextOnly( const String& rShort, sal_Bool bNewValue ) in SetIsTextOnly() argument
542 aNames[nIdx]->bIsOnlyTxt = bNewValue; in SetIsTextOnly()
545 void SwXMLTextBlocks::SetIsTextOnly( sal_uInt16 nIdx, sal_Bool bNewValue ) in SetIsTextOnly() argument
547 aNames[nIdx]->bIsOnlyTxt = bNewValue; in SetIsTextOnly()
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx1262 sal_Bool bNewValue; in setPropertyValues() local
1263 if ( rValue.Value >>= bNewValue ) in setPropertyValues()
1265 if ( bNewValue != m_aProps.bCompressed ) in setPropertyValues()
1269 aEvent.NewValue = uno::makeAny( bNewValue ); in setPropertyValues()
1271 m_aProps.bCompressed = bNewValue; in setPropertyValues()
1299 sal_Bool bNewValue; in setPropertyValues() local
1300 if ( rValue.Value >>= bNewValue ) in setPropertyValues()
1302 if ( bNewValue != m_aProps.bEncrypted ) in setPropertyValues()
1306 aEvent.NewValue = uno::makeAny( bNewValue ); in setPropertyValues()
1308 m_aProps.bEncrypted = bNewValue; in setPropertyValues()
/trunk/main/sw/source/core/inc/
H A DSwXMLTextBlocks.hxx86 virtual void SetIsTextOnly( const String& rShort, sal_Bool bNewValue );
87 virtual void SetIsTextOnly( sal_uInt16 nIdx, sal_Bool bNewValue );
H A DUndoTable.hxx269 sal_Bool bNewValue : 1; member in SwUndoTblNumFmt
/trunk/main/tools/source/generic/
H A Dconfig.cxx1060 sal_Bool bNewValue; in WriteKey() local
1071 bNewValue = sal_True; in WriteKey()
1074 bNewValue = pKey->maValue != rStr; in WriteKey()
1076 if ( bNewValue ) in WriteKey()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DAxisItemConverter.cxx983 … bool bNewValue = static_cast< const SfxBoolItem & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem() local
985 if( bOldValue != bNewValue ) in ApplySpecialItem()
987 aScale.AutoDateAxis = bNewValue; in ApplySpecialItem()
/trunk/main/desktop/source/app/
H A Dcmdlineargs.cxx651 void CommandLineArgs::SetBoolParam( BoolParam eParam, sal_Bool bNewValue ) in SetBoolParam() argument
656 m_aBoolParams[eParam] = bNewValue; in SetBoolParam()
H A Dcmdlineargs.hxx123 void SetBoolParam( BoolParam eParam, sal_Bool bNewValue );
/trunk/main/xmloff/inc/
H A DXMLChartPropertySetMapper.hxx96 void setAdaptPercentage( bool bNewValue );
/trunk/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java727 Boolean bNewValue = new Boolean( ! bOldValue.booleanValue() ); in toggleVisibility() local
729 xHPS.setHierarchicalPropertyValue(sSetting,bNewValue); in toggleVisibility()
/trunk/main/package/source/package/zippackage/
H A DZipPackageStream.cxx460 void ZipPackageStream::SetPackageMember( sal_Bool bNewValue ) in SetPackageMember() argument
462 if ( bNewValue ) in SetPackageMember()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx2235 bNewFmt = bNewFml = bNewValue = sal_False; in SwUndoTblNumFmt()
2281 bNewValue = sal_True; in SwUndoTblNumFmt()
2410 if( bNewFmt || bNewFml || bNewValue ) in RedoImpl()
2428 if( bNewValue ) in RedoImpl()

Completed in 150 milliseconds

12