Home
last modified time | relevance | path

Searched refs:rServices (Results 1 – 8 of 8) sorted by relevance

/trunk/main/embeddedobj/test/mtexecutor/
H A Dmteregister.cxx89 uno::Sequence< ::rtl::OUString > rServices; in component_writeInfo() local
96 rServices = MainThreadExecutor::impl_staticGetSupportedServiceNames(); in component_writeInfo()
97 for( ind = 0; ind < rServices.getLength(); ind++ ) in component_writeInfo()
98 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
104 rServices = VCLBitmapCreator::impl_staticGetSupportedServiceNames(); in component_writeInfo()
105 for( ind = 0; ind < rServices.getLength(); ind++ ) in component_writeInfo()
106 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
/trunk/main/embeddedobj/source/msole/
H A Doleregister.cxx94 …uno::Sequence< ::rtl::OUString > rServices = OleEmbeddedObjectFactory::impl_staticGetSupportedServ… in component_writeInfo() local
95 for( sal_Int32 ind = 0; ind < rServices.getLength(); ind++ ) in component_writeInfo()
96 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
103 rServices = MSOLEDialogObjectCreator::impl_staticGetSupportedServiceNames(); in component_writeInfo()
104 for( sal_Int32 ind = 0; ind < rServices.getLength(); ind++ ) in component_writeInfo()
105 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
/trunk/main/embeddedobj/test/MainThreadExecutor/
H A Dregister.cxx82 …uno::Sequence< ::rtl::OUString > &rServices = UNOMainThreadExecutor::impl_staticGetSupportedServic… in component_writeInfo() local
83 for( sal_Int32 ind = 0; ind < rServices.getLength(); ind++ ) in component_writeInfo()
84 xNewKey->createKey( rServices.getConstArray()[ind] ); in component_writeInfo()
/trunk/main/sc/source/ui/dbgui/
H A Ddapitype.cxx77 const uno::Sequence<rtl::OUString>& rServices ) : in ScDataPilotServiceDlg() argument
95 long nCount = rServices.getLength(); in ScDataPilotServiceDlg()
96 const rtl::OUString* pArray = rServices.getConstArray(); in ScDataPilotServiceDlg()
/trunk/main/sc/source/ui/inc/
H A Ddapitype.hxx78 const com::sun::star::uno::Sequence<rtl::OUString>& rServices );
/trunk/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx820 const com::sun::star::uno::Sequence<rtl::OUString>& rServices, in CreateScDataPilotServiceDlg() argument
827 pDlg = new ScDataPilotServiceDlg( pParent, rServices ); in CreateScDataPilotServiceDlg()
H A Dscdlgfact.hxx421 const com::sun::star::uno::Sequence<rtl::OUString>& rServices,
/trunk/main/sc/inc/
H A Dscabstdlg.hxx337 const com::sun::star::uno::Sequence<rtl::OUString>& rServices,

Completed in 42 milliseconds