Home
last modified time | relevance | path

Searched refs:pt (Results 501 – 525 of 675) sorted by relevance

1...<<21222324252627

/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A Dcodes.txt23 pt = "{FC10CE94-41C6-43AE-AC97-4F4AE45B1BCC}"
41 pt-BR = "{E49BD84D-625C-4BEB-AE0E-349D0DD6FFB7}"
135 pt = "{CBFA6A61-D310-4A90-8F49-C7BE2735D58D}"
136 pt-BR = "{7364F154-089D-400B-B275-751AAB9A6122}"
H A Dcodes_ooodev.txt23 pt = "{F3208E02-D4DA-4315-8151-E7063637A69B}"
41 pt-BR = "{DE15DF68-AD3F-465A-89F5-9FAA0EE001E5}"
135 pt = "{C62DBDBB-F1B6-4ACA-A0C6-D0B164A945CD}"
136 pt-BR = "{F7F75CB1-2123-4B5B-BC00-11440725B71B}"
/trunk/main/setup_native/source/win32/
H A Dmsi-encodinglist.txt121 pt 1252 2070
122 pt-BR 1252 1046
123 pt-PT 1252 2070
/trunk/main/scripting/workben/installer/
H A DIdeVersion.java156 Point pt = getCellRect(row, col, true).getLocation(); in initComponents()
157 pt.translate(-1,-2); in initComponents()
158 return pt; in initComponents()
H A DVersion.java129 Point pt = getCellRect(row, col, true).getLocation(); in initComponents()
130 pt.translate(-1,-2); in initComponents()
131 return pt; in initComponents()
/trunk/main/cpputools/prj/
H A Dbuild.lst1 pt cpputools : cppuhelper offapi LIBXML2:libxml2 NULL
2 pt cpputools\prj nmake - all pt_prj NULL
/trunk/main/sal/workben/
H A Dt_random.c29 static char *pt (unsigned char *md, int length) in pt() function
56 printf ("random: %s\n", pt (buffer, 8)); in main()
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcallvirtualmethod.s38 bz,pt %xcc, 1f
44 bnz,pt %xcc, 0b
/trunk/main/autodoc/source/parser_i/idoc/
H A Ddocu_pe2.cxx616 pt = '.'; in CheckVersionSyntax_Number() local
630 else if (*p == pt) in CheckVersionSyntax_Number()
642 … AND *i_versionPart2.begin() != pt AND *(pLastPoint + 1) != 0 // points are surrounded by digits in CheckVersionSyntax_Number()
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx650 ScToken* pt[2] = { p1, p2 }; in ExtendRangeReference() local
657 rRef.Extend( pt[i]->GetSingleRef(), rPos); in ExtendRangeReference()
660 rRef.Extend( pt[i]->GetDoubleRef(), rPos); in ExtendRangeReference()
664 const ScRefList* p = pt[i]->GetRefList(); in ExtendRangeReference()
679 rRef.Extend( pt[i]->GetSingleRef(), rPos); in ExtendRangeReference()
685 rRef.Extend( pt[i]->GetDoubleRef(), rPos); in ExtendRangeReference()
H A Dinterpr2.cxx1897 ScToken* pt[2] = { x1, x2 }; in ScIntersect() local
1908 pt[i]->CalcAbsIfRel( aPos); in ScIntersect()
1910 const ScSingleRefData& r = pt[i]->GetSingleRef(); in ScIntersect()
1917 const ScSingleRefData& r = pt[i]->GetSingleRef2(); in ScIntersect()
2008 ScToken* pt[2] = { x1, x2 }; in ScUnionFunc() local
2012 if (pt[i] == xRes) in ScUnionFunc()
2019 aRef.Ref1 = aRef.Ref2 = pt[i]->GetSingleRef(); in ScUnionFunc()
2024 pRes->push_back( pt[i]->GetDoubleRef()); in ScUnionFunc()
2028 const ScRefList* p = pt[i]->GetRefList(); in ScUnionFunc()
/trunk/main/solenv/inc/
H A Dlanglist.mk118 pt \
119 pt-BR \
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx1576 POINT pt; in SetPosSize() local
1577 GetCursorPos( &pt ); in SetPosSize()
1579 aRect.left = pt.x; in SetPosSize()
1580 aRect.top = pt.y; in SetPosSize()
3211 POINT pt; in GetPointerState() local
3212 GetCursorPos( &pt ); in GetPointerState()
3214 aState.maPos = Point( pt.x - maGeometry.nX, pt.y - maGeometry.nY ); in GetPointerState()
4188 POINT pt; in SetMaximizedFrameGeometry() local
4189 GetCursorPos( &pt ); in SetMaximizedFrameGeometry()
4190 aRectMouse.left = pt.x; in SetMaximizedFrameGeometry()
[all …]
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx412 POINT pt; in listenerWndProc() local
413 GetCursorPos(&pt); in listenerWndProc()
425 pt.x, pt.y, hWnd, NULL ); in listenerWndProc()
/trunk/main/
H A Dextensions.lst139 [ language=pt || language=pt_PT ]
140 …02fa66 https://sourceforge.net/projects/aoo-extensions/files/1196/41/oo3x-pt-pt-17.5.29.1.oxt/down…
/trunk/main/scp2/source/writer/
H A Dregistryitem_writer.scp359 Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
429 Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
499 Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
856 Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
988 Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
1112 Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
1228 Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
/trunk/main/sc/source/ui/vba/
H A Dvbaoleobject.cxx37 sal_Int32 pt2mm( double pt ) //1/100mm in pt2mm() argument
39 return static_cast<sal_Int32>(pt * 0.352778); in pt2mm()
/trunk/main/instsetoo_native/util/
H A Dpack.lst18 …u|id|is|it|ja|ka|km|kn|ko|ku|lt|lv|mk|ml|mr|my|nb|nl|nn|oc|om|or|pa-IN|pl|pt|pt-BR|ro|ru|sh|si|sk|…
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A Dcodes.txt23 pt = "{EF92EEBE-4B84-49CE-BED6-BF74DCD9395B}"
41 pt-BR = "{238EB622-30E1-40AE-8824-AF300293A335}"
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A Dcodes.txt23 pt = "{B74A8B8E-968C-4531-8B6C-409E51D0A914}"
41 pt-BR = "{780E6282-6AA2-4CB3-A741-929B89B4DBE0}"
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A Dcodes.txt23 pt = "{BEA03710-78D8-419C-B07A-ED5DAB941507}"
41 pt-BR = "{B98782D1-9927-4A11-A689-AD9CDFB2F068}"
H A Dcodes_ooodev.txt23 pt = "{BEA03710-78D8-419C-B07A-ED5DAB941507}"
41 pt-BR = "{B98782D1-9927-4A11-A689-AD9CDFB2F068}"
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java485 Type pt = p == null ? null : p.getUnoType(); in initMethodDescriptions() local
486 ITypeDescription d = pt == null in initMethodDescriptions()
488 : getDefinitely(pt); in initMethodDescriptions()
/trunk/main/scp2/source/draw/
H A Dregistryitem_draw.scp326 Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
423 Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
700 Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
843 Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
/trunk/main/scp2/source/impress/
H A Dregistryitem_impress.scp360 Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
437 Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
749 Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";
872 Value = "\"<progpath>\program\soffice.exe\" -pt \"%2\" \"%1\"";

Completed in 228 milliseconds

1...<<21222324252627