Searched refs:findAndRemove (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/toolkit/source/layout/core/ |
H A D | import.cxx | 67 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 D | proplist.cxx | 391 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 D | proplist.hxx | 50 bool findAndRemove( const char *pAttr, PropList &rProps, rtl::OUString &rValue);
|
Completed in 23 milliseconds