Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 25 of 125) sorted by relevance

12345

/trunk/extras/l10n/source/ts/
H A Dlocalize.sdf38 sfx2 source\appl\app.src 0 string STR_CLOSE 0 ts Sluit 2002-02-02 02:02:02
40 sfx2 source\appl\app.src 0 string STR_BYTES 0 ts Grepe 2002-02-02 02:02:02
41 sfx2 source\appl\app.src 0 string STR_KB 0 ts kilogreep 2002-02-02 02:02:02
42 sfx2 source\appl\app.src 0 string STR_MB 0 ts megagreep 2002-02-02 02:02:02
43 sfx2 source\appl\app.src 0 string STR_GB 0 ts gigagreep 2002-02-02 02:02:02
49 sfx2 source\appl\app.src 0 string GID_VIEW 0 ts Bekyk 2002-02-02 02:02:02
52 sfx2 source\appl\app.src 0 string GID_MACRO 0 ts BASIC 2002-02-02 02:02:02
57 sfx2 source\appl\app.src 0 string GID_TEXT 0 ts Teks 2002-02-02 02:02:02
58 sfx2 source\appl\app.src 0 string GID_FRAME 0 ts Raam 2002-02-02 02:02:02
59 sfx2 source\appl\app.src 0 string GID_TABLE 0 ts Tabel 2002-02-02 02:02:02
[all …]
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseTextRun.java116 TextStyle ts = (TextStyle)t.getResolved(); in WseTextRun() local
118 if (ts.isSet(TextStyle.BOLD) && ts.getAttribute(TextStyle.BOLD)) in WseTextRun()
120 if (ts.isSet(TextStyle.ITALIC) && ts.getAttribute(TextStyle.ITALIC)) in WseTextRun()
122 if (ts.isSet(TextStyle.UNDERLINE) && ts.getAttribute(TextStyle.UNDERLINE)) in WseTextRun()
124 if (ts.isSet(TextStyle.STRIKETHRU) && ts.getAttribute(TextStyle.STRIKETHRU)) in WseTextRun()
126 if (ts.isSet(TextStyle.SUPERSCRIPT) && ts.getAttribute(TextStyle.SUPERSCRIPT)) in WseTextRun()
128 if (ts.isSet(TextStyle.SUBSCRIPT) && ts.getAttribute(TextStyle.SUBSCRIPT)) in WseTextRun()
131 fontSize = (byte)(ts.getFontSize() * 2); in WseTextRun()
132 fontName = ts.getFontName(); in WseTextRun()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/logging/
H A DXAccessibleTextLog.java94 private String dumpTextSegment(com.sun.star.accessibility.TextSegment ts) { in dumpTextSegment() argument
95 if (ts != null) { in dumpTextSegment()
96 return "(" + ts.SegmentStart + "," + ts.SegmentEnd + "," + in dumpTextSegment()
97 ts.SegmentText + ")"; in dumpTextSegment()
183 com.sun.star.accessibility.TextSegment ts = unoObject.getTextAtIndex(param, in getTextAtIndex() local
187 dumpTextSegment(ts)); in getTextAtIndex()
189 return ts; in getTextAtIndex()
211 dumpTextSegment(ts)); in getTextBeforeIndex()
213 return ts; in getTextBeforeIndex()
236 dumpTextSegment(ts)); in getTextBehindIndex()
[all …]
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java96 TextSegment ts = (TextSegment) in convertTextSegment() local
98 if (ts != null) { in convertTextSegment()
101 Object[] array = { new Integer(ts.SegmentStart), in convertTextSegment()
102 new Integer(ts.SegmentEnd), ts.SegmentText }; in convertTextSegment()
205 return ts.SegmentText; in getAfterIndex()
218 return ts.SegmentText; in getAfterIndex()
548 return ts.SegmentText; in getBeforeIndex()
561 return ts.SegmentText; in getBeforeIndex()
615 TextSegment ts = unoObject.getTextAtIndex(index, AccessibleTextType.LINE); in getAtIndex() local
616 return ts.SegmentText; in getAtIndex()
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DTextView.java187 TextSegment ts = xMultiText.getTextAtLineWithCaret(); in Update() local
188 maCaretLineTextLabel.setText ( "[" + ts.SegmentStart in Update()
189 + "," + ts.SegmentEnd in Update()
190 + "] \"" + ts.SegmentText + "\""); in Update()
192ts = xMultiText.getTextAtLineNumber(xMultiText.getLineNumberAtIndex( mxText.getCaretPosition() ) ); in Update()
193 maLineTextFromCaretPosLabel.setText ( "[" + ts.SegmentStart in Update()
194 + "," + ts.SegmentEnd in Update()
195 + "] \"" + ts.SegmentText + "\""); in Update()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDeserializerImpl.java196 TextStyle ts = pts.getStyle(); in buildDocument() local
198 if (ts != null) { in buildDocument()
199 ts.setName(new String("TS" + textStyles++)); in buildDocument()
200 span.setAttribute(ATTRIBUTE_TEXT_STYLE_NAME, ts.getName()); in buildDocument()
201 styleCat.add(ts); in buildDocument()
H A DParagraph.java188 TextStyle ts = null; in parseText() local
202 addTextSegment(sb.toString(), ts); in parseText() local
369 ts = new TextStyle(null, TEXT_STYLE_FAMILY, DEFAULT_STYLE, in parseText()
371 ts.setColors(textColour, backColour); in parseText()
374 ts = null; in parseText()
398 addTextSegment(sb.toString(), ts); in parseText() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDBHelper.java291 String ts = "'"; in Quote() local
293 int nQuote = _sToQuote.indexOf(ts); in Quote()
298 return ts + _sToQuote + ts; in Quote()
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx565 ::com::sun::star::style::TabStop ts; in GetTabStopInfo()
585 ts.Position = pTS->GetTabPos(); in GetTabStopInfo()
586 ts.DecimalChar = pTS->GetDecimal(); in GetTabStopInfo()
587 ts.FillChar = pTS->GetFill(); in GetTabStopInfo()
590 case SVX_TAB_ADJUST_LEFT : ts.Alignment = ::com::sun::star::style::TabAlign_LEFT; break; in GetTabStopInfo()
591 case SVX_TAB_ADJUST_CENTER : ts.Alignment = ::com::sun::star::style::TabAlign_CENTER; break; in GetTabStopInfo()
592 case SVX_TAB_ADJUST_RIGHT : ts.Alignment = ::com::sun::star::style::TabAlign_RIGHT; break; in GetTabStopInfo()
593 case SVX_TAB_ADJUST_DECIMAL: ts.Alignment = ::com::sun::star::style::TabAlign_DECIMAL; break; in GetTabStopInfo()
594 case SVX_TAB_ADJUST_DEFAULT: ts.Alignment = ::com::sun::star::style::TabAlign_DEFAULT; break; in GetTabStopInfo()
598 tabs[0] = ts; in GetTabStopInfo()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java275 final Timestamp ts; in getTimestamp() local
284 ts = java.sql.Timestamp.valueOf(str.toString()); in getTimestamp()
288 ts = null; in getTimestamp()
290 return ts; in getTimestamp()
/trunk/main/solenv/doc/gbuild/solenv/gbuild/
H A Dhelper.mk40 static void make_clean_targets(List<TargetType> ts);
44 static void make_dep_targets(List<TargetType> ts);
48 static void make_outdir_clean_targets(List<TargetType> ts);
/trunk/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx292 utl::TextSearch ts(param, LANGUAGE_DONTKNOW); in scanDescriptionXml() local
296 if (ts.SearchFrwrd(aExtIdentifier, &start, &end)) in scanDescriptionXml()
317 utl::TextSearch ts(param, LANGUAGE_DONTKNOW); in scanDescriptionXml() local
321 if (ts.SearchFrwrd(sDescriptionXmlURL, &start, &end)) in scanDescriptionXml()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dmingo.lm107 ts 52
354 ëts 17
/trunk/main/shell/source/unix/sysshell/
H A Drecently_used_file_handler.cxx133 rtl::OString ts = rtl::OString::valueOf((sal_sSize)timestamp_); in write_xml() local
134 write_xml_tag(TAG_TIMESTAMP, ts.getStr(), file); in write_xml()
/trunk/main/oovbaapi/
H A Dttt.diff39 +# vim: set noet sw=4 ts=4:
81 +# vim: set noet sw=4 ts=4:
361 +# vim: set noet sw=4 ts=4:
/trunk/main/sw/source/core/access/
H A Daccpara.cxx2600 ::com::sun::star::style::TabStop ts; in _correctValues()
2604 ts.Position = (rc1.X - rc0.X) - (rc1.X - rc0.X - 48)% 47 + 47; in _correctValues()
2606 ts.Position = 48; in _correctValues()
2607 ts.DecimalChar = ' '; in _correctValues()
2608 ts.FillChar = ' '; in _correctValues()
2609 ts.Alignment = ::com::sun::star::style::TabAlign_LEFT; in _correctValues()
2610 tabs[0] = ts; in _correctValues()
/trunk/main/helpcontent2/source/auxiliary/ts/
H A Dsbasic.cfg25 Language=ts
H A Dscalc.cfg25 Language=ts
H A Dschart.cfg25 Language=ts
H A Dsdatabase.cfg25 Language=ts
H A Dsdraw.cfg25 Language=ts
H A Dsimpress.cfg25 Language=ts
H A Dsmath.cfg25 Language=ts
H A Dswriter.cfg25 Language=ts
/trunk/main/solenv/inc/
H A Dlanglist.mk153 ts \

Completed in 1046 milliseconds

12345