Home
last modified time | relevance | path

Searched refs:N_URL (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/cui/source/options/
H A Ddoclinkdialog.cxx113 sURL = aTransformer.get(OFileNotation::N_URL); 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()
H A Ddbregister.cxx215 …aRegistrations[ sName ] = DatabaseRegistration( aTransformer.get( OFileNotation::N_URL ), pRegistr… in FillItemSet()
/AOO41X/main/svl/source/misc/
H A Dfilenotation.cxx48 if ( _eInputNotation == N_URL ) in OFileNotation()
130 case N_URL: return m_sFileURL; in get()
/AOO41X/main/dbaccess/source/ui/dlg/
H A Ddbfindex.cxx402 OFileNotation aTransformer(aURL.GetURLNoPass(), OFileNotation::N_URL); in Init()
514 OFileNotation aTransformer(aURL.GetURLNoPass(), OFileNotation::N_URL); in WriteInfFile()
H A DConnectionHelper.cxx590 sURL += String( aFileNotation.get( OFileNotation::N_URL ) ); in impl_getURL()
933 sURL = aTransformer.get(OFileNotation::N_URL); in commitURL()
/AOO41X/main/svl/inc/svl/
H A Dfilenotation.hxx48 N_URL enumerator
/AOO41X/main/svtools/source/control/
H A Durlcontrol.cxx75 OFileNotation aTransformer(m_sPreservedText, OFileNotation::N_URL); in Notify()
H A Dfileurlbox.cxx64 OFileNotation aTransformer( _rURL, OFileNotation::N_URL ); in DisplayURL()
/AOO41X/main/svx/source/form/
H A Ddatabaselocationinput.cxx237 sCurrentFile = aCurrentFile.get( ::svt::OFileNotation::N_URL ); in impl_getCurrentURL()
/AOO41X/main/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx294 sCurrentDatasource = aFileNotation.get(::svt::OFileNotation::N_URL); in implFillTables()
/AOO41X/main/svtools/source/dialogs/
H A Daddresstemplate.cxx90 selectedDataSource = aFileNotation.get( OFileNotation::N_URL ); in lcl_getSelectedDataSource()
/AOO41X/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx566 ::rtl::OUStringBuffer sURL( aTransformer.get( ::svt::OFileNotation::N_URL ) ); in exportConnectionData()
/AOO41X/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx541 … aPropertyValue <<= ::rtl::OUString( aTransformer.get( ::svt::OFileNotation::N_URL ) ); in convertToPropertyValue()