/aoo41x/main/extensions/source/propctrlr/ |
H A D | propertycomposer.cxx | 250 sal_Bool bIsComposable = isComposable( check->Name ); in getSupportedProperties() 320 …::sal_Bool SAL_CALL PropertyComposer::isComposable( const ::rtl::OUString& _rPropertyName ) throw … in isComposable() function in pcr::PropertyComposer 323 return m_aSlaveHandlers[0]->isComposable( _rPropertyName ); in isComposable()
|
H A D | propertycomposer.hxx | 101 …virtual ::sal_Bool SAL_CALL isComposable( const ::rtl::OUString& _rProper…
|
H A D | genericpropertyhandler.hxx | 119 …virtual ::sal_Bool SAL_CALL isComposable( const ::rtl::OU…
|
H A D | eventhandler.hxx | 132 …virtual ::sal_Bool SAL_CALL isComposable( const ::rtl::OU…
|
H A D | propertyhandler.cxx | 237 …::sal_Bool SAL_CALL PropertyHandler::isComposable( const ::rtl::OUString& _rPropertyName ) throw (… in isComposable() function in pcr::PropertyHandler
|
H A D | propertyhandler.hxx | 123 …virtual ::sal_Bool SAL_CALL isComposable( const ::rtl::OUString& _rPropertyName ) throw (::com::su…
|
/aoo41x/main/reportdesign/source/ui/inspection/ |
H A D | ReportComponentHandler.cxx | 205 ::sal_Bool SAL_CALL ReportComponentHandler::isComposable( const ::rtl::OUString& _rPropertyName ) t… in isComposable() function in rptui::ReportComponentHandler 207 return m_pInfoService->isComposable( _rPropertyName, m_xFormComponentHandler ); in isComposable()
|
H A D | metadata.cxx | 246 …bool OPropertyInfoService::isComposable( const ::rtl::OUString& _rPropertyName, const ::com::sun::… in isComposable() function in rptui::OPropertyInfoService 255 return _rxFormComponentHandler->isComposable( _rPropertyName ); in isComposable()
|
H A D | DataProviderHandler.cxx | 422 ::sal_Bool SAL_CALL DataProviderHandler::isComposable( const ::rtl::OUString& _rPropertyName ) thro… in isComposable() function in rptui::DataProviderHandler 424 return m_pInfoService->isComposable( _rPropertyName, m_xFormComponentHandler ); in isComposable()
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | metadata.hxx | 63 bool isComposable(
|
H A D | ReportComponentHandler.hxx | 82 …virtual ::sal_Bool SAL_CALL isComposable(const ::rtl::OUString & PropertyName) throw (::com::sun::…
|
H A D | DataProviderHandler.hxx | 88 …virtual ::sal_Bool SAL_CALL isComposable(const ::rtl::OUString & PropertyName) throw (::com::sun::…
|
/aoo41x/main/qadevOOo/objdsc/pcr/ |
H A D | com.sun.star.comp.extensions.EditPropertyHandler.csv | 13 "EditPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"isComposable()"
|
H A D | com.sun.star.comp.extensions.EventHandler.csv | 13 "EventHandler";"com::sun::star::inspection::XPropertyHandler";"isComposable()"
|
H A D | com.sun.star.comp.extensions.FormComponentPropertyHandler.csv | 13 "FormComponentPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"isComposable()"
|
H A D | com.sun.star.comp.extensions.GenericPropertyHandler.csv | 13 "GenericPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"isComposable()"
|
H A D | com.sun.star.comp.extensions.XSDValidationPropertyHandler.csv | 13 "XSDValidationPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"isComposable()"
|
H A D | com.sun.star.comp.extensions.ButtonNavigationHandler.csv | 13 "ButtonNavigationHandler";"com::sun::star::inspection::XPropertyHandler";"isComposable()"
|
H A D | com.sun.star.comp.extensions.CellBindingPropertyHandler.csv | 13 "CellBindingPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"isComposable()"
|
H A D | com.sun.star.comp.extensions.EFormsPropertyHandler.csv | 13 "EFormsPropertyHandler";"com::sun::star::inspection::XPropertyHandler";"isComposable()"
|
/aoo41x/main/qadevOOo/runner/helper/ |
H A D | PropertyHandlerImpl.java | 189 …public boolean isComposable(String PropertyName) throws com.sun.star.beans.UnknownPropertyExceptio… in isComposable() method in PropertyHandlerImpl
|
/aoo41x/main/extensions/qa/integration/extensions/ |
H A D | MethodHandler.java | 190 …public boolean isComposable(String _propertyName) throws com.sun.star.beans.UnknownPropertyExcepti… in isComposable() method in MethodHandler
|
H A D | ServicesHandler.java | 194 …public boolean isComposable(String _propertyName) throws com.sun.star.beans.UnknownPropertyExcepti… in isComposable() method in ServicesHandler
|
/aoo41x/main/offapi/com/sun/star/inspection/ |
H A D | XObjectInspector.idl | 115 @see XPropertyHandler::isComposable
|
H A D | XPropertyHandler.idl | 330 boolean isComposable( [in] string PropertyName ) 386 @see isComposable
|