/aoo41x/main/svl/source/misc/ |
H A D | filenotation.cxx | 40 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()
|
/aoo41x/main/cui/source/options/ |
H A D | doclinkdialog.cxx | 112 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 D | dbregister.cxx | 214 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()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | ConnectionHelper.cxx | 547 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 D | dbfindex.cxx | 402 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()
|
/aoo41x/main/svx/source/form/ |
H A D | databaselocationinput.cxx | 155 ::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()
|
/aoo41x/main/svl/inc/svl/ |
H A D | filenotation.hxx | 38 class SVL_DLLPUBLIC OFileNotation class 51 OFileNotation( const ::rtl::OUString& _rUrlOrPath ); 52 OFileNotation( const ::rtl::OUString& _rUrlOrPath, NOTATION _eInputNotation );
|
/aoo41x/main/svtools/source/control/ |
H A D | urlcontrol.cxx | 75 OFileNotation aTransformer(m_sPreservedText, OFileNotation::N_URL); in Notify() 76 SetText(aTransformer.get(OFileNotation::N_SYSTEM)); in Notify()
|
H A D | fileurlbox.cxx | 64 OFileNotation aTransformer( _rURL, OFileNotation::N_URL ); in DisplayURL() 65 String sNewText = aTransformer.get( OFileNotation::N_SYSTEM ); in DisplayURL()
|
/aoo41x/main/extensions/source/dbpilots/ |
H A D | commonpagesdbp.cxx | 216 ::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()
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | addresstemplate.cxx | 89 OFileNotation aFileNotation( selectedDataSource, OFileNotation::N_SYSTEM ); in lcl_getSelectedDataSource() 90 selectedDataSource = aFileNotation.get( OFileNotation::N_URL ); in lcl_getSelectedDataSource() 749 OFileNotation aFileNotation( aURL.GetMainURL( INetURLObject::NO_DECODE ) ); in loadConfiguration() 750 sName = aFileNotation.get(OFileNotation::N_SYSTEM); in loadConfiguration() 1245 OFileNotation aFileNotation( aURL.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_LINK() 1246 sName = aFileNotation.get(OFileNotation::N_SYSTEM); in IMPL_LINK()
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlFileBasedDatabase.cxx | 102 …sLocation = ::svt::OFileNotation( rImport.GetAbsoluteReference( sFileName ) ).get( ::svt::OFileNot… in DBG_NAME()
|
H A D | xmlExport.cxx | 565 ::svt::OFileNotation aTransformer( sFileName ); in exportConnectionData() 566 ::rtl::OUStringBuffer sURL( aTransformer.get( ::svt::OFileNotation::N_URL ) ); in exportConnectionData()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | opendoccontrols.cxx | 329 ::svt::OFileNotation aNotation( aDocumentDescriptor.first ); in impl_getDocumentAtIndex() 330 aDocumentDescriptor.first = aNotation.get( ::svt::OFileNotation::N_SYSTEM ); in impl_getDocumentAtIndex()
|
/aoo41x/main/dbaccess/source/ext/macromigration/ |
H A D | macromigrationdialog.cxx | 470 ::svt::OFileNotation aFileNotation( sBackupLocation ); in impl_backupDocument_nothrow() 471 … m_pData->aLogger.backedUpDocument( aFileNotation.get( ::svt::OFileNotation::N_SYSTEM ) ); in impl_backupDocument_nothrow()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | databasecontext.cxx | 357 ::svt::OFileNotation aTransformer( _sURL ); in loadObjectFromURL() 358 …sErrorMessage.SearchAndReplaceAscii( "$file$", aTransformer.get( ::svt::OFileNotation::N_SYSTEM ) … in loadObjectFromURL()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | datasourceconnector.cxx | 109 using ::svt::OFileNotation;
|
H A D | UITools.cxx | 428 OFileNotation aTransformer( e.Message ); in getDataSourceByName() 429 sErrorMessage.SearchAndReplaceAscii( "$file$", aTransformer.get( OFileNotation::N_SYSTEM ) ); in getDataSourceByName()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | formcomponenthandler.cxx | 540 ::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()
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppController.cxx | 942 ::svt::OFileNotation aFileNotation(sDatabaseName); in GetState() 944 sDatabaseName = aFileNotation.get(::svt::OFileNotation::N_SYSTEM); in GetState()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 3572 _rText = ::svt::OFileNotation( pData->sAccessor ).get( ::svt::OFileNotation::N_SYSTEM ); in requestQuickHelp()
|