Home
last modified time | relevance | path

Searched refs:UnoPropertyArrayHelper (Results 1 – 18 of 18) sorted by relevance

/aoo4110/main/toolkit/source/helper/
H A Dunopropertyarrayhelper.cxx34 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()
/aoo4110/main/toolkit/source/controls/
H A Dunocontrols.cxx125 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 Dunocontrolcontainermodel.cxx75 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper()
79 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
H A Dformattedcontrol.cxx412 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper()
416 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
H A Dtabpagemodel.cxx108 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper()
112 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
H A Dtkscrollbar.cxx76 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper()
80 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
H A Dtkspinbutton.cxx102 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper()
106 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
H A Dtabpagecontainer.cxx91 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper()
95 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
H A Ddialogcontrol.cxx143 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper()
147 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
H A Danimatedimages.cxx350 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper()
354 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
H A Droadmapcontrol.cxx156 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper()
160 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
H A Dcontrolmodelcontainerbase.cxx260 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper()
264 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
/aoo4110/main/toolkit/inc/toolkit/helper/
H A Dunopropertyarrayhelper.hxx38 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 );
/aoo4110/main/toolkit/source/awt/
H A Dvclxtabpagemodel.cxx134 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper()
138 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
H A Dvclxwindow.cxx137 UnoPropertyArrayHelper* mpPropHelper;
2594 UnoPropertyArrayHelper *
2602 mpImpl->mpPropHelper = new UnoPropertyArrayHelper( aIDs ); in GetPropHelper()
/aoo4110/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx258 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper()
262 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
/aoo4110/main/toolkit/source/controls/tree/
H A Dtreecontrol.cxx120 static UnoPropertyArrayHelper* pHelper = NULL; in getInfoHelper()
124 pHelper = new UnoPropertyArrayHelper( aIDs ); in getInfoHelper()
/aoo4110/main/toolkit/inc/toolkit/awt/
H A Dvclxwindow.hxx69 class UnoPropertyArrayHelper;
88 UnoPropertyArrayHelper *GetPropHelper();

Completed in 140 milliseconds