Searched refs:aDlgStorageURLObj (Results 1 – 1 of 1) sorted by relevance
1100 INetURLObject aDlgStorageURLObj( aDlgURLObj ); in InsertLib() local1103 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 37 milliseconds