Searched refs:PropList (Results 1 – 7 of 7) sorted by relevance
/trunk/main/toolkit/source/layout/core/ |
H A D | proplist.hxx | 38 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 D | proplist.cxx | 240 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 D | root.hxx | 134 virtual void setProperties( const PropList &rProps ); 138 virtual void setChildProperties( LayoutWidget *pChild, const PropList &rProps );
|
H A D | import.cxx | 63 PropList aProps; in WidgetElement() 152 PropList aProps; in startChildElement()
|
H A D | import.hxx | 97 virtual void setProperties( const PropList &rProps ); 100 virtual void setChildProperties( Widget *pChild, const PropList &rProps );
|
H A D | root.cxx | 383 void LayoutWidget::setProperties( PropList const& rProps ) in setProperties() 394 PropList const& rProps ) in setChildProperties()
|
/trunk/main/toolkit/workben/layout/ |
H A D | editor.cxx | 147 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 180 milliseconds