| /trunk/main/toolkit/source/helper/ |
| H A D | unopropertyarrayhelper.cxx | 34 UnoPropertyArrayHelper::UnoPropertyArrayHelper( const ::com::sun::star::uno::Sequence<sal_Int32>& r… in UnoPropertyArrayHelper() function in UnoPropertyArrayHelper 42 UnoPropertyArrayHelper::UnoPropertyArrayHelper( const std::list< sal_uInt16 > &rIDs ) in UnoPropertyArrayHelper() function in UnoPropertyArrayHelper 49 sal_Bool UnoPropertyArrayHelper::ImplHasProperty( sal_uInt16 nPropId ) const in ImplHasProperty() 58 sal_Bool UnoPropertyArrayHelper::fillPropertyMembersByHandle( ::rtl::OUString * pPropName, sal_Int1… in fillPropertyMembersByHandle() 72 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > UnoPropertyArrayHelper::getPro… in getProperties() 108 ::com::sun::star::beans::Property UnoPropertyArrayHelper::getPropertyByName(const ::rtl::OUString& … in getPropertyByName() 123 sal_Bool UnoPropertyArrayHelper::hasPropertyByName(const ::rtl::OUString& rPropertyName) in hasPropertyByName() 128 sal_Int32 UnoPropertyArrayHelper::getHandleByName( const ::rtl::OUString & rPropertyName ) in getHandleByName() 134 sal_Int32 UnoPropertyArrayHelper::fillHandles( sal_Int32* pHandles, const ::com::sun::star::uno::Se… in fillHandles()
|
| /trunk/main/toolkit/source/controls/ |
| H A D | unocontrols.cxx | 125 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 129 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper() 501 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 505 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper() 676 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 680 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper() 860 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 864 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper() 989 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 993 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper() [all …]
|
| H A D | unocontrolcontainermodel.cxx | 75 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 79 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
|
| H A D | formattedcontrol.cxx | 412 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 416 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
|
| H A D | tabpagemodel.cxx | 108 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 112 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
|
| H A D | tkspinbutton.cxx | 102 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 106 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
|
| H A D | tkscrollbar.cxx | 76 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 80 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
|
| H A D | tabpagecontainer.cxx | 91 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 95 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
|
| H A D | dialogcontrol.cxx | 143 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 147 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
|
| H A D | animatedimages.cxx | 350 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 354 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
|
| H A D | roadmapcontrol.cxx | 156 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 160 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
|
| H A D | controlmodelcontainerbase.cxx | 260 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 264 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
|
| /trunk/main/toolkit/inc/toolkit/helper/ |
| H A D | unopropertyarrayhelper.hxx | 38 class TOOLKIT_DLLPUBLIC UnoPropertyArrayHelper : public ::cppu::IPropertyArrayHelper class 47 UnoPropertyArrayHelper( const ::com::sun::star::uno::Sequence<sal_Int32>& rIDs ); 48 UnoPropertyArrayHelper( const std::list< sal_uInt16 > &rIDs );
|
| /trunk/main/toolkit/source/awt/ |
| H A D | vclxtabpagemodel.cxx | 134 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 138 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
|
| H A D | vclxwindow.cxx | 137 UnoPropertyArrayHelper* mpPropHelper; 2594 UnoPropertyArrayHelper * 2602 mpImpl->mpPropHelper = new UnoPropertyArrayHelper( aIDs ); in GetPropHelper()
|
| /trunk/main/toolkit/source/controls/grid/ |
| H A D | gridcontrol.cxx | 258 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 262 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
|
| /trunk/main/toolkit/source/controls/tree/ |
| H A D | treecontrol.cxx | 120 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper() 124 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
|
| /trunk/main/toolkit/inc/toolkit/awt/ |
| H A D | vclxwindow.hxx | 69 class UnoPropertyArrayHelper; 88 UnoPropertyArrayHelper *GetPropHelper();
|