/aoo4110/extras/l10n/source/ts/ |
H A D | localize.sdf | 38 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 …]
|
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | WseTextRun.java | 116 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()
|
/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/logging/ |
H A D | XAccessibleTextLog.java | 94 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 …]
|
/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | AccessibleTextImpl.java | 95 TextSegment ts = (TextSegment) in convertTextSegment() local 97 if (ts != null) { in convertTextSegment() 100 Object[] array = { new Integer(ts.SegmentStart), in convertTextSegment() 101 new Integer(ts.SegmentEnd), ts.SegmentText }; in convertTextSegment() 204 return ts.SegmentText; in getAfterIndex() 217 return ts.SegmentText; in getAfterIndex() 547 return ts.SegmentText; in getBeforeIndex() 560 return ts.SegmentText; in getBeforeIndex() 614 TextSegment ts = unoObject.getTextAtIndex(index, AccessibleTextType.LINE); in getAtIndex() local 615 return ts.SegmentText; in getAtIndex() [all …]
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | TextView.java | 187 TextSegment ts = xMultiText.getTextAtLineWithCaret(); in Update() local 188 maCaretLineTextLabel.setText ( "[" + ts.SegmentStart in Update() 189 + "," + ts.SegmentEnd in Update() 190 + "] \"" + ts.SegmentText + "\""); in Update() 192 …ts = 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()
|
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | DocumentDeserializerImpl.java | 196 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 D | Paragraph.java | 188 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
|
/aoo4110/main/qadevOOo/runner/convwatch/ |
H A D | DBHelper.java | 291 String ts = "'"; in Quote() local 293 int nQuote = _sToQuote.indexOf(ts); in Quote() 298 return ts + _sToQuote + ts; in Quote()
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportData.java | 275 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()
|
/aoo4110/main/sw/source/core/text/ |
H A D | frmform.cxx | 565 ::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()
|
/aoo4110/main/solenv/doc/gbuild/solenv/gbuild/ |
H A D | helper.mk | 40 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);
|
/aoo4110/main/desktop/source/migration/services/ |
H A D | oo3extensionmigration.cxx | 292 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()
|
/aoo4110/extras/l10n/source/lv/ |
H A D | localize.sdf | 5481 …iawindow.src 0 errorbox AVMEDIA_ERR_URL 0 lv Izvēlētā faila formāts nav atbalstīts 2002-02-0… 8537 …pg.src 0 string RID_SVXSTR_EVENT_MODIFYCHANGED 0 lv 'Modificēts' statuss ir izmainīts 2002-0… 9789 sw source\ui\uiview\view.src 0 infobox MSG_ERR_NO_FAX 0 lv Nav iestatīts neviens faksa aparāts z… 15473 …SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_IF 5 0 lv Funkcijas rezultāts, ja testa rezultāts ir PATIESS… 15475 …SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_IF 7 0 lv Funkcijas rezultāts, ja testa rezultāts ir APLAMS.… 16454 …VERT 9 0 lv Ja nav norādīts vai 0, vai APLAMS, rezultāts tiks noapaļots līdz 'uz_valūtu' zīmēm a… 16456 …lv Ja ir norādīts, un ir >=3, triangulācijas pārveidojumu starprezultāts tiks noapaļots līdz šai p… 20575 …c 0 string STR_SVT_INDEXENTRY_PHONETIC_FS 0 lv Fonētiskā (alfabēts sākumā, grupēts pēc zilbēm) … 20576 … string STR_SVT_INDEXENTRY_PHONETIC_FC 0 lv Fonētiskais (alfabēts vispirms, grupēts pēc līdzska… 20577 …c 0 string STR_SVT_INDEXENTRY_PHONETIC_LS 0 lv Fonētiski (alfabēts sākumā, grupēts pēc zilbēm) … [all …]
|
/aoo4110/ext_libraries/apr-util/ |
H A D | apr-util-1.5.4.makewin32.patch | 94 +# vim: set noet sw=4 ts=4: 130 +# vim: set noet sw=4 ts=4: 163 +# vim: set noet ts=4 sw=4:
|
/aoo4110/main/libtextcat/data/new_fingerprints/lm/ |
H A D | mingo.lm | 107 ts 52 354 ëts 17
|
/aoo4110/main/shell/source/unix/sysshell/ |
H A D | recently_used_file_handler.cxx | 133 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()
|
/aoo4110/main/sw/source/core/access/ |
H A D | accpara.cxx | 2596 ::com::sun::star::style::TabStop ts; in _correctValues() 2600 ts.Position = (rc1.X - rc0.X) - (rc1.X - rc0.X - 48)% 47 + 47; in _correctValues() 2602 ts.Position = 48; in _correctValues() 2603 ts.DecimalChar = ' '; in _correctValues() 2604 ts.FillChar = ' '; in _correctValues() 2605 ts.Alignment = ::com::sun::star::style::TabAlign_LEFT; in _correctValues() 2606 tabs[0] = ts; in _correctValues()
|
/aoo4110/main/helpcontent2/source/auxiliary/ts/ |
H A D | scalc.cfg | 25 Language=ts
|
H A D | schart.cfg | 24 Language=ts
|
H A D | simpress.cfg | 25 Language=ts
|
H A D | swriter.cfg | 25 Language=ts
|
H A D | sbasic.cfg | 25 Language=ts
|
H A D | sdatabase.cfg | 25 Language=ts
|
H A D | sdraw.cfg | 25 Language=ts
|
H A D | smath.cfg | 25 Language=ts
|