Home
last modified time | relevance | path

Searched refs:bDefault (Results 1 – 25 of 64) sorted by relevance

123

/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx170 if ( pDataSettings && !pDataSettings->bDefault ) in impl_fillSequenceWithElementTypeInfo()
350 if ( pIter->second.bDefault ) in impl_findUIElementData()
374 if ( rElement.bDefault ) in impl_storeElementTypeData()
464 if ( !rElement.bDefault ) in impl_resetElementTypeData()
477 rElement.bDefault = true; in impl_resetElementTypeData()
540 rElement.bDefault = true; in impl_reloadElementTypeData()
836 if ( pDataSettings && !pDataSettings->bDefault ) in hasSettings()
902 pDataSettings->bDefault = false; in replaceSettings()
952 if ( pDataSettings->bDefault ) in removeSettings()
957 pDataSettings->bDefault = true; in removeSettings()
[all …]
H A Duiconfigurationmanagerimpl.cxx384 if ( !pIter->second.bDefault ) in impl_findUIElementData()
419 if ( rElement.bDefault ) in impl_storeElementTypeData()
513 if ( !rElement.bDefault ) in impl_resetElementTypeData()
533 rElement.bDefault = true; in impl_resetElementTypeData()
549 rElement.bDefault = true; in impl_resetElementTypeData()
620 rElement.bDefault = true; in impl_reloadElementTypeData()
637 rElement.bDefault = true; in impl_reloadElementTypeData()
1093 pDataSettings->bDefault = false; in replaceSettings()
1191 if ( pDataSettings->bDefault ) in removeSettings()
1196 pDataSettings->bDefault = true; in removeSettings()
[all …]
H A Dmoduleuiconfigurationmanager.cxx414 if ( !pIter->second.bDefault ) in impl_findUIElementData()
446 if ( rElement.bDefault ) in impl_storeElementTypeData()
541 if ( !rElement.bDefault ) in impl_resetElementTypeData()
561 rElement.bDefault = true; in impl_resetElementTypeData()
577 rElement.bDefault = true; in impl_resetElementTypeData()
647 rElement.bDefault = true; in impl_reloadElementTypeData()
664 rElement.bDefault = true; in impl_reloadElementTypeData()
1126 pDataSettings->bDefault = false; in replaceSettings()
1226 if ( pDataSettings->bDefault ) in removeSettings()
1231 pDataSettings->bDefault = true; in removeSettings()
[all …]
/trunk/main/svl/source/numbers/
H A Dzformat.cxx4199 sal_Bool bDefault[4]; in GetMappedFormatstring() local
4203 bDefault[1] = ( !bDefault[0] && NumFor[2].GetnAnz() == 0 && in GetMappedFormatstring()
4208 bDefault[2] = ( !bDefault[0] && !bDefault[1] && in GetMappedFormatstring()
4211 sal_Bool bDefaults = bDefault[0] || bDefault[1] || bDefault[2]; in GetMappedFormatstring()
4213 bDefault[3] = sal_False; in GetMappedFormatstring()
4217 bDefault[0] = bDefault[1] = sal_True; // [];x in GetMappedFormatstring()
4220 bDefault[0] = bDefault[1] = bDefault[2] = bDefault[3] = sal_True; // [];[];; in GetMappedFormatstring()
4223 else if ( bDefault[0] ) in GetMappedFormatstring()
4230 bDefault[i] = sal_True; in GetMappedFormatstring()
4288 bDefault[nSub] = sal_False; in GetMappedFormatstring()
[all …]
H A Dzforlist.cxx2194 sal_Bool bDefault; in ImpGenerateFormats() local
2315 bDefault = aFormatSeq[nIdx].Default; in ImpGenerateFormats()
2319 aFormatSeq[nIdx].Default = bDefault; in ImpGenerateFormats()
2323 bDefault = aFormatSeq[nIdx].Default; in ImpGenerateFormats()
2327 aFormatSeq[nIdx].Default = bDefault; in ImpGenerateFormats()
2331 bDefault = aFormatSeq[nIdx].Default; in ImpGenerateFormats()
2335 aFormatSeq[nIdx].Default = bDefault; in ImpGenerateFormats()
2339 bDefault = aFormatSeq[nIdx].Default; in ImpGenerateFormats()
2343 aFormatSeq[nIdx].Default = bDefault; in ImpGenerateFormats()
2347 bDefault = aFormatSeq[nIdx].Default; in ImpGenerateFormats()
[all …]
/trunk/main/xmloff/source/text/
H A DXMLPropertyBackpatcher.cxx57 sal_Bool bDefault, in XMLPropertyBackpatcher() argument
60 , bDefaultHandling(bDefault) in XMLPropertyBackpatcher()
81 sal_Bool bDefault, in XMLPropertyBackpatcher() argument
83 : bDefaultHandling(bDefault) in XMLPropertyBackpatcher()
H A DXMLSectionExport.cxx1618 sal_Bool bDefault, in ExportBoolean() argument
1629 if ((!(bTmp ^ bInvert)) != (!bDefault)) in ExportBoolean()
1634 bDefault ? XML_FALSE : XML_TRUE); in ExportBoolean()
1820 sal_Bool bDefault) const in IsMuteSection()
1823 sal_Bool bRet = bDefault; in IsMuteSection()
1846 sal_Bool bDefault) in IsInSection() argument
1849 sal_Bool bRet = bDefault; in IsInSection()
H A DXMLSectionExport.hxx184 sal_Bool bDefault) const;
196 sal_Bool bDefault);
358 sal_Bool bDefault,
H A DXMLPropertyBackpatcher.hxx111 sal_Bool bDefault,
120 sal_Bool bDefault,
/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx226 const sal_Bool bDefault = sal_False);
344 const sal_Bool bDefault ) in FillPropertyStateArray() argument
353 if (!bDefault) in FillPropertyStateArray()
427 if( xMultiPropSet.is() && !bDefault ) in FillPropertyStateArray()
526 if( bDirectValue || bDefault ) in FillPropertyStateArray()
621 const sal_Bool bDefault ) const in _Filter()
711 bDefault); in _Filter()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx1133 if (bDefault) in map_to_uno()
1139 if (bDefault) in map_to_uno()
1145 if (bDefault) in map_to_uno()
1151 if (bDefault) in map_to_uno()
1157 if (bDefault) in map_to_uno()
1163 if (bDefault) in map_to_uno()
1169 if (bDefault) in map_to_uno()
1175 if (bDefault) in map_to_uno()
1181 if (bDefault) in map_to_uno()
1187 if (bDefault) in map_to_uno()
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A Ddlgsize.cxx68 sal_Bool bDefault = -1 == nVal; in DBG_NAME() local
69 aCB_STANDARD.Check(bDefault); in DBG_NAME()
70 if (bDefault) in DBG_NAME()
/trunk/main/basic/source/runtime/
H A Dstep1.cxx451 const String& aClass, bool bRaiseErrors, bool bDefault ) in checkClass_Impl() argument
453 bool bOk = bDefault; in checkClass_Impl()
532 bool bDefault = !bVBAEnabled; in StepTESTCLASS() local
533 bool bOk = checkClass_Impl( xObjVal, aClass, false, bDefault ); in StepTESTCLASS()
/trunk/main/sd/source/ui/view/
H A Ddrviewsg.cxx142 sal_Bool bDefault = sal_False; in ExecOptionsBar() local
241 bDefault = sal_True; in ExecOptionsBar()
245 if( !bDefault ) in ExecOptionsBar()
/trunk/main/sc/source/filter/lotus/
H A Dtool.cxx212 sal_Bool bDefault = sal_False; in NewAttr() local
350 bDefault = sal_True; in NewAttr()
354 bDefault = sal_True; in NewAttr()
369 if( bDefault ) in NewAttr()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyle.cxx967 sal_Bool bDefault(sal_False); in importXML() local
974 bDefault = sal_True; in importXML()
976 if ((rValue >>= aCellProtection) || bDefault) in importXML()
1109 sal_Bool bDefault(sal_False); in importXML() local
1116 bDefault = sal_True; in importXML()
1118 if ((rValue >>= aCellProtection) || bDefault) in importXML()
/trunk/main/forms/source/xforms/
H A Dcomputedexpression.cxx192 bool ComputedExpression::getBool( bool bDefault ) const in getBool()
194 return mxResult.is() ? mxResult->getBoolean() : bDefault; in getBool()
/trunk/main/sal/inc/osl/
H A Dprofile.hxx86 sal_Bool readBool( const rtl::OString& rSection, const rtl::OString& rEntry, sal_Bool bDefault ) in readBool() argument
88 return osl_readProfileBool( profile, rSection.getStr(), rEntry.getStr(), bDefault ); in readBool()
/trunk/main/l10ntools/source/filter/utils/
H A DConfigHelper.java177 boolean bDefault) in getBoolean() argument
179 java.lang.String sDefault = java.lang.String.valueOf(bDefault); in getBoolean()
/trunk/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx347 sal_Bool bDefault = false; in getAllBrowseNodes() local
348 … bHidden = aMD.getUnpackedValueOrDefault( comphelper::MediaDescriptor::PROP_HIDDEN(), bDefault ); in getAllBrowseNodes()
349 … bPreview = aMD.getUnpackedValueOrDefault( comphelper::MediaDescriptor::PROP_PREVIEW(), bDefault ); in getAllBrowseNodes()
/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx290 sal_Bool bDefault = (BOOLATTR_DEFAULT_TRUE == (BOOLATTR_DEFAULT_MASK & _nBooleanAttributeFlags)); in exportBooleanPropertyAttribute() local
294 sal_Bool bCurrentValue = bDefault; in exportBooleanPropertyAttribute()
305 if (bDefaultVoid || (bDefault != bCurrentValue)) in exportBooleanPropertyAttribute()
/trunk/main/starmath/source/
H A Dformat.cxx176 void SmFormat::SetFont(sal_uInt16 nIdent, const SmFace &rFont, sal_Bool bDefault ) in SetFont() argument
182 bDefaultFont[nIdent] = bDefault; in SetFont()
/trunk/main/filter/source/msfilter/
H A Ddffpropset.cxx1300 bool DffPropSet::GetPropertyBool( sal_uInt32 nId, bool bDefault ) const in GetPropertyBool()
1305 sal_uInt32 nPropValue = GetPropertyValue( nBaseId, bDefault ? nMask : 0 ); in GetPropertyBool()
/trunk/main/sc/source/filter/inc/
H A Dexcrecds.hxx144 inline ExcBoolRecord( const sal_Bool bDefault ) : bVal( bDefault ) {} in ExcBoolRecord() argument
/trunk/main/sc/source/ui/unoobj/
H A Dmiscuno.cxx62 const rtl::OUString& rName, sal_Bool bDefault ) in GetBoolProperty() argument
64 sal_Bool bRet = bDefault; in GetBoolProperty()

Completed in 183 milliseconds

123