Searched refs:xFieldPropSet (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 2175 xFieldPropSet( aXTextField, ::com::sun::star::uno::UNO_QUERY ); in ImplGetTextField() 2176 if ( xFieldPropSet.is() ) in ImplGetTextField() 2181 …if ( GetPropertyValue( aAny, xFieldPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "IsFix" ) ) ), sa… in ImplGetTextField() 2187 …if ( GetPropertyValue( aAny, xFieldPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "Format" ) ) ), s… in ImplGetTextField() 2209 …if ( GetPropertyValue( aAny, xFieldPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "URL" ) ) ), sal_… in ImplGetTextField() 2223 …if ( GetPropertyValue( aAny, xFieldPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "IsFix" ) ) ), sa… in ImplGetTextField() 2229 …if ( GetPropertyValue( aAny, xFieldPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "IsFix" ) ) ), sa… in ImplGetTextField() 2247 …if ( GetPropertyValue( aAny, xFieldPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "IsFix" ) ) ), sa… in ImplGetTextField() 2253 …if ( GetPropertyValue( aAny, xFieldPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "Format" ) ) ), s… in ImplGetTextField()
|
/trunk/main/xmloff/source/text/ |
H A D | txtflde.cxx | 2029 Reference<XPropertySet> xFieldPropSet; in ExportFieldDeclarations() local 2030 if (GetDependentFieldPropertySet(xPropSet, xFieldPropSet)) in ExportFieldDeclarations() 2035 GetIntProperty(sPropertyNumberFormat, xFieldPropSet), in ExportFieldDeclarations()
|
/trunk/main/sw/qa/complex/writer/ |
H A D | TextPortionEnumerationTest.java | 673 XPropertySet xFieldPropSet = (XPropertySet) in convertChildren() local 676 xFieldPropSet.getPropertyValue("Content"); in convertChildren() 678 xFieldPropSet.getPropertyValue("IsFixed"); in convertChildren()
|
Completed in 72 milliseconds