Home
last modified time | relevance | path

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

/aoo4110/main/sfx2/source/appl/
H A Dappopen.cxx1041 Sequence < ::rtl::OUString > aProtocols(2); in OpenDocExec_Impl() local
1044 aProtocols[0] = ::rtl::OUString::createFromAscii("private:*"); in OpenDocExec_Impl()
1045 aProtocols[1] = ::rtl::OUString::createFromAscii("vnd.sun.star.*"); in OpenDocExec_Impl()
1068 sal_Int32 nLength = aProtocols.getLength(); in OpenDocExec_Impl()
1069 aProtocols.realloc( nLength+aTmp.getLength() ); in OpenDocExec_Impl()
1071 aProtocols[(++nLength)-1] = aTmp[n]; in OpenDocExec_Impl()
1082 for ( sal_Int32 nProt=0; nProt<aProtocols.getLength(); nProt++ ) in OpenDocExec_Impl()
1084 WildCard aPattern(aProtocols[nProt]); in OpenDocExec_Impl()

Completed in 16 milliseconds