Searched refs:_out_rNames (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/extensions/source/propctrlr/ |
H A D | formcomponenthandler.hxx | 225 void impl_fillTableNames_throw( ::std::vector< ::rtl::OUString >& _out_rNames ) const; 232 void impl_fillQueryNames_throw( ::std::vector< ::rtl::OUString >& _out_rNames ) const; 240 ,::std::vector< ::rtl::OUString >& _out_rNames
|
H A D | formcomponenthandler.cxx | 2505 …ntPropertyHandler::impl_fillTableNames_throw( ::std::vector< ::rtl::OUString >& _out_rNames ) const in impl_fillTableNames_throw() 2508 _out_rNames.resize( 0 ); in impl_fillTableNames_throw() 2523 _out_rNames.push_back( *pTableNames ); in impl_fillTableNames_throw() 2527 …ntPropertyHandler::impl_fillQueryNames_throw( ::std::vector< ::rtl::OUString >& _out_rNames ) const in impl_fillQueryNames_throw() 2530 _out_rNames.resize( 0 ); in impl_fillQueryNames_throw() 2537 impl_fillQueryNames_throw(xQueryNames,_out_rNames); in impl_fillQueryNames_throw() 2541 …ference< XNameAccess >& _xQueryNames,::std::vector< ::rtl::OUString >& _out_rNames,const ::rtl::OU… in impl_fillQueryNames_throw() argument 2563 impl_fillQueryNames_throw(xSubQueries,_out_rNames,sTemp.makeStringAndClear()); in impl_fillQueryNames_throw() 2565 _out_rNames.push_back( sTemp.makeStringAndClear() ); in impl_fillQueryNames_throw()
|
/aoo4110/main/svx/source/inc/ |
H A D | fmshimp.hxx | 360 ::std::vector< String >& _out_rNames );
|
/aoo4110/main/svx/source/form/ |
H A D | fmshimp.cxx | 2966 …l::OUString& _rCurrentLevelPrefix, FmFormArray& _out_rForms, ::std::vector< String >& _out_rNames ) in impl_collectFormSearchContexts_nothrow() 3007 _out_rNames.push_back( sCompleteCurrentName.makeStringAndClear() ); in impl_collectFormSearchContexts_nothrow() 3010 …ontexts_nothrow( xCurrentAsForm, aNextLevelPrefix.makeStringAndClear(), _out_rForms, _out_rNames ); in impl_collectFormSearchContexts_nothrow()
|
Completed in 47 milliseconds