Home
last modified time | relevance | path

Searched refs:initProperties (Results 1 – 7 of 7) sorted by relevance

/trunk/main/canvas/source/tools/ !
H A Dpropertysethelper.cxx75 initProperties(rMap); in PropertySetHelper()
78 void PropertySetHelper::initProperties( const InputMap& rMap ) in initProperties() function in canvas::PropertySetHelper
100 initProperties( aMerged ); in addProperties()
/trunk/main/ucb/source/ucp/file/ !
H A Dprov.cxx505 void SAL_CALL FileProvider::initProperties( void ) in initProperties() function in FileProvider
539 initProperties(); in getPropertySetInfo()
570 initProperties(); in getPropertyValue()
H A Dprov.hxx216 void SAL_CALL initProperties( void );
/trunk/main/cppuhelper/source/ !
H A Dpropertysetmixin.cxx140 void initProperties( in initProperties() function
146 initProperties(type, absentOptional, handleNames, &seen); in initProperties()
152 void initProperties(
173 void Data::initProperties( in initProperties() function in __anonc3f83b740111::Data
185 initProperties(bases[i], absentOptional, handleNames, seen); in initProperties()
522 initProperties(ifc, m_absentOptional, &handleNames); in Impl()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ !
H A DPropertySetMixin.java154 initProperties(ifc, map, handleNames, new HashSet()); in PropertySetMixin()
602 private void initProperties( in initProperties() method in PropertySetMixin
610 initProperties(bases[i], map, handleNames, seen); in initProperties()
/trunk/main/canvas/inc/canvas/ !
H A Dpropertysethelper.hxx115 void initProperties( const InputMap& rMap );
/trunk/main/canvas/inc/canvas/base/ !
H A Dgraphicdevicebase.hxx124 maPropHelper.initProperties( PropertySetHelper::MakeMap in GraphicDeviceBase()