Searched defs:lcl_removeAnyAtLevel (Results 1 – 1 of 1) sorted by relevance
308 struct lcl_removeAnyAtLevel : public ::std::unary_function< vector< uno::Any >, void > struct312 explicit lcl_removeAnyAtLevel( sal_Int32 nLevel ) : m_nLevel( nLevel ) in lcl_removeAnyAtLevel() argument315 void operator() ( vector< uno::Any >& rVector ) in operator ()()329 sal_Int32 m_nLevel;
Completed in 21 milliseconds