Home
last modified time | relevance | path

Searched refs:findAndRemove (Results 1 – 3 of 3) sorted by relevance

/trunk/main/toolkit/source/layout/core/
H A Dimport.cxx67 findAndRemove( "id", aProps, aId ); in WidgetElement()
69 findAndRemove( "xml-lang", aProps, aLang ); in WidgetElement()
91 if ( findAndRemove( "title", aProps, aTitle ) ) in WidgetElement()
97 if ( findAndRemove( "help-id", aProps, aHelpId ) ) in WidgetElement()
109 if ( findAndRemove( "ordering", aProps, aOrdering ) ) in WidgetElement()
115 bSetRadioGroup = findAndRemove( "radiogroup", aProps, aRadioGroup ); in WidgetElement()
H A Dproplist.cxx391 findAndRemove( const char *pAttr, PropList &rProps, OUString &rValue ) in findAndRemove() function
418 if ( findAndRemove( "show", rProps, aValue ) && in getAttributeProps()
427 if ( findAndRemove( attribsMap[i].name, rProps, aValue ) ) in getAttributeProps()
434 if ( findAndRemove( "align", rProps, aValue ) ) in getAttributeProps()
H A Dproplist.hxx50 bool findAndRemove( const char *pAttr, PropList &rProps, rtl::OUString &rValue);

Completed in 14 milliseconds