Home
last modified time | relevance | path

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

/aoo42x/main/basctl/source/basicide/
H A Dmoduldl2.cxx1100 INetURLObject aDlgStorageURLObj( aDlgURLObj ); in InsertLib() local
1103 sal_Int32 nCount = aDlgStorageURLObj.getSegmentCount(); in InsertLib()
1104 aDlgStorageURLObj.insertName( aLibName, false, nCount - 1 ); in InsertLib()
1105 aDlgStorageURLObj.setExtension( aLibExtension ); in InsertLib()
1106 aDlgStorageURLObj.setFinalSlash(); in InsertLib()
1108 … ::rtl::OUString aDlgStorageURL( aDlgStorageURLObj.GetMainURL( INetURLObject::NO_DECODE ) ); in InsertLib()

Completed in 18 milliseconds