Home
last modified time | relevance | path

Searched refs:pts (Results 1 – 7 of 7) sorted by last modified time

/trunk/extras/l10n/source/fr/
H A Dlocalize.sdf4758 …inePropertyPanel.src 0 string RID_POPUPPANEL_LINEPAGE_WIDTH STR_PT 40 fr pts 20200411 15:09:53
4817 …PANEL_TEXTPAGE_SPACING STR_VERY_TIGHT_TIP 0 fr Espacement : condensé à 3 pts 20200411 15:09:53
4818 …PUPPANEL_TEXTPAGE_SPACING STR_TIGHT_TIP 0 fr Espacement : condensé à 1,5 pts 20200411 15:09:53
4820 …_POPUPPANEL_TEXTPAGE_SPACING STR_LOOSE_TIP 0 fr Espacement : étendu à 3 pts 20200411 15:09:53
4821 …PPANEL_TEXTPAGE_SPACING STR_VERY_LOOSE_TIP 0 fr Espacement : étendu à 6 pts 20200411 15:09:53
4824 …xtPropertyPanel.src 0 string RID_POPUPPANEL_TEXTPAGE_SPACING STR_PT 0 fr pts 20200411 15:09:53
/trunk/extras/l10n/source/kab/
H A Dlocalize.sdf4758 …nePropertyPanel.src 0 string RID_POPUPPANEL_LINEPAGE_WIDTH STR_PT 40 kab pts 20200411 15:09:53
4817 …UPPANEL_TEXTPAGE_SPACING STR_VERY_TIGHT_TIP 0 kab Tallunt : yessed ɣer 3 pts 20200411 15:09:53
4818 …POPUPPANEL_TEXTPAGE_SPACING STR_TIGHT_TIP 0 kab Tallunt : yessed ɣer 1,5 pts 20200411 15:09:53
4820 …POPUPPANEL_TEXTPAGE_SPACING STR_LOOSE_TIP 0 kab Tallunt : inejbad ɣer 3 pts 20200411 15:09:53
4821 …PANEL_TEXTPAGE_SPACING STR_VERY_LOOSE_TIP 0 kab Tallunt : inejbad ɣer 6 pts 20200411 15:09:53
4824 …tPropertyPanel.src 0 string RID_POPUPPANEL_TEXTPAGE_SPACING STR_PT 0 kab pts 20200411 15:09:53
/trunk/extras/l10n/source/lv/
H A Dlocalize.sdf6385 sw source\ui\fldui\fldui.src 0 string STR_HIDDENTXTFLD 0 lv Noslēpts teksts 20200411 15:09:53
6471 sw source\ui\fldui\fldui.src 0 string STR_INSTEXT 0 lv Noslēpts t~eksts 20200411 15:09:53
7181 sw source\ui\config\optdlg.src 0 checkbox TP_OPTPRINT_PAGE CB_HIDDEN_TEXT 70 lv Slēpts te~ksts …
7259 sw source\ui\config\optdlg.src 0 itemlist STR_PRINTOPTUI 5 0 lv Slēpts te~ksts 20200411 15:09:…
7745 sw source\ui\utlui\navipi.src 0 string ST_HIDDEN 150 lv slēpts 20200411 15:09:53
7765 sw source\ui\utlui\navipi.src 0 string ST_INVISIBLE 150 lv slēpts 20200411 15:09:53
11572 sc source\ui\navipi\navipi.src 0 string RID_SCDLG_NAVIGATOR STR_HIDDEN 82 lv slēpts 20200411 1…
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDeserializerImpl.java193 ParagraphTextSegment pts = (ParagraphTextSegment)paraData.nextElement(); in buildDocument() local
196 TextStyle ts = pts.getStyle(); in buildDocument()
209 if (pts.getText() != null && !pts.getText().equals("")) { in buildDocument()
210 Node[] children = OfficeUtil.parseText(pts.getText(), doc); in buildDocument()
H A DParagraph.java481 ParagraphTextSegment pts = (ParagraphTextSegment)textSegments.elementAt(i); in getParagraphData() local
482 segs.write(pts.getData()); in getParagraphData()
665 ParagraphTextSegment pts = (ParagraphTextSegment)textSegments.elementAt(i); in postProcessText() local
666 sb.append(pts.getText()); in postProcessText()
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx492 POINTL pts[3]; in ImplCopyDIBOrDDB() local
494 pts[0].x = 0; in ImplCopyDIBOrDDB()
495 pts[0].y = 0; in ImplCopyDIBOrDDB()
496 pts[1].x = size.cx; in ImplCopyDIBOrDDB()
497 pts[1].y = size.cy; in ImplCopyDIBOrDDB()
498 pts[2].x = 0; in ImplCopyDIBOrDDB()
499 pts[2].y = 0; in ImplCopyDIBOrDDB()
501 GpiBitBlt( hDestMemPS, hSrcMemPS, 3, pts, ROP_SRCCOPY, BBO_IGNORE ); in ImplCopyDIBOrDDB()
H A Dsalgdi2.cxx301 POINTL pts[ 4 ]; in ImplDrawBitmap() local
308 pts[0].x = rPosAry.mnDestX; in ImplDrawBitmap()
311 pts[1].y = nScreenHeight - rPosAry.mnDestY - 1; in ImplDrawBitmap()
313 pts[2].x = rPosAry.mnSrcX; in ImplDrawBitmap()
315 pts[3].x = rPosAry.mnSrcX + rPosAry.mnSrcWidth; in ImplDrawBitmap()
316 pts[3].y = nHeight - rPosAry.mnSrcY; in ImplDrawBitmap()
401 POINTL pts[ 4 ]; in ImplDrawBitmap() local
403 pts[0].x = rPosAry.mnDestX; in ImplDrawBitmap()
406 pts[1].y = nScreenHeight - rPosAry.mnDestY - 1; in ImplDrawBitmap()
408 pts[2].x = rPosAry.mnSrcX; in ImplDrawBitmap()
[all …]

Completed in 2615 milliseconds