/trunk/main/svl/qa/complex/ConfigItems/helper/ |
H A D | PrintOptTest.cxx | 385 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 D | WrappedAxisAndGridExistenceProperties.cxx | 159 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 D | ChartDocumentWrapper.cxx | 321 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 D | WrappedStockProperties.cxx | 68 …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 D | WrappedAutomaticPositionProperties.cxx | 72 bool bNewValue = true; in setPropertyValue() local 73 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue() 78 if( bNewValue ) in setPropertyValue()
|
H A D | WrappedScaleTextProperties.cxx | 79 bool bNewValue = false; in setPropertyValue() local 80 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue() 88 if( bNewValue ) in setPropertyValue()
|
H A D | DiagramWrapper.cxx | 1386 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 D | Canvas.java | 156 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 D | ZipPackageStream.hxx | 116 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 D | property.hxx | 206 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 D | UnoDocumentSettings.cxx | 839 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 D | FilterConfigItem.cxx | 415 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 D | OOoBean.java | 1078 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 D | SwXMLTextBlocks.cxx | 538 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 D | pkgcontent.cxx | 1262 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 D | SwXMLTextBlocks.hxx | 86 virtual void SetIsTextOnly( const String& rShort, sal_Bool bNewValue ); 87 virtual void SetIsTextOnly( sal_uInt16 nIdx, sal_Bool bNewValue );
|
H A D | UndoTable.hxx | 269 sal_Bool bNewValue : 1; member in SwUndoTblNumFmt
|
/trunk/main/tools/source/generic/ |
H A D | config.cxx | 1060 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 D | AxisItemConverter.cxx | 983 … 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 D | cmdlineargs.cxx | 651 void CommandLineArgs::SetBoolParam( BoolParam eParam, sal_Bool bNewValue ) in SetBoolParam() argument 656 m_aBoolParams[eParam] = bNewValue; in SetBoolParam()
|
H A D | cmdlineargs.hxx | 123 void SetBoolParam( BoolParam eParam, sal_Bool bNewValue );
|
/trunk/main/xmloff/inc/ |
H A D | XMLChartPropertySetMapper.hxx | 96 void setAdaptPercentage( bool bNewValue );
|
/trunk/main/odk/examples/DevelopersGuide/Config/ |
H A D | ConfigExamples.java | 727 Boolean bNewValue = new Boolean( ! bOldValue.booleanValue() ); in toggleVisibility() local 729 xHPS.setHierarchicalPropertyValue(sSetting,bNewValue); in toggleVisibility()
|
/trunk/main/package/source/package/zippackage/ |
H A D | ZipPackageStream.cxx | 460 void ZipPackageStream::SetPackageMember( sal_Bool bNewValue ) in SetPackageMember() argument 462 if ( bNewValue ) in SetPackageMember()
|
/trunk/main/sw/source/core/undo/ |
H A D | untbl.cxx | 2235 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()
|