Searched refs:aModStorageURLObj (Results 1 – 1 of 1) sorted by relevance
1031 INetURLObject aModStorageURLObj( aModURLObj ); in InsertLib() local1034 sal_Int32 nCount = aModStorageURLObj.getSegmentCount(); in InsertLib()1035 aModStorageURLObj.insertName( aLibName, false, nCount-1 ); in InsertLib()1036 aModStorageURLObj.setExtension( aLibExtension ); in InsertLib()1037 aModStorageURLObj.setFinalSlash(); in InsertLib()1039 … ::rtl::OUString aModStorageURL( aModStorageURLObj.GetMainURL( INetURLObject::NO_DECODE ) ); in InsertLib()
Completed in 23 milliseconds