Searched refs:aPathSeq (Results 1 – 8 of 8) sorted by relevance
760 Sequence< ::rtl::OUString > aPathSeq; in GetPathList() local761 if ( aAny >>= aPathSeq ) in GetPathList()763 long i, nCount = aPathSeq.getLength(); in GetPathList()764 const ::rtl::OUString* pPaths = aPathSeq.getConstArray(); in GetPathList()777 if ( aAny >>= aPathSeq ) in GetPathList()779 long i, nCount = aPathSeq.getLength(); in GetPathList()780 const ::rtl::OUString* pPaths = aPathSeq.getConstArray(); in GetPathList()833 Sequence< ::rtl::OUString > aPathSeq( nCount ); in SetPathList() local834 ::rtl::OUString* pArray = aPathSeq.getArray(); in SetPathList()839 Any aValue = makeAny( aPathSeq ); in SetPathList()
173 Sequence < ::rtl::OUString > aPathSeq = _pFileDlg->GetSelectedFiles(); in impl_FillURLList() local175 if ( aPathSeq.getLength() ) in impl_FillURLList()179 for ( sal_uInt16 i = 0; i < aPathSeq.getLength(); ++i ) in impl_FillURLList()181 INetURLObject aPathObj( aPathSeq[i] ); in impl_FillURLList()
69 Sequence < rtl::OUString > aPathSeq = xFilePicker->getFiles(); in ImplBrowseFile() local71 if ( aPathSeq.getLength() ) in ImplBrowseFile()73 aNewText = aPathSeq[0]; in ImplBrowseFile()
630 Sequence < OUString > aPathSeq = mxFileDlg->getFiles(); in updateVersions() local632 if ( aPathSeq.getLength() == 1 ) in updateVersions()634 INetURLObject aObj( aPathSeq[0] ); in updateVersions()734 Sequence < OUString > aPathSeq = mxFileDlg->getFiles(); in IMPL_LINK() local736 if ( mbShowPreview && ( aPathSeq.getLength() == 1 ) ) in IMPL_LINK()738 OUString aURL = aPathSeq[0]; in IMPL_LINK()853 Sequence < OUString > aPathSeq = mxFileDlg->getFiles(); in getGraphic() local855 if ( aPathSeq.getLength() == 1 ) in getGraphic()857 aPath = aPathSeq[0]; in getGraphic()2617 if ( aPathSeq.getLength() == 1 ) in GetPath()[all …]
154 Sequence< OUString > aPathSeq( xFilePicker->getFiles() ); in IMPL_LINK_INLINE_END() local155 INetURLObject aObj( aPathSeq[0] ); in IMPL_LINK_INLINE_END()435 Sequence< OUString > aPathSeq( xFilePicker->getFiles() ); in IMPL_LINK() local436 INetURLObject aObj( aPathSeq[0] ); in IMPL_LINK()576 Sequence< OUString > aPathSeq( xFilePicker->getFiles() ); in IMPL_LINK() local578 INetURLObject aObj( aPathSeq[0] ); in IMPL_LINK()
1037 Sequence < OUString > aPathSeq = getFiles(); in execute() local1038 if( aPathSeq.getLength() == 1 ) in execute()1040 OString sFileName = unicodetouri( aPathSeq[0] ); in execute()
2097 Sequence< OUString > aPathSeq( xFilePicker->getFiles() ); in StartJob() local2098 INetURLObject aObj( aPathSeq[0] ); in StartJob()
260 uno::Sequence< ::rtl::OUString > aPathSeq( xFilePicker->getFiles() ); in queryFile() local261 INetURLObject aObj( aPathSeq[0] ); in queryFile()
Completed in 144 milliseconds