Searched refs:xPropContainer (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentInfo.java | 89 … XPropertyContainer xPropContainer = UnoRuntime.queryInterface(XPropertyContainer.class, xDocInfo); in checkDocInfo() local 93 boolean worked = addProperty(xPropContainer, "Author", (short) 0, ""); in checkDocInfo() 113 …worked = addProperty(xPropContainer, "dateValue", com.sun.star.beans.PropertyAttribute.REMOVEABLE,… in checkDocInfo() 120 xPropContainer.removeProperty("intValue"); in checkDocInfo() 130 XPropertySet xProps2 = UnoRuntime.queryInterface(XPropertySet.class, xPropContainer); in checkDocInfo() 169 … XPropertyContainer xPropContainer = UnoRuntime.queryInterface(XPropertyContainer.class, xDocInfo); in checkDocInfo() local 183 xPropContainer = UnoRuntime.queryInterface(XPropertyContainer.class, xDocInfo); in checkDocInfo() 188 xPropContainer.removeProperty("Author"); in checkDocInfo() 202 xPropContainer.removeProperty("booleanValue"); in checkDocInfo() 315 private boolean addProperty(XPropertyContainer xPropContainer, in addProperty() argument [all …]
|
/trunk/main/sfx2/source/doc/ |
H A D | objuno.cxx | 368 uno::Reference<beans::XPropertyContainer> xPropContainer( in Reset() local 392 xPropContainer->addProperty(name, in Reset() 1088 uno::Reference<beans::XPropertyContainer> xPropContainer( in setUserFieldName() local 1094 xPropContainer->removeProperty(name); in setUserFieldName() 1095 xPropContainer->addProperty(aName, in setUserFieldName() 1100 xPropContainer->addProperty(aName, in setUserFieldName() 1110 xPropContainer->addProperty(name, in setUserFieldName() 1135 uno::Reference<beans::XPropertyContainer> xPropContainer( in setUserFieldValue() local 1148 xPropContainer->addProperty(name, in setUserFieldValue()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 2620 xPropContainer(xPropSet, uno::UNO_QUERY); in lcl_AddToPropertyContainer() local 2622 xPropContainer->addProperty in lcl_AddToPropertyContainer()
|
Completed in 30 milliseconds