/aoo41x/main/fpicker/source/win32/folderpicker/workbench/ |
H A D | Test_fops.cxx | 145 Reference< XFolderPicker > xFolderPicker; in main() local 147 xFolderPicker = Reference< XFolderPicker >( in main() 150 if ( xFolderPicker.is() == sal_False ) in main() 158 xFolderPicker->setDisplayDirectory( L"file:///C|" ); in main() 159 xFolderPicker->setTitle( L"FolderBrowse Dialog" ); in main() 160 xFolderPicker->execute( ); in main() 162 OUString rootDir = xFolderPicker->getDisplayDirectory( ); in main() 165 xFolderPicker->setDisplayDirectory( selectedDir ); in main() 166 xFolderPicker->execute( ); in main() 168 rootDir = xFolderPicker->getDisplayDirectory( ); in main() [all …]
|
/aoo41x/main/cui/source/options/ |
H A D | optjava.cxx | 251 xFolderPicker = Reference< XFolderPicker >( in IMPL_LINK() 255 xFolderPicker->setDisplayDirectory( sWorkFolder ); in IMPL_LINK() 256 xFolderPicker->setDescription( m_sAddDialogText ); in IMPL_LINK() 261 else if ( xFolderPicker.is() && xFolderPicker->execute() == ExecutableDialogResults::OK ) in IMPL_LINK() 262 AddFolder( xFolderPicker->getDirectory() ); in IMPL_LINK() 383 else if ( xFolderPicker.is() && xFolderPicker->execute() == ExecutableDialogResults::OK ) in IMPL_LINK() 384 AddFolder( xFolderPicker->getDirectory() ); in IMPL_LINK() 404 AddFolder( xFolderPicker->getDirectory() ); in IMPL_LINK() 591 xFolderPicker->setDisplayDirectory( _rFolder ); in AddFolder() 971 xFolderPicker->setDisplayDirectory( sOldFolder ); in IMPL_LINK() [all …]
|
H A D | optpath.cxx | 633 xFolderPicker = ::com::sun::star::uno::Reference< XFolderPicker >( in IMPL_LINK() 637 xFolderPicker->setDisplayDirectory( aURL.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK() 639 Reference< XAsynchronousExecutableDialog > xAsyncDlg( xFolderPicker, UNO_QUERY ); in IMPL_LINK() 644 short nRet = xFolderPicker->execute(); in IMPL_LINK() 648 String sFolder( xFolderPicker->getDirectory() ); in IMPL_LINK() 726 …DBG_ASSERT( xFolderPicker.is() == sal_True, "SvxPathTabPage::DialogClosedHdl(): no folder picker" … in IMPL_LINK() 728 String sURL = String( xFolderPicker->getDirectory() ); in IMPL_LINK()
|
H A D | optupdt.cxx | 313 uno::Reference < dialogs::XFolderPicker > xFolderPicker( in IMPL_LINK() local 321 xFolderPicker->setDisplayDirectory( aURL ); in IMPL_LINK() 322 sal_Int16 nRet = xFolderPicker->execute(); in IMPL_LINK() 327 …if( osl::FileBase::E_None == osl::FileBase::getSystemPathFromFileURL(xFolderPicker->getDirectory()… in IMPL_LINK()
|
H A D | optjava.hxx | 77 ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFolderPicker > xFolderPicker;
|
/aoo41x/main/wizards/com/sun/star/wizards/common/ |
H A D | SystemDialog.java | 44 XFolderPicker xFolderPicker; field in SystemDialog 67 xFolderPicker = UnoRuntime.queryInterface(XFolderPicker.class, systemDialog); in SystemDialog() 171 xFolderPicker.setDisplayDirectory(subst(displayDir)); in callFolderDialog() 178 xFolderPicker.setTitle(title); in callFolderDialog() 179 xFolderPicker.setDescription(description); in callFolderDialog() 180 if (execute(xFolderPicker)) in callFolderDialog() 182 return xFolderPicker.getDirectory(); in callFolderDialog()
|
/aoo41x/main/padmin/source/ |
H A D | helper.cxx | 289 …Reference< XFolderPicker > xFolderPicker( xFactory->createInstance( OUString( RTL_CONSTASCII_USTRI… in chooseDirectory() local 290 if( xFolderPicker.is() ) in chooseDirectory() 292 Reference< XControlAccess > xCA( xFolderPicker, UNO_QUERY ); in chooseDirectory() 309 xFolderPicker->setDisplayDirectory( aObj.GetMainURL(INetURLObject::DECODE_TO_IURI) ); in chooseDirectory() 310 if( xFolderPicker->execute() == ExecutableDialogResults::OK ) in chooseDirectory() 312 aObj = INetURLObject( xFolderPicker->getDirectory() ); in chooseDirectory()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | hldocntp.cxx | 424 …uno::Reference < XFolderPicker > xFolderPicker( xFactory->createInstance( aService ), UNO_QUERY … in IMPL_LINK() local 440 xFolderPicker->setDisplayDirectory( aStrPath ); in IMPL_LINK() 442 sal_Int16 nResult = xFolderPicker->execute(); in IMPL_LINK() 453 maCbbPath.SetBaseURL( xFolderPicker->getDirectory() ); in IMPL_LINK() 454 String aStrTmp( xFolderPicker->getDirectory() ); in IMPL_LINK()
|
H A D | cuigaldlg.cxx | 1039 xFolderPicker = ::com::sun::star::uno::Reference< XFolderPicker >( in IMPL_LINK() 1042 if ( xFolderPicker.is() ) in IMPL_LINK() 1045 xFolderPicker->setDisplayDirectory(aDlgPathName); in IMPL_LINK() 1049 …::sun::star::uno::Reference< XAsynchronousExecutableDialog > xAsyncDlg( xFolderPicker, UNO_QUERY ); in IMPL_LINK() 1054 if( xFolderPicker->execute() == RET_OK ) in IMPL_LINK() 1056 aURL = INetURLObject( xFolderPicker->getDirectory() ); in IMPL_LINK() 1266 …DBG_ASSERT( xFolderPicker.is() == sal_True, "TPGalleryThemeProperties::DialogClosedHdl(): no folde… in IMPL_LINK() 1268 String sURL = String( xFolderPicker->getDirectory() ); in IMPL_LINK()
|
H A D | multipat.cxx | 92 Reference < XFolderPicker > xFolderPicker( xFactory->createInstance( aService ), UNO_QUERY ); in IMPL_LINK() local 94 if ( xFolderPicker->execute() == ExecutableDialogResults::OK ) in IMPL_LINK() 96 INetURLObject aPath( xFolderPicker->getDirectory() ); in IMPL_LINK()
|
/aoo41x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | SystemDialog.java | 149 …XFolderPicker xFolderPicker = (XFolderPicker) UnoRuntime.queryInterface(XFolderPicker.class, oFold… in raiseFolderPicker() local 152 xFolderPicker.setDisplayDirectory(_sDisplayDirectory); in raiseFolderPicker() 154 xFolderPicker.setTitle(_sTitle); in raiseFolderPicker() 160 sReturnFolder = xFolderPicker.getDirectory(); in raiseFolderPicker()
|
/aoo41x/main/odk/examples/java/Inspector/ |
H A D | Inspector.java | 145 …XFolderPicker xFolderPicker = (XFolderPicker) UnoRuntime.queryInterface(XFolderPicker.class, oFold… in assignSDKPath() local 150 xFolderPicker.setDisplayDirectory(sPath); in assignSDKPath() 152 xFolderPicker.setTitle("Add the Path to your SDK installation"); in assignSDKPath() 155 sInstallationFolder = xFolderPicker.getDirectory(); in assignSDKPath() 164 …ertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xFolderPicker); in assignSDKPath()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | ConnectionHelper.cxx | 267 … Reference< XFolderPicker > xFolderPicker(m_xORB->createInstance(sFolderPickerService), UNO_QUERY); variable 268 if (!xFolderPicker.is()) 279 xFolderPicker->setDisplayDirectory(sOldPath); 280 if (0 == xFolderPicker->execute()) 284 sOldPath = xFolderPicker->getDirectory(); 298 String sSelectedDirectory = xFolderPicker->getDirectory();
|
/aoo41x/main/basctl/source/basicide/ |
H A D | moduldl2.cxx | 1407 Reference< XFolderPicker > xFolderPicker; in ExportAsBasic() local 1411 xFolderPicker = Reference< XFolderPicker >( xMSF->createInstance( in ExportAsBasic() 1418 if( xFolderPicker.is() ) in ExportAsBasic() 1420 xFolderPicker->setTitle( String( IDEResId( RID_STR_EXPORTBASIC ) ) ); in ExportAsBasic() 1428 xFolderPicker->setDisplayDirectory( aPath ); in ExportAsBasic() 1429 short nRet = xFolderPicker->execute(); in ExportAsBasic() 1432 String aTargetURL = xFolderPicker->getDirectory(); in ExportAsBasic()
|
/aoo41x/main/xmlsecurity/source/dialogs/ |
H A D | macrosecurity.cxx | 239 …uno::Reference < ui::dialogs::XFolderPicker > xFolderPicker( xFactory->createInstance( aService ),… in IMPL_LINK() local 241 short nRet = xFolderPicker->execute(); in IMPL_LINK() 246 rtl::OUString aPathStr = xFolderPicker->getDirectory(); in IMPL_LINK()
|
/aoo41x/main/svx/source/dialog/ |
H A D | docrecovery.cxx | 1582 css::uno::Reference< css::ui::dialogs::XFolderPicker > xFolderPicker( in impl_askForSavePath() local 1586 xFolderPicker->setDisplayDirectory(aURL.GetMainURL(INetURLObject::NO_DECODE)); in impl_askForSavePath() 1587 short nRet = xFolderPicker->execute(); in impl_askForSavePath() 1590 m_sSavePath = xFolderPicker->getDirectory(); in impl_askForSavePath()
|
/aoo41x/main/cui/source/inc/ |
H A D | optpath.hxx | 79 ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFolderPicker > xFolderPicker;
|
H A D | cuigaldlg.hxx | 333 ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFolderPicker > xFolderPicker;
|