Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx216 ::svt::OFileNotation aFileNotation(sDataSourceName);
217 sDataSourceName = aFileNotation.get(::svt::OFileNotation::N_SYSTEM);
293 ::svt::OFileNotation aFileNotation(sCurrentDatasource); in implFillTables()
294 sCurrentDatasource = aFileNotation.get(::svt::OFileNotation::N_URL); in implFillTables()
/aoo4110/main/svtools/source/dialogs/
H A Daddresstemplate.cxx89 OFileNotation aFileNotation( selectedDataSource, OFileNotation::N_SYSTEM ); in lcl_getSelectedDataSource() local
90 selectedDataSource = aFileNotation.get( OFileNotation::N_URL ); in lcl_getSelectedDataSource()
748 OFileNotation aFileNotation( aURL.GetMainURL( INetURLObject::NO_DECODE ) ); in loadConfiguration() local
749 sName = aFileNotation.get(OFileNotation::N_SYSTEM); in loadConfiguration()
1244 OFileNotation aFileNotation( aURL.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK() local
1245 sName = aFileNotation.get(OFileNotation::N_SYSTEM); in IMPL_LINK()
/aoo4110/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx547 OFileNotation aFileNotation(sFileURLEncoded); in impl_setURL() local
549 sURL += String(aFileNotation.get(OFileNotation::N_SYSTEM)); in impl_setURL()
589 OFileNotation aFileNotation( sFileURLDecoded, OFileNotation::N_SYSTEM ); in impl_getURL() local
590 sURL += String( aFileNotation.get( OFileNotation::N_URL ) ); in impl_getURL()
/aoo4110/main/svx/source/form/
H A Ddatabaselocationinput.cxx260 ::svt::OFileNotation aFileNotation( aURL.GetMainURL( INetURLObject::NO_DECODE ) ); in impl_onBrowseButtonClicked()
261 m_rLocationInput.SetText( aFileNotation.get( ::svt::OFileNotation::N_SYSTEM ) ); in impl_onBrowseButtonClicked()
/aoo4110/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationdialog.cxx470 ::svt::OFileNotation aFileNotation( sBackupLocation ); in impl_backupDocument_nothrow()
471 … m_pData->aLogger.backedUpDocument( aFileNotation.get( ::svt::OFileNotation::N_SYSTEM ) ); in impl_backupDocument_nothrow()
/aoo4110/main/dbaccess/source/ui/app/
H A DAppController.cxx942 ::svt::OFileNotation aFileNotation(sDatabaseName); in GetState()
944 sDatabaseName = aFileNotation.get(::svt::OFileNotation::N_SYSTEM); in GetState()

Completed in 56 milliseconds