Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/layout/core/
H A Dproplist.hxx38 typedef std::list< std::pair< rtl::OUString, rtl::OUString > > PropList; typedef
41 PropList &rProps, sal_Int32 nNamespace );
44 PropList const& rProps);
49 long getAttributeProps( PropList &rProps );
50 bool findAndRemove( const char *pAttr, PropList &rProps, rtl::OUString &rValue);
H A Dproplist.cxx240 PropList const& rProps ) in setProperties()
245 for ( PropList::const_iterator it = rProps.begin(); it != rProps.end(); in setProperties()
253 for ( PropList::const_iterator it = rProps.begin(); it != rProps.end(); in setProperties()
373 PropList &rProps, sal_Int32 nNamespace ) in propsFromAttributes()
391 findAndRemove( const char *pAttr, PropList &rProps, OUString &rValue ) in findAndRemove()
393 PropList::iterator it; in findAndRemove()
411 getAttributeProps( PropList &rProps ) in getAttributeProps()
H A Droot.hxx134 virtual void setProperties( const PropList &rProps );
138 virtual void setChildProperties( LayoutWidget *pChild, const PropList &rProps );
H A Dimport.cxx63 PropList aProps; in WidgetElement()
152 PropList aProps; in startChildElement()
H A Dimport.hxx97 virtual void setProperties( const PropList &rProps );
100 virtual void setChildProperties( Widget *pChild, const PropList &rProps );
H A Droot.cxx383 void LayoutWidget::setProperties( PropList const& rProps ) in setProperties()
394 PropList const& rProps ) in setChildProperties()
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx147 layoutimpl::PropList maOriProps, maOriChildProps;
258 virtual void setProperties( const PropList &rProps ) in setProperties()
264 virtual void setChildProperties( LayoutWidget *pChild, const PropList &rProps ) in setChildProperties()
453 static rtl::OUString findProperty( const PropList &props, rtl::OUString propName ) in findProperty()
455 for ( PropList::const_iterator it = props.begin(); it != props.end(); it++ ) in findProperty()

Completed in 60 milliseconds