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()
389 aPrintOpt.SetReduceTransparency(bNewValue) ; in impl_checkPrint()
390 bNewValue = impl_IsReduceTransparency(); in impl_checkPrint()
392 if ( bNewValue == bOldValue ) // test the new source in impl_checkPrint()
402 bNewValue = bOldValue = sal_False; in impl_checkPrint()
404 bNewValue = !bOldValue; in impl_checkPrint()
405 impl_SetReduceTransparency(bNewValue); in impl_checkPrint()
406 bNewValue = aPrintOpt.IsReduceTransparency(); in impl_checkPrint()
408 if(bNewValue == bOldValue) // test the new source in impl_checkPrint()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedAxisAndGridExistenceProperties.cxx155 sal_Bool bNewValue = false; in setPropertyValue() local
156 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
162 if( bOldValue == bNewValue ) in setPropertyValue()
166 if( bNewValue ) in setPropertyValue()
275 sal_Bool bNewValue = false; in setPropertyValue() local
276 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
282 if( bOldValue == bNewValue ) in setPropertyValue()
285 if( bNewValue ) in setPropertyValue()
379 sal_Bool bNewValue = false; in setPropertyValue() local
380 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
[all …]
H A DChartDocumentWrapper.cxx317 bool bNewValue = bLabelsInFirstRow; in setPropertyValue() local
329 if( bUseColumns && bNewValue != bFirstCellAsLabel ) in setPropertyValue()
332 …m_spChart2ModelContact->getChartModel(), aSequenceMapping, bUseColumns ,bNewValue, bHasCategories … in setPropertyValue()
334 else if( !bUseColumns && bNewValue != bHasCategories ) in setPropertyValue()
337 …hart2ModelContact->getChartModel(), aSequenceMapping, bUseColumns , bFirstCellAsLabel, bNewValue ); in setPropertyValue()
413 bool bNewValue = bLabelsInFirstRow; in setPropertyValue() local
425 if( bUseColumns && bNewValue != bHasCategories ) in setPropertyValue()
428 …Chart2ModelContact->getChartModel(), aSequenceMapping, bUseColumns, bFirstCellAsLabel, bNewValue ); in setPropertyValue()
430 else if( !bUseColumns && bNewValue != bFirstCellAsLabel ) in setPropertyValue()
433 …m_spChart2ModelContact->getChartModel(), aSequenceMapping, bUseColumns , bNewValue, bHasCategories… in setPropertyValue()
[all …]
H A DWrappedStockProperties.cxx66 …virtual uno::Reference< chart2::XChartTypeTemplate > getNewTemplate( sal_Bool bNewValue, const rtl…
89 sal_Bool bNewValue = false; in setPropertyValue() local
90 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
105 getNewTemplate( bNewValue, aTemplateAndService.second, xFactory ); in setPropertyValue()
141 …uno::Reference< chart2::XChartTypeTemplate > getNewTemplate( sal_Bool bNewValue, const rtl::OUStri…
178 …2::XChartTypeTemplate > WrappedVolumeProperty::getNewTemplate( sal_Bool bNewValue, const rtl::OUSt… in getNewTemplate() argument
185 if( bNewValue ) //add volume in getNewTemplate()
214 …uno::Reference< chart2::XChartTypeTemplate > getNewTemplate( sal_Bool bNewValue, const rtl::OUStri…
248 …2::XChartTypeTemplate > WrappedUpDownProperty::getNewTemplate( sal_Bool bNewValue, const rtl::OUSt… in getNewTemplate() argument
251 if( bNewValue ) //add open series in getNewTemplate()
H A DWrappedAutomaticPositionProperties.cxx68 bool bNewValue = true; in setPropertyValue() local
69 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
74 if( bNewValue ) in setPropertyValue()
H A DWrappedScaleTextProperties.cxx75 bool bNewValue = false; in setPropertyValue() local
76 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
84 if( bNewValue ) in setPropertyValue()
H A DDiagramWrapper.cxx1336 sal_Bool bNewValue = false; in setPropertyValue() local
1337 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
1349 if( bNewValue && eInnerStackMode == m_eStackMode ) in setPropertyValue()
1351 if( !bNewValue && eInnerStackMode != m_eStackMode ) in setPropertyValue()
1357 StackMode eNewStackMode = bNewValue ? m_eStackMode : StackMode_NONE; in setPropertyValue()
1895 bool bNewValue = true; in setPropertyValue() local
1896 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
1901 if( bNewValue ) in setPropertyValue()
1963 sal_Bool bNewValue = false; in setPropertyValue() local
1964 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.cxx838 sal_Bool bNewValue = sal_False; in _setPropertyValues() local
839 if ( *pValues >>= bNewValue ) in _setPropertyValues()
841 bChanged = ( pDocSh->IsLoadReadonly() != bNewValue ); in _setPropertyValues()
842 pDocSh->SetLoadReadonly( bNewValue ); in _setPropertyValues()
851 sal_Bool bNewValue = sal_False; in _setPropertyValues() local
852 if ( *pValues >>= bNewValue ) in _setPropertyValues()
854 bChanged = ( pDocSh->IsSaveVersionOnClose() != bNewValue ); in _setPropertyValues()
855 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.cxx1250 sal_Bool bNewValue; in setPropertyValues() local
1251 if ( rValue.Value >>= bNewValue ) in setPropertyValues()
1253 if ( bNewValue != m_aProps.bCompressed ) in setPropertyValues()
1257 aEvent.NewValue = uno::makeAny( bNewValue ); in setPropertyValues()
1259 m_aProps.bCompressed = bNewValue; in setPropertyValues()
1287 sal_Bool bNewValue; in setPropertyValues() local
1288 if ( rValue.Value >>= bNewValue ) in setPropertyValues()
1290 if ( bNewValue != m_aProps.bEncrypted ) in setPropertyValues()
1294 aEvent.NewValue = uno::makeAny( bNewValue ); in setPropertyValues()
1296 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.cxx981 … bool bNewValue = static_cast< const SfxBoolItem & >( rItemSet.Get( nWhichId )).GetValue(); in ApplySpecialItem() local
983 if( bOldValue != bNewValue ) in ApplySpecialItem()
985 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.cxx466 void ZipPackageStream::SetPackageMember( sal_Bool bNewValue ) in SetPackageMember() argument
468 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()

12