Searched refs:aTransformer (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/cui/source/options/ |
H A D | doclinkdialog.cxx | 112 OFileNotation aTransformer(sURL); in IMPL_LINK() local 113 sURL = aTransformer.get(OFileNotation::N_URL); in IMPL_LINK() 180 OFileNotation aTransformer( sPath, OFileNotation::N_SYSTEM ); in IMPL_LINK() local 181 aFileDlg.SetDisplayDirectory( aTransformer.get( OFileNotation::N_URL ) ); in IMPL_LINK() 203 OFileNotation aTransformer(aFileDlg.GetPath(), OFileNotation::N_URL); in IMPL_LINK() local 204 m_aURL.SetText(aTransformer.get(OFileNotation::N_SYSTEM)); in IMPL_LINK()
|
H A D | dbregister.cxx | 214 OFileNotation aTransformer( pRegistration->sLocation ); in FillItemSet() local 215 …aRegistrations[ sName ] = DatabaseRegistration( aTransformer.get( OFileNotation::N_URL ), pRegistr… in FillItemSet() 244 OFileNotation aTransformer( aIter->second.sLocation ); in Reset() local 245 …insertNewEntry( aIter->first, aTransformer.get( OFileNotation::N_SYSTEM ), aIter->second.bReadOnly… in Reset()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | ConnectionHelper.cxx | 548 OFileNotation aTransformer(_rURL); in checkPathExistence() local 549 sQuery.SearchAndReplaceAscii("$path$", aTransformer.get(OFileNotation::N_SYSTEM)); in checkPathExistence() 566 sQuery.SearchAndReplaceAscii("$name$", aTransformer.get(OFileNotation::N_SYSTEM)); in checkPathExistence() 854 OFileNotation aTransformer(sURL); in commitURL() local 855 sURL = aTransformer.get(OFileNotation::N_URL); in commitURL() 864 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() local 403 Config aInfFile( aTransformer.get(OFileNotation::N_SYSTEM) ); in Init() 514 OFileNotation aTransformer(aURL.GetURLNoPass(), OFileNotation::N_URL); in WriteInfFile() local 515 Config aInfFile( aTransformer.get(OFileNotation::N_SYSTEM) ); in WriteInfFile()
|
/aoo42x/main/embedserv/source/embed/ |
H A D | ed_ipersiststr.cxx | 227 uno::Reference< util::XURLTransformer > aTransformer( m_xFactory->createInstance( aServiceName ), in fillArgsForLoading_Impl() local 229 if ( aTransformer.is() ) in fillArgsForLoading_Impl() 235 if ( aTransformer->parseSmart( aURL, ::rtl::OUString() ) ) in fillArgsForLoading_Impl() 893 uno::Reference< util::XURLTransformer > aTransformer( m_xFactory->createInstance( aServiceName ), in Save() local 896 if ( aTransformer->parseSmart( aURL, ::rtl::OUString() ) && aURL.Complete.getLength() ) in Save()
|
/aoo42x/main/svtools/source/control/ |
H A D | urlcontrol.cxx | 75 OFileNotation aTransformer(m_sPreservedText, OFileNotation::N_URL); in Notify() local 76 SetText(aTransformer.get(OFileNotation::N_SYSTEM)); in Notify()
|
H A D | fileurlbox.cxx | 64 OFileNotation aTransformer( _rURL, OFileNotation::N_URL ); in DisplayURL() local 65 String sNewText = aTransformer.get( OFileNotation::N_SYSTEM ); in DisplayURL()
|
/aoo42x/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()
|
/aoo42x/main/sd/source/filter/xml/ |
H A D | sdtransform.cxx | 87 SdTransformOOo2xDocument aTransformer( *pDocument ); in TransformOOo2xDocument() local 88 aTransformer.transform(); in TransformOOo2xDocument()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/dbaccess/source/filter/xml/ |
H A D | xmlExport.cxx | 565 ::svt::OFileNotation aTransformer( sFileName ); in exportConnectionData() 566 ::rtl::OUStringBuffer sURL( aTransformer.get( ::svt::OFileNotation::N_URL ) ); in exportConnectionData()
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 428 OFileNotation aTransformer( e.Message ); in getDataSourceByName() local 429 sErrorMessage.SearchAndReplaceAscii( "$file$", aTransformer.get( OFileNotation::N_SYSTEM ) ); in getDataSourceByName()
|
Completed in 92 milliseconds