Home
last modified time | relevance | path

Searched refs:fs (Results 1 – 25 of 64) sorted by last modified time

123

/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf2644 cui source\tabpages\border.src 0 fixedtext RID_SVXPAGE_BORDER FT_SHADOWPOS 74 kid 8703fs‖~Positio…
8532 helpcontent2 source\text\sbasic\shared\03120304.xhp 0 help par_id3154942 34 0 kid vt-1fs‖sVar = S…
11481 helpcontent2 source\text\sbasic\shared\05060700.xhp 0 help par_id3153360 24 0 kid 2wb=fs‖Event …
26934 helpcontent2 source\text\shared\01\05030700.xhp 0 help hd_id3153681 5 0 kid 0rr=fs‖Left 201308…
44196 helpcontent2 source\text\smath\01\03090500.xhp 0 help par_id3150924 61 0 kid +vb]fs‖Single vertic…
58127 sc source\ui\src\filter.src 0 stringlist RID_SCDLG_FILTER.LB_COND4 5 0 kid b89+fs‖>= 20130829 …
59269 sc source\ui\src\scfuncs.src 0 string RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_CEIL 5 0 kid 0fs-52…
63975 starmath source\symbol.src 0 itemlist RID_UI_SYMBOL_NAMES 2 0 kid uvb-fs‖ALPHA 20130829 23:02:…
67535 svx source\svdraw\svdstr.src 0 string STR_ItemNam_GRAFBLUE 0 kid fs]x4p‖Blue 20130829 23:02:48
69572 sw source\ui\fldui\changedb.src 0 modaldialog DLG_CHANGE_DB 286 kid 5e9=fs‖Exchange Databases …
[all …]
/trunk/main/svx/inc/svx/
H A Ddialogs.hrc1031 // fs@openoffice.org
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.cxx47 HelpCompiler::HelpCompiler(StreamTable &in_streamTable, const fs::path &in_inputFile, in HelpCompiler()
48 const fs::path &in_src, const fs::path &in_resEmbStylesheet, in HelpCompiler()
57 xmlDocPtr HelpCompiler::getSourceDocument(const fs::path &filePath) in getSourceDocument()
502 namespace fs namespace
516 void create_directory(const fs::path indexDirName) in create_directory()
526 void rename(const fs::path &src, const fs::path &dest) in rename()
531 void copy(const fs::path &src, const fs::path &dest) in copy()
536 bool exists(const fs::path &in) in exists()
542 void remove(const fs::path &in) in remove()
579 void remove_all(const fs::path &in) in remove_all()
H A DHelpCompiler.hxx61 namespace fs namespace
134 void rename(const fs::path &src, const fs::path &dest);
135 void copy(const fs::path &src, const fs::path &dest);
136 bool exists(const fs::path &in);
137 void remove_all(const fs::path &in);
138 void remove(const fs::path &in);
288 const fs::path &in_inputFile,
289 const fs::path &in_src,
290 const fs::path &in_resEmbStylesheet,
308 const fs::path inputFile, src;
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DGraphicalDifferenceCheck.java86 String fs = System.getProperty("file.separator"); in createReferences() local
95 …String sNewReferencePath = _sReferencePath + fs + FileHelper.removeFirstDirectorysAndBasenameFrom(… in createReferences()
180 String fs = System.getProperty("file.separator"); in check() local
196 sNewReferencePath = sNewReferencePath + fs + sNewSubDir; in check()
199 sNewOutputPath = sNewOutputPath + fs + sNewSubDir; in check()
202 sNewDiffPath = sNewDiffPath + fs + sNewSubDir; in check()
H A DMSOfficePrint.java233 String fs = System.getProperty("file.separator"); in printToFileWithMSOffice() local
234 if (! sUserDir.endsWith(fs)) in printToFileWithMSOffice()
236 sUserDir = sUserDir + fs; in printToFileWithMSOffice()
294 String fs = System.getProperty("file.separator"); in createWordPrintHelper() local
304 String sName = sTmpPath + fs + sPrintViaWord; in createWordPrintHelper()
397 String fs = System.getProperty("file.separator"); in searchLocalFile() local
428 String fs = System.getProperty("file.separator"); in createWordStoreHelper() local
439 String sName = sTmpPath + fs + sSaveViaWord; in createWordStoreHelper()
511 String fs = System.getProperty("file.separator"); in createExcelPrintHelper() local
520 String sName = sTmpPath + fs + sPrintViaExcel; in createExcelPrintHelper()
[all …]
/trunk/main/desktop/source/migration/
H A Dmigration.cxx653 FileStatus fs(FileStatusMask_Type | FileStatusMask_FileURL); in getAllFiles() local
656 if (item.getFileStatus(fs) == FileBase::E_None) in getAllFiles()
658 if (fs.getFileType() == FileStatus::Directory) in getAllFiles()
659 vSubDirs.push_back(fs.getFileURL()); in getAllFiles()
661 vrResult->push_back(fs.getFileURL()); in getAllFiles()
/trunk/main/python/
H A Dpython-2.7.18-nohardlink.patch8 + $(LN) -fs $(INSTSONAME) $@; \
/trunk/extras/l10n/source/nl/
H A Dlocalize.sdf31674 …no:GraphicFilterRelief\"\>Geeft een dialoogvenster voor het maken van reliëfs weer.\</ahelp\> U ku…
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileProvider.java118 Field fs[] = klass.getFields(); in FileProvider() local
119 for (Field f : fs) { in FileProvider()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java604 Integer fs = new Integer(sizeInPoints); in writeAttributes() local
605 node.setAttribute("fo:font-size", fs.toString() + "pt"); in writeAttributes()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java419 Integer fs = new Integer(fmt.getFontSize()); in writeAttributes() local
420 node.setAttribute("fo:font-size", fs.toString() + "pt"); in writeAttributes()
/trunk/main/vcl/qa/complex/memCheck/
H A DFileHelper.java37 String fs = System.getProperty("file.separator"); in appendPath() local
40fs = "/"; // we use a file URL so only '/' is allowed. in appendPath()
44 sNewPath += fs; in appendPath()
/trunk/main/ure/source/uretest/
H A DMakefile.pln282 ln -fs $(URE_HOME)/lib/libuno_cppu.so.3 $@
285 ln -fs $(URE_HOME)/lib/libuno_cppuhelpergcc3.so.3 $@
288 ln -fs $(URE_HOME)/lib/libuno_sal.so.3 $@
291 ln -fs $(URE_HOME)/lib/libuno_salhelpergcc3.so.3 $@
/trunk/main/testgraphical/source/
H A Dfill_documents_loop.pl75 our $fs;
113 $fs = "/"; # getJavaFileDirSeparator();
126 if (! endswith($startdir, $fs))
128 $startdir .= $fs;
199 $sSourceFilename = substr($sSourceFilename, length($sCurrentDocumentPool . $fs));
279 if (! endswith($sCurrentDocumentPool, $fs))
281 $sCurrentDocumentPool .= $fs;
/trunk/main/test/source/java/org/openoffice/test/
H A DFileHelper.java44 String fs = System.getProperty("file.separator"); in appendPath() local
47 fs = "/"; // we use a file URL so only '/' is allowed. in appendPath()
51 sNewPath += fs; in appendPath()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx6365 sal_Char fs[ 24 ]; // 0x10 FONTSIGNATURE member
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx5737 sal_Char fs[ 24 ]; // 0x10 FONTSIGNATURE member
/trunk/main/svtools/workben/treecontrol/
H A Dtreetest.cxx216 osl::FileStatus fs( FileStatusMask_Type | FileStatusMask_FileURL); in fillNode() local
219 if (aItem.getFileStatus(fs) == osl::FileBase::E_None) in fillNode()
221 bool bDirectory = fs.getFileType() == osl::FileStatus::Directory; in fillNode()
222 …Reference< XMutableTreeNode > xChildNode( mxTreeDataModel->createNode( Any( fs.getFileName() ), bD… in fillNode()
223 xChildNode->setDataValue( Any( fs.getFileURL() ) ); in fillNode()
/trunk/main/solenv/inc/
H A Dtg_rslb.mk39 -fs={$(subst,$(OUTPATH),$(COMMON_OUTDIR) $(BIN))/$(RESLIB$(TNR)NAME)$i.res} \
55 -fs={$(BIN)/$(RESLIB$(TNR)NAME)$i.res} \
H A Dtg_sdi.mk34 -fs$(INCCOMX)/$(SDI$(TNR)NAME).hxx \
H A D_tg_rslb.mk35 -fs={$(subst,$(OUTPATH),$(COMMON_OUTDIR) $(BIN))/$(RESLIB1NAME)$i.res} \
51 -fs={$(BIN)/$(RESLIB1NAME)$i.res} \
114 -fs={$(BIN)/$(RESLIB2NAME)$i.res} \
177 -fs={$(BIN)/$(RESLIB3NAME)$i.res} \
240 -fs={$(BIN)/$(RESLIB4NAME)$i.res} \
303 -fs={$(BIN)/$(RESLIB5NAME)$i.res} \
366 -fs={$(BIN)/$(RESLIB6NAME)$i.res} \
429 -fs={$(BIN)/$(RESLIB7NAME)$i.res} \
492 -fs={$(BIN)/$(RESLIB8NAME)$i.res} \
555 -fs={$(BIN)/$(RESLIB9NAME)$i.res} \
[all …]
H A D_tg_sdi.mk29 -fs$(INCCOMX)/$(SDI1NAME).hxx \
47 -fs$(INCCOMX)/$(SDI2NAME).hxx \
65 -fs$(INCCOMX)/$(SDI3NAME).hxx \
83 -fs$(INCCOMX)/$(SDI4NAME).hxx \
101 -fs$(INCCOMX)/$(SDI5NAME).hxx \
119 -fs$(INCCOMX)/$(SDI6NAME).hxx \
137 -fs$(INCCOMX)/$(SDI7NAME).hxx \
155 -fs$(INCCOMX)/$(SDI8NAME).hxx \
173 -fs$(INCCOMX)/$(SDI9NAME).hxx \
191 -fs$(INCCOMX)/$(SDI10NAME).hxx \
/trunk/main/solenv/gbuild/
H A DSdiTarget.mk41 -fs$@.hxx \
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentInfo.java69 String fs = System.getProperty("file.separator"); in checkDocInfo() local
71 if (!tempdir.endsWith(fs)) in checkDocInfo()
73 tempdir += fs; in checkDocInfo()

Completed in 3033 milliseconds

123