Home
last modified time | relevance | path

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

/aoo4110/main/svl/source/misc/
H A Dfilenotation.cxx40 OFileNotation::OFileNotation( const ::rtl::OUString& _rUrlOrPath ) in OFileNotation() function in svt::OFileNotation
46 OFileNotation::OFileNotation( const ::rtl::OUString& _rUrlOrPath, NOTATION _eInputNotation ) in OFileNotation() function in svt::OFileNotation
61 bool OFileNotation::implInitWithSystemNotation( const ::rtl::OUString& _rSystemPath ) in implInitWithSystemNotation()
88 bool OFileNotation::implInitWithURLNotation( const ::rtl::OUString& _rURL ) in implInitWithURLNotation()
96 void OFileNotation::construct( const ::rtl::OUString& _rUrlOrPath ) in construct()
125 ::rtl::OUString OFileNotation::get(NOTATION _eOutputNotation) in get()
/aoo4110/main/cui/source/options/
H A Ddoclinkdialog.cxx112 OFileNotation aTransformer(sURL); in IMPL_LINK()
113 sURL = aTransformer.get(OFileNotation::N_URL); in IMPL_LINK()
180 OFileNotation aTransformer( sPath, OFileNotation::N_SYSTEM ); in IMPL_LINK()
181 aFileDlg.SetDisplayDirectory( aTransformer.get( OFileNotation::N_URL ) ); in IMPL_LINK()
203 OFileNotation aTransformer(aFileDlg.GetPath(), OFileNotation::N_URL); in IMPL_LINK()
204 m_aURL.SetText(aTransformer.get(OFileNotation::N_SYSTEM)); in IMPL_LINK()
H A Ddbregister.cxx214 OFileNotation aTransformer( pRegistration->sLocation ); in FillItemSet()
215 …aRegistrations[ sName ] = DatabaseRegistration( aTransformer.get( OFileNotation::N_URL ), pRegistr… in FillItemSet()
244 OFileNotation aTransformer( aIter->second.sLocation ); in Reset()
245 …insertNewEntry( aIter->first, aTransformer.get( OFileNotation::N_SYSTEM ), aIter->second.bReadOnly… in Reset()
/aoo4110/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx547 OFileNotation aFileNotation(sFileURLEncoded); in impl_setURL()
549 sURL += String(aFileNotation.get(OFileNotation::N_SYSTEM)); in impl_setURL()
589 OFileNotation aFileNotation( sFileURLDecoded, OFileNotation::N_SYSTEM ); in impl_getURL()
590 sURL += String( aFileNotation.get( OFileNotation::N_URL ) ); in impl_getURL()
626 OFileNotation aTransformer(_rURL); in checkPathExistence()
627 sQuery.SearchAndReplaceAscii("$path$", aTransformer.get(OFileNotation::N_SYSTEM)); in checkPathExistence()
644 sQuery.SearchAndReplaceAscii("$name$", aTransformer.get(OFileNotation::N_SYSTEM)); in checkPathExistence()
932 OFileNotation aTransformer(sURL); in commitURL()
933 sURL = aTransformer.get(OFileNotation::N_URL); in commitURL()
942 sFile.SearchAndReplaceAscii("$file$", aTransformer.get(OFileNotation::N_SYSTEM)); in commitURL()
H A Ddbfindex.cxx402 OFileNotation aTransformer(aURL.GetURLNoPass(), OFileNotation::N_URL); in Init()
403 Config aInfFile( aTransformer.get(OFileNotation::N_SYSTEM) ); in Init()
514 OFileNotation aTransformer(aURL.GetURLNoPass(), OFileNotation::N_URL); in WriteInfFile()
515 Config aInfFile( aTransformer.get(OFileNotation::N_SYSTEM) ); in WriteInfFile()
/aoo4110/main/svx/source/form/
H A Ddatabaselocationinput.cxx155 ::svt::OFileNotation aTransformer( _rURL ); in setURL()
156 m_rLocationInput.SetText( aTransformer.get( ::svt::OFileNotation::N_SYSTEM ) ); in setURL()
236 ::svt::OFileNotation aCurrentFile( sCurrentFile ); in impl_getCurrentURL()
237 sCurrentFile = aCurrentFile.get( ::svt::OFileNotation::N_URL ); in impl_getCurrentURL()
260 ::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/svl/inc/svl/
H A Dfilenotation.hxx38 class SVL_DLLPUBLIC OFileNotation class
51 OFileNotation( const ::rtl::OUString& _rUrlOrPath );
52 OFileNotation( const ::rtl::OUString& _rUrlOrPath, NOTATION _eInputNotation );
/aoo4110/main/svtools/source/control/
H A Durlcontrol.cxx75 OFileNotation aTransformer(m_sPreservedText, OFileNotation::N_URL); in Notify()
76 SetText(aTransformer.get(OFileNotation::N_SYSTEM)); in Notify()
H A Dfileurlbox.cxx64 OFileNotation aTransformer( _rURL, OFileNotation::N_URL ); in DisplayURL()
65 String sNewText = aTransformer.get( OFileNotation::N_SYSTEM ); in DisplayURL()
/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()
90 selectedDataSource = aFileNotation.get( OFileNotation::N_URL ); in lcl_getSelectedDataSource()
748 OFileNotation aFileNotation( aURL.GetMainURL( INetURLObject::NO_DECODE ) ); in loadConfiguration()
749 sName = aFileNotation.get(OFileNotation::N_SYSTEM); in loadConfiguration()
1244 OFileNotation aFileNotation( aURL.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK()
1245 sName = aFileNotation.get(OFileNotation::N_SYSTEM); in IMPL_LINK()
/aoo4110/main/dbaccess/source/filter/xml/
H A DxmlFileBasedDatabase.cxx102 …sLocation = ::svt::OFileNotation( rImport.GetAbsoluteReference( sFileName ) ).get( ::svt::OFileNot… in DBG_NAME()
H A DxmlExport.cxx565 ::svt::OFileNotation aTransformer( sFileName ); in exportConnectionData()
566 ::rtl::OUStringBuffer sURL( aTransformer.get( ::svt::OFileNotation::N_URL ) ); in exportConnectionData()
/aoo4110/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx329 ::svt::OFileNotation aNotation( aDocumentDescriptor.first ); in impl_getDocumentAtIndex()
330 aDocumentDescriptor.first = aNotation.get( ::svt::OFileNotation::N_SYSTEM ); in impl_getDocumentAtIndex()
/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/core/dataaccess/
H A Ddatabasecontext.cxx357 ::svt::OFileNotation aTransformer( _sURL ); in loadObjectFromURL()
358 …sErrorMessage.SearchAndReplaceAscii( "$file$", aTransformer.get( ::svt::OFileNotation::N_SYSTEM ) … in loadObjectFromURL()
/aoo4110/main/dbaccess/source/ui/misc/
H A Ddatasourceconnector.cxx109 using ::svt::OFileNotation;
H A DUITools.cxx428 OFileNotation aTransformer( e.Message ); in getDataSourceByName()
429 sErrorMessage.SearchAndReplaceAscii( "$file$", aTransformer.get( OFileNotation::N_SYSTEM ) ); in getDataSourceByName()
/aoo4110/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx540 ::svt::OFileNotation aTransformer(sControlValue); in convertToPropertyValue()
541 … aPropertyValue <<= ::rtl::OUString( aTransformer.get( ::svt::OFileNotation::N_URL ) ); in convertToPropertyValue()
685 ::svt::OFileNotation aTransformer( sDataSource ); in convertToControlValue()
686 sDataSource = aTransformer.get( ::svt::OFileNotation::N_SYSTEM ); in convertToControlValue()
/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()
/aoo4110/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx3572 _rText = ::svt::OFileNotation( pData->sAccessor ).get( ::svt::OFileNotation::N_SYSTEM ); in requestQuickHelp()

Completed in 171 milliseconds