Searched defs:lcl_insertAnyAtLevel (Results 1 – 1 of 1) sorted by relevance
283 struct lcl_insertAnyAtLevel : public ::std::unary_function< vector< uno::Any >, void > struct287 explicit lcl_insertAnyAtLevel( sal_Int32 nLevel ) : m_nLevel( nLevel ) in lcl_insertAnyAtLevel() function290 void operator() ( vector< uno::Any >& rVector ) in operator ()()305 sal_Int32 m_nLevel;
Completed in 54 milliseconds