Searched refs:bHasProperty (Results 1 – 4 of 4) sorted by relevance
/trunk/main/xmloff/source/style/ |
H A D | MultiPropertySetHelper.cxx | 118 sal_Bool bHasProperty = in hasProperties() local 122 pSequenceIndex[i]= bHasProperty ? nNumberOfProperties : -1; in hasProperties() 123 if ( bHasProperty ) in hasProperties()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/ |
H A D | MultiPropertyTest.java | 156 final boolean bHasProperty = info.hasPropertyByName(propName); in testProperty() 157 if (!bHasProperty) in testProperty()
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 1827 …sal_Bool bHasProperty = EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, sPolyPolygon… in GetPolyPolygon() local 1828 if ( !bHasProperty ) in GetPolyPolygon() 1829 …bHasProperty = EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, sPolyPolygon, sal_Tru… in GetPolyPolygon() 1830 if ( !bHasProperty ) in GetPolyPolygon() 1831 … bHasProperty = EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, sPolygon, sal_True ); in GetPolyPolygon() 1832 if ( bHasProperty ) in GetPolyPolygon()
|
/trunk/main/sfx2/source/doc/ |
H A D | doctemplates.cxx | 615 sal_Bool bHasProperty = sal_False; in needsUpdate() local 620 bHasProperty = getProperty( maRootContent, aPropName, aValue ); in needsUpdate() 622 if ( bHasProperty ) in needsUpdate()
|
Completed in 44 milliseconds