Home
last modified time | relevance | path

Searched refs:aPathSeq (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1037 Sequence < OUString > aPathSeq = getFiles(); in execute() local
1038 if( aPathSeq.getLength() == 1 ) in execute()
1040 OString sFileName = unicodetouri( aPathSeq[0] ); in execute()
/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx2097 Sequence< OUString > aPathSeq( xFilePicker->getFiles() ); in StartJob() local
2098 INetURLObject aObj( aPathSeq[0] ); in StartJob()
/trunk/main/cui/source/dialogs/
H A Dinsdlg.cxx154 Sequence< OUString > aPathSeq( xFilePicker->getFiles() ); in IMPL_LINK_INLINE_END() local
155 INetURLObject aObj( aPathSeq[0] ); in IMPL_LINK_INLINE_END()
435 Sequence< OUString > aPathSeq( xFilePicker->getFiles() ); in IMPL_LINK() local
436 INetURLObject aObj( aPathSeq[0] ); in IMPL_LINK()
576 Sequence< OUString > aPathSeq( xFilePicker->getFiles() ); in IMPL_LINK() local
578 INetURLObject aObj( aPathSeq[0] ); in IMPL_LINK()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx260 uno::Sequence< ::rtl::OUString > aPathSeq( xFilePicker->getFiles() ); in queryFile() local
261 INetURLObject aObj( aPathSeq[0] ); in queryFile()
/trunk/main/svtools/source/control/
H A Dfilectrl2.cxx69 Sequence < rtl::OUString > aPathSeq = xFilePicker->getFiles(); in ImplBrowseFile() local
71 if ( aPathSeq.getLength() ) in ImplBrowseFile()
73 aNewText = aPathSeq[0]; in ImplBrowseFile()
/trunk/main/sfx2/source/doc/
H A Ddocinsert.cxx173 Sequence < ::rtl::OUString > aPathSeq = _pFileDlg->GetSelectedFiles(); in impl_FillURLList() local
175 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()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx630 Sequence < OUString > aPathSeq = mxFileDlg->getFiles(); in updateVersions() local
632 if ( aPathSeq.getLength() == 1 ) in updateVersions()
634 INetURLObject aObj( aPathSeq[0] ); in updateVersions()
734 Sequence < OUString > aPathSeq = mxFileDlg->getFiles(); in IMPL_LINK() local
736 if ( mbShowPreview && ( aPathSeq.getLength() == 1 ) ) in IMPL_LINK()
738 OUString aURL = aPathSeq[0]; in IMPL_LINK()
853 Sequence < OUString > aPathSeq = mxFileDlg->getFiles(); in getGraphic() local
855 if ( aPathSeq.getLength() == 1 ) in getGraphic()
857 aPath = aPathSeq[0]; in getGraphic()
2617 if ( aPathSeq.getLength() == 1 ) in GetPath()
[all …]
/trunk/main/cui/source/options/
H A Doptpath.cxx760 Sequence< ::rtl::OUString > aPathSeq; in GetPathList() local
761 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() local
834 ::rtl::OUString* pArray = aPathSeq.getArray(); in SetPathList()
839 Any aValue = makeAny( aPathSeq ); in SetPathList()

Completed in 95 milliseconds