/aoo42x/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XPropertyContainer.java | 235 oObj.removeProperty("myXPropertContainerProperty"); in _removeProperty() 255 oObj.removeProperty(propertyNotRemovable); in _removeProperty() 281 oObj.removeProperty("thisPropertyDoesNotExist"); in _removeProperty()
|
/aoo42x/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentInfo.java | 120 xPropContainer.removeProperty("intValue"); in checkDocInfo() 188 xPropContainer.removeProperty("Author"); in checkDocInfo() 202 xPropContainer.removeProperty("booleanValue"); in checkDocInfo()
|
H A D | DocumentProperties.java | 371 udpc.removeProperty("Info 1"); in check() 372 udpc.removeProperty("Removed"); in check() 467 udpc.removeProperty("Listener"); in check()
|
/aoo42x/main/ucb/qa/complex/tdoc/ |
H A D | _XPropertyContainer.java | 75 oObj.removeProperty("MyIllegalProperty"); in _removeProperty() 85 oObj.removeProperty("MyLegalProperty"); in _removeProperty()
|
/aoo42x/main/dbaccess/qa/complex/dbaccess/ |
H A D | PropertyBag.java | 103 m_bag.removeProperty( VALUE); in checkBasics() 116 m_bag.removeProperty( "NonExistent" ); in checkBasics()
|
/aoo42x/main/forms/source/component/ |
H A D | propertybaghelper.cxx | 228 void PropertyBagHelper::removeProperty( const ::rtl::OUString& _rName ) in removeProperty() function in frm::PropertyBagHelper 241 m_aDynamicProperties.removeProperty( _rName ); in removeProperty()
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.hxx | 206 void removeProperty( const rtl::OUString& Name, 274 removeProperty( const rtl::OUString& Name )
|
H A D | webdavcontent.cxx | 822 removeProperty( sPropName, Environment ); in execute() 1022 void Content::removeProperty( const rtl::OUString& Name, in removeProperty() function in Content 1086 ContentImplHelper::removeProperty( Name ); in removeProperty() 1103 ContentImplHelper::removeProperty( Name ); in removeProperty() 1151 void SAL_CALL Content::removeProperty( const rtl::OUString& Name ) in removeProperty() function in Content 1156 removeProperty( Name, in removeProperty()
|
/aoo42x/main/comphelper/source/property/ |
H A D | opropertybag.cxx | 364 …void SAL_CALL OPropertyBag::removeProperty( const ::rtl::OUString& _rName ) throw (UnknownProperty… in removeProperty() function in comphelper::OPropertyBag 368 m_aDynamicProperties.removeProperty( _rName ); in removeProperty()
|
H A D | propertybag.cxx | 158 void PropertyBag::removeProperty( const ::rtl::OUString& _rName ) in removeProperty() function in comphelper::PropertyBag
|
/aoo42x/main/ucb/workben/ucb/ |
H A D | ucbdemo.cxx | 775 void removeProperty ( const rtl::OUString& rName ); 1600 void UcbContent::removeProperty( const rtl::OUString& rName ) in removeProperty() function in UcbContent 1614 xContainer->removeProperty( rName ); in removeProperty() 2249 m_pContent->removeProperty( aCmdLine ); in IMPL_LINK()
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | propertybag.hxx | 132 void removeProperty(
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objuno.cxx | 683 void SAL_CALL SfxDocumentInfoObject::removeProperty(const ::rtl::OUString& sName) in removeProperty() function in SfxDocumentInfoObject 704 return xPropSet->removeProperty(sName); in removeProperty() 1094 xPropContainer->removeProperty(name); in setUserFieldName()
|
/aoo42x/main/qadevOOo/objdsc/cfgmgr2/ |
H A D | com.sun.star.comp.configuration.backend.LayerUpdateMerger.csv | 17 "LayerUpdateMerger";"com::sun::star::configuration::backend::XUpdateHandler";"removeProperty()"
|
/aoo42x/main/qadevOOo/objdsc/forms/ |
H A D | com.sun.star.comp.forms.OHiddenModel.csv | 13 "OHiddenModel";"com::sun::star::beans::XPropertyContainer#optional";"removeProperty()"
|
H A D | com.sun.star.comp.forms.OGroupBoxModel.csv | 39 "OGroupBoxModel";"com::sun::star::beans::XPropertyContainer#optional";"removeProperty()"
|
H A D | com.sun.star.comp.forms.OFixedTextModel.csv | 29 "OFixedTextModel";"com::sun::star::beans::XPropertyContainer#optional";"removeProperty()"
|
H A D | com.sun.star.comp.forms.OImageButtonModel.csv | 45 "OImageButtonModel";"com::sun::star::beans::XPropertyContainer#optional";"removeProperty()"
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | contenthelper.cxx | 637 void SAL_CALL ContentImplHelper::removeProperty( const rtl::OUString& Name ) in removeProperty() function in ucbhelper::ContentImplHelper 686 xContainer->removeProperty( Name ); in removeProperty()
|
/aoo42x/main/forms/source/inc/ |
H A D | propertybaghelper.hxx | 81 void removeProperty( const ::rtl::OUString& _rName );
|
/aoo42x/main/basic/source/inc/ |
H A D | propacc.hxx | 169 virtual void SAL_CALL removeProperty(const ::rtl::OUString& Name)
|
/aoo42x/main/qadevOOo/tests/java/ifc/configuration/backend/ |
H A D | _XUpdateHandler.java | 231 oObj.removeProperty("ooSetupShowIntro"); in _startUpdate()
|
/aoo42x/main/udkapi/com/sun/star/beans/ |
H A D | PropertyAttribute.idl | 89 (i.e., by calling <member>XPropertyContainer::removeProperty</member>).
|
H A D | XPropertyContainer.idl | 105 void removeProperty( [in] string Name )
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docglos.cxx | 85 xTargetUD->removeProperty(tgtprops [i].Name); in lcl_copyDocumentProperties()
|