Home
last modified time | relevance | path

Searched refs:getOfficePath (Results 1 – 19 of 19) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DBuildID.java31 private static String getOfficePath(String _sApp) in getOfficePath() method in BuildID
71 final String sOfficePath = getOfficePath(_sApp); in getBuildID()
173 final String sOfficePath = getOfficePath(_sOfficePath); in getMaster()
180 final String sOfficePath = getOfficePath(_sOfficePath); in getMinor()
187 final String sOfficePath = getOfficePath(_sOfficePath); in getCWSName()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dhelper.cxx44 OUString getOfficePath( enum whichOfficePath ePath ) in getOfficePath() function
124 aPathBuffer.append( getOfficePath( psp::NetPath ) ); in getPrinterPathList()
136 aPathBuffer.append( getOfficePath( psp::UserPath ) ); in getPrinterPathList()
201 OUString aConfigPath( getOfficePath( psp::ConfigPath ) ); in getFontPath()
202 OUString aNetPath( getOfficePath( psp::NetPath ) ); in getFontPath()
203 OUString aUserPath( getOfficePath( psp::UserPath ) ); in getFontPath()
H A Dfontcache.cxx64 m_aCacheFile = getOfficePath( UserPath ); in FontCache()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DDesktop.java371 TemplatePath = FileAccess.getOfficePath(xMSF, "Template", "share", "/wizard"); in OfficePathRetriever()
372 … UserTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "user", PropertyNames.EMPTY_STRING); in OfficePathRetriever()
374 …WorkPath = FileAccess.getOfficePath(xMSF, "Work", PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_… in OfficePathRetriever()
386 return FileAccess.getOfficePath(_xMSF, "Template", "share", "/wizard"); in getTemplatePath()
398 return FileAccess.getOfficePath(_xMSF, "Template", "user", PropertyNames.EMPTY_STRING); in getUserTemplatePath()
422 …return FileAccess.getOfficePath(_xMSF, "Work", PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STR… in getWorkPath()
H A DFileAccess.java75 String ResultPath = getOfficePath(xMSF, sPath, xSimpleFileAccess); in addOfficePath()
116 …public static String getOfficePath(XMultiServiceFactory xMSF, String sPath, XSimpleFileAccess xSim… in getOfficePath() method in FileAccess
144 …public static String getOfficePath(XMultiServiceFactory xMSF, String sPath, String sType, String s… in getOfficePath() method in FileAccess
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialogImpl.java210 sTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "share", "/wizard"); in initializePaths()
211 …sUserTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "user", PropertyNames.EMPTY_STRING); in initializePaths()
227 … FileAccess.getOfficePath(xMSF, "Work", PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRING) , in checkSavePath()
312 String sTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "share", "/wizard"); in initializeTemplates()
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGSettings.java81 …soTemplateDir = FileAccess.getOfficePath(xmsf, "Config", PropertyNames.EMPTY_STRING, PropertyNames… in CGSettings()
82 … soGalleryDir = FileAccess.getOfficePath(xmsf, "Gallery", "share", PropertyNames.EMPTY_STRING); in CGSettings()
/trunk/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialogImpl.java376 sTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "share", "/wizard"); in initializePaths()
377 …sUserTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "user", PropertyNames.EMPTY_STRING); in initializePaths()
392 …sWorkPath = FileAccess.getOfficePath(xMSF, "Work", PropertyNames.EMPTY_STRING, PropertyNames.EMPTY… in initializeTemplates()
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx725 rtl::OUString ScVbaApplication::getOfficePath( const rtl::OUString& _sPathType ) throw ( uno::Runti… in getOfficePath() function in ScVbaApplication
759 return getOfficePath( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Work"))); in getDefaultFilePath()
765 return getOfficePath( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Basic"))); in getLibraryPath()
771 return getOfficePath( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Template"))); in getTemplatesPath()
H A Dvbaapplication.hxx46 rtl::OUString getOfficePath( const rtl::OUString& sPath ) throw ( css::uno::RuntimeException );
/trunk/main/vcl/inc/vcl/
H A Dhelper.hxx58 rtl::OUString VCL_DLLPUBLIC getOfficePath( enum whichOfficePath ePath );
/trunk/main/wizards/com/sun/star/wizards/web/
H A DStylePreview.java137 …String tempPath = FileAccess.getOfficePath(xmsf, "Temp", PropertyNames.EMPTY_STRING, PropertyNames… in createTempDir()
H A DIconsDialog.java79 … htmlexpDirectory = FileAccess.getOfficePath(xmsf, "Gallery", "share", PropertyNames.EMPTY_STRING); in IconsDialog()
H A DProcess.java239 …return FileAccess.getOfficePath(xmsf, "Temp", PropertyNames.EMPTY_STRING, PropertyNames.EMPTY_STRI… in getSOTempDir()
H A DWWD_Startup.java239 String soTemplateDir = FileAccess.getOfficePath(xmsf, "Template", "share", "/wizard"); in WWD_Startup()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportFinalizer.java227 … StorePath = FileAccess.getOfficePath(m_xMSF, "Temp", xSimpleFileAccess) + "/" + StoreName; in getStorePath()
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java1290 sTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "share", "/wizard"); in initializePaths()
1291 …sUserTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "user", PropertyNames.EMPTY_STRING); in initializePaths()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DStyleApplier.java386 …StylesPath = FileAccess.getOfficePath(xMSF, "Config", PropertyNames.EMPTY_STRING, PropertyNames.EM… in getStylePath()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java1021 … String storepath = FileAccess.getOfficePath(xMSF, "Temp", xSimpleFileAccess) + "/" + _storename; in storeDatabaseDocumentToTempPath()

Completed in 121 milliseconds