Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Ddoclinkdialog.cxx112 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 Ddbregister.cxx214 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()
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx548 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 Ddbfindex.cxx402 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()
/trunk/main/embedserv/source/embed/
H A Ded_ipersiststr.cxx227 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()
/trunk/main/svtools/source/control/
H A Durlcontrol.cxx75 OFileNotation aTransformer(m_sPreservedText, OFileNotation::N_URL); in Notify() local
76 SetText(aTransformer.get(OFileNotation::N_SYSTEM)); in Notify()
H A Dfileurlbox.cxx64 OFileNotation aTransformer( _rURL, OFileNotation::N_URL ); in DisplayURL() local
65 String sNewText = aTransformer.get( OFileNotation::N_SYSTEM ); in DisplayURL()
/trunk/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()
/trunk/main/sd/source/filter/xml/
H A Dsdtransform.cxx87 SdTransformOOo2xDocument aTransformer( *pDocument ); in TransformOOo2xDocument() local
88 aTransformer.transform(); in TransformOOo2xDocument()
/trunk/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()
/trunk/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()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx565 ::svt::OFileNotation aTransformer( sFileName ); in exportConnectionData()
566 ::rtl::OUStringBuffer sURL( aTransformer.get( ::svt::OFileNotation::N_URL ) ); in exportConnectionData()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx428 OFileNotation aTransformer( e.Message ); in getDataSourceByName() local
429 sErrorMessage.SearchAndReplaceAscii( "$file$", aTransformer.get( OFileNotation::N_SYSTEM ) ); in getDataSourceByName()

Completed in 108 milliseconds