Searched refs:aModNames (Results 1 – 5 of 5) sorted by relevance
333 … Sequence< ::rtl::OUString > aModNames = rDocument.getObjectNames( E_SCRIPTS, rLibName ); in ImpCreateLibSubEntries() local334 sal_Int32 nModCount = aModNames.getLength(); in ImpCreateLibSubEntries()335 const ::rtl::OUString* pModNames = aModNames.getConstArray(); in ImpCreateLibSubEntries()456 Sequence< ::rtl::OUString > aModNames = rDocument.getObjectNames( E_SCRIPTS, rLibName ); in ImpCreateLibSubSubEntriesInVBAMode() local457 sal_Int32 nModCount = aModNames.getLength(); in ImpCreateLibSubSubEntriesInVBAMode()458 const ::rtl::OUString* pModNames = aModNames.getConstArray(); in ImpCreateLibSubSubEntriesInVBAMode()
811 … Sequence< ::rtl::OUString > aModNames( doc->getObjectNames( E_SCRIPTS, aLibName ) ); in UpdateWindows() local812 sal_Int32 nModCount = aModNames.getLength(); in UpdateWindows()813 const ::rtl::OUString* pModNames = aModNames.getConstArray(); in UpdateWindows()
1062 … Sequence< ::rtl::OUString > aModNames = xModLibImport->getElementNames(); in InsertLib() local1063 sal_Int32 nModCount = aModNames.getLength(); in InsertLib()1064 const ::rtl::OUString* pModNames = aModNames.getConstArray(); in InsertLib()
352 Sequence< ::rtl::OUString > aModNames = xLib->getElementNames(); in filter() local353 sal_Int32 nModCount = aModNames.getLength(); in filter()354 const ::rtl::OUString* pModNames = aModNames.getConstArray(); in filter()
628 Sequence<rtl::OUString> aModNames = xLib->getElementNames(); in ConvertTo() local629 if(aModNames.getLength()) in ConvertTo()
Completed in 153 milliseconds