Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dappopen.cxx990 Sequence < ::rtl::OUString > aProtocols(2); in OpenDocExec_Impl() local
993 aProtocols[0] = ::rtl::OUString::createFromAscii("private:*"); in OpenDocExec_Impl()
994 aProtocols[1] = ::rtl::OUString::createFromAscii("vnd.sun.star.*"); in OpenDocExec_Impl()
1017 sal_Int32 nLength = aProtocols.getLength(); in OpenDocExec_Impl()
1018 aProtocols.realloc( nLength+aTmp.getLength() ); in OpenDocExec_Impl()
1020 aProtocols[(++nLength)-1] = aTmp[n]; in OpenDocExec_Impl()
1031 for ( sal_Int32 nProt=0; nProt<aProtocols.getLength(); nProt++ ) in OpenDocExec_Impl()
1033 WildCard aPattern(aProtocols[nProt]); in OpenDocExec_Impl()

Completed in 19 milliseconds