Home
last modified time | relevance | path

Searched refs:tt (Results 1 – 25 of 96) sorted by relevance

1234

/trunk/main/testtools/prj/
H A Dbuild.lst1 tt testtools : cpputools io remotebridges stoc javaunohelper pyuno cli_ure offapi ure LIBXSLT:libxs…
2 tt testtools\inc nmake - all tt_inc NULL
3 tt testtools\source\bridgetest nmake - all tt_bridgetest tt_bridgetest_idl tt_inc NULL
4 tt testtools\source\bridgetest\cli nmake - w,vc7 tt_cli tt_bridgetest tt_bridgetest_idl tt_inc NULL
5 tt testtools\source\bridgetest\idl nmake - all tt_bridgetest_idl tt_inc NULL
6 tt testtools\com\sun\star\comp\bridge nmake - all tt_javaTestObjs tt_bridgetest_idl tt_inc NULL
7 tt testtools\source\bridgetest\pyuno nmake - all tt_pyuno tt_bridgetest tt_inc NULL
8 tt testtools\source\cliversioning nmake - all tt_cliver NULL
/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx1349 static TrueTypeTable *FindTable(TrueTypeCreator *tt, sal_uInt32 tag) in FindTable() argument
1351 if (listIsEmpty(tt->tables)) return 0; in FindTable()
1353 listToFirst(tt->tables); in FindTable()
1356 if (((TrueTypeTable *) listCurrent(tt->tables))->tag == tag) { in FindTable()
1357 return (TrueTypeTable*)listCurrent(tt->tables); in FindTable()
1359 } while (listNext(tt->tables)); in FindTable()
1379 static void ProcessTables(TrueTypeCreator *tt) in ProcessTables() argument
1394 glyf = FindTable(tt, T_glyf); in ProcessTables()
1400 RemoveTable(tt, T_loca); in ProcessTables()
1401 RemoveTable(tt, T_hmtx); in ProcessTables()
[all …]
/trunk/main/xmlsecurity/tools/uno/
H A DTestTool.java1330 TestTool tt; in main() local
1356 tt = new TestTool(); in main()
1357 tt.m_javaTokenFile = new String(argv[0]); in main()
1358 tt.m_nssTokenPath = new String(argv[1]); in main()
1359 tt.connectSO(null); in main()
1369 myFrame.setContentPane(tt.buildUI(screenSize.width, screenSize.height)); in main()
1380 tt.parseFile(new File(fileName)); in main()
1384 tt.runBatch(new File(fileName)); in main()
/trunk/main/soltools/cpp/
H A D_macro.c587 char tt[NCONCAT]; in doconcat() local
604 if (len + ntp->len + ntp->wslen > sizeof(tt)) in doconcat()
612 strncpy((char *) tt + len, (char *) ntp->t - ntp->wslen, in doconcat()
618 strncpy((char *) tt + len, (char *) ntp->t, ntp->len); in doconcat()
627 tt[len] = '\0'; in doconcat()
628 setsource("<##>", -1, -1, tt, 0); in doconcat()
H A D_tokens.c273 uchar *tt; in makespace() local
281 tt = newstring(tp->t, tp->len, ntp->wslen); in makespace()
282 strncpy((char *)tt, (char *)ntp->t - ntp->wslen, ntp->wslen); in makespace()
283 tp->t = tt + ntp->wslen; in makespace()
/trunk/main/filter/source/t602/
H A Dt602filter.cxx1141 sal_Int16 tt = 0; in OptionsDlg() local
1143 any = _propGet(xPSetAzbukaCB, "State"); any >>= tt; ini.ruscode = tt; in OptionsDlg()
1144 any = _propGet(xPSetRefCB, "State"); any >>= tt; ini.reformatpars = tt; in OptionsDlg()
1145 any = _propGet(xPSetCommCB, "State"); any >>= tt; ini.showcomm = tt; in OptionsDlg()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dfinnish.lm29 tt 1030
144 ttä 270
H A Dhungarian.lm69 tt 374
H A Dgerman.lm327 tt 163
H A Dsanskrit.lm347 tt 92
H A Destonian.lm251 tt 120
H A Dfrisian.lm252 tt 243
H A Dswedish.lm47 tt 935
H A Dicelandic.lm125 tt 291
H A Dscots.lm173 tt 76
H A Dromansh.lm177 tt 82
H A Ditalian.lm80 tt 422
H A Dfrench.lm396 tt 74
H A Dmiddle_frisian.lm157 tt 408
H A Dnorwegian.lm100 tt 276
H A Ddanish.lm240 tt 138
H A Dluxembourgish.lm193 tt
/trunk/main/sfx2/source/appl/
H A Dnewhelp.src314 Text = "<html></head><body><center><br></br><br></br><p><tt>%1</tt></center></body></html>" ;
/trunk/extras/l10n/source/hu/
H A Dlocalize.sdf84 …NER_QUIT & ERRCODE_RES_MASK 0 hu A külső alkalmazás befejeződött. 2020…
254 … RID_SVXITEMS_BREAK_COLUMN_BEFORE 0 hu Törés új hasáb előtt 20200…
256 …ing RID_SVXITEMS_BREAK_COLUMN_BOTH 0 hu Törés új hasáb előtt és után …
257 …ing RID_SVXITEMS_BREAK_PAGE_BEFORE 0 hu Törés új oldal előtt 20200…
259 …ing RID_SVXITEMS_BREAK_PAGE_BOTH 0 hu Törés új oldal előtt és után …
390 …tems.src 0 string RID_SVXITEMS_FMTKEEP_TRUE 0 hu Együtt a következővel …
624 …enőrizhető a(z) $(ARG1) webhely azonossága.\n\nA tanúsítvány elfogatása előtt gondosan vizsgálja m…
678 …or.ulf 0 LngText OOO_ERROR_13 0 hu A művelet elkezdődött: [Time]: [1]. …
679 …r.ulf 0 LngText OOO_ERROR_14 0 hu A művelet befejeződött: [Time]: [1]. Vissza…
681 … 0 hu Kevés a memória. Zárjon be néhány alkalmazást, mielőtt újra próbálkozik. …
[all …]
/trunk/main/solenv/inc/
H A Dsettings.mk567 OUT=$(PRJ)/$(OUTPATH).tt
568 ROUT=$(OUTPATH).tt

1234