Home
last modified time | relevance | path

Searched refs:po (Results 1 – 25 of 71) sorted by relevance

123

/AOO41X/main/sw/source/filter/basflt/
H A Dshellio.cxx74 Reader* po = (Reader*) &rOptions; in Read() local
75 po->pStrm = pStrm; in Read()
76 po->pStg = pStg; in Read()
77 po->xStg = xStg; in Read()
78 po->bInsertMode = 0 != pCrsr; in Read()
81 if( 0 != (po->pMedium = pMedium ) && in Read()
82 !po->SetStrmStgPtr() ) in Read()
84 po->SetReadUTF8( sal_False ); in Read()
85 po->SetBlockMode( sal_False ); in Read()
86 po->SetOrganizerMode( sal_False ); in Read()
[all …]
/AOO41X/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java105 Point po = new Point(1000, 8000); in testInsertShape() local
107 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertShape()
128 Point po = new Point(1000, 8000); in testInsertTextToShape() local
130 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertTextToShape()
145 Point po = new Point(1000, 8000); in testShapeFillGradient() local
147 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillGradient()
181 Point po = new Point(1000, 8000); in testShapeFillColor() local
183 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillColor()
204 Point po = new Point(1000, 8000); in testShapeFillHatch() local
206 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillHatch()
[all …]
H A DShapeTypes.java80 Point po = new Point(1000, 8000); in testLineShape() local
82 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testLineShape()
100 Point po = new Point(1000, 8000); in testBasicShape() local
102 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testBasicShape()
/AOO41X/main/postprocess/prj/
H A Dbuild.lst1 po postprocess :: svgio accessibility automation basctl bean chart2 configmgr CRASHRE…
2 po postprocess usr1 - all po_mkout NULL
3 po postprocess\checkxml nmake - all po_checkxml NULL
4 po postprocess\checkdeliver nmake - all po_checkdlv NULL
5 po postprocess\packconfig nmake - all po_packconfig po_checkxml NULL
6 po postprocess\packregistry nmake - all po_packregistry NULL
7 po postprocess\packcomponents nmake - all po_packcomponents NULL
8 po postprocess\rebase nmake - w po_rebase NULL
9 po postprocess\signing nmake - w,sign po_signing po_rebase.w NULL
/AOO41X/test/testuno/source/fvt/uno/sd/chart/
H A DChartTypes.java91 Point po = new Point(1000, 1000); in testInsertAreaChart() local
93 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertAreaChart()
115 Point po = new Point(1000, 1000); in testInsertBubbleChart() local
117 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertBubbleChart()
138 Point po = new Point(1000, 1000); in testInsertBarChart() local
140 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertBarChart()
160 Point po = new Point(1000, 1000); in testInsertConeChart() local
162 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertConeChart()
194 Point po = new Point(1000, 1000); in testInsertLineChart() local
196 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertLineChart()
[all …]
H A DChartProperties.java116 Point po = new Point(1000, 1000); in insertDefaultChart() local
118 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart()
133 Point po = new Point(1000, 1000); in insertDefaultChart2() local
135 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart2()
H A DChartData.java125 Point po = new Point(1000, 1000); in insertDefaultChart() local
127 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart()
/AOO41X/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java92 Point po = new Point(1000, 8000); in testInsertTextToTextbox() local
94 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertTextToTextbox()
110 Point po = new Point(1000, 8000); in testFillGradient() local
112 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillGradient()
150 Point po = new Point(1000, 8000); in testFillColor() local
152 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillColor()
178 Point po = new Point(1000, 8000); in testFillHatch() local
180 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillHatch()
H A DLineProperties.java89 Point po = new Point(1000, 8000); in testShapeLineStyle() local
91 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineStyle()
122 Point po = new Point(1000, 8000); in testShapeLineColor() local
124 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineColor()
/AOO41X/test/testuno/source/fvt/uno/sd/slideshow/
H A DSlideShow.java81 Point po = new Point(5000, 5000); in testSlideShow() local
86 XShape xRectangle1 = ShapeUtil.createShape(impressDocument, po, in testSlideShow()
94 XShape xRectangle2 = ShapeUtil.createShape(impressDocument, po, in testSlideShow()
102 XShape xRectangle3 = ShapeUtil.createShape(impressDocument, po, in testSlideShow()
/AOO41X/main/basic/source/comp/
H A Dsymtbl.cxx449 SbiSymDef* po, *pn=NULL; in Match() local
454 po = pOld->aParams.Get( i ); in Match()
459 if( !po && !pn->IsOptional() && !pn->IsParamArray() ) in Match()
461 po = pOld->aParams.Next(); in Match()
/AOO41X/test/testuno/source/fvt/uno/sc/object/
H A DDrawingObject.java143 Point po = new Point(100, 100); in testDrawingObject() local
145 XShape xShape = ShapeUtil.createShape(scComponent, po, Si, inputType); in testDrawingObject()
/AOO41X/extras/l10n/source/cs/
H A Dlocalize.sdf255 …bc.MozabDriver.ColumnAliases PreferMailFormat 0 cs Formát pošty 20…
1570 …e.Commands..uno:AutomaticCalculation Label 0 cs Automatický výpočet 20130…
1685 …nterface.Commands..uno:JumpToNextTableSel Label 0 cs Vybrat po následující list …
1688 …nterface.Commands..uno:JumpToPrevTableSel Label 0 cs Vybrat po předchozí list …
2018 …ndReportAsMail Label 0 cs Sestava jako zpráva elektronické pošty... …
2391 ….Effects.ooo-emphasis-color-over-by-word Label 0 cs Přebarvit po slovech …
2394 …ects.ooo-emphasis-color-over-by-letter Label 0 cs Přebarvit po znacích …
2577 …face.Properties.from-center-clockwise Label 0 cs Ze středu po směru ručiček …
2579 …ies.from-top-left-clockwise Label 0 cs Z levého horního rohu po směru ručiček …
3307 …ands.UserInterface.Commands..uno:RecTotal Label 0 cs Celkový počet záznamů …
[all …]
/AOO41X/test/testuno/source/fvt/uno/sd/animation/
H A DTextAnimation.java93 Point po = new Point(5000, 5000); in testTextAnimation() local
101 XShape xRectangle = ShapeUtil.createShape(impressDocument, po, in testTextAnimation()
/AOO41X/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphTextProperty.java89 Point po = new Point(5000, 5000); in testParagraphPropertyShape() local
92 …XShape xRectangle = ShapeUtil.createShape(impressDocument, po, new Size(21000, 12500), "com.sun.st… in testParagraphPropertyShape()
H A DParagraphStyle.java91 Point po = new Point(5000, 5000); in ParaStyle() local
94 …XShape xRectangle = ShapeUtil.createShape(impressDocument, po, new Size(21000, 12500), "com.sun.st… in ParaStyle()
/AOO41X/extras/l10n/source/pl/
H A Dlocalize.sdf1976 …rInterface.Commands..uno:DBDSConnectionType Label 0 pl Typ połączenia... …
2061 ….Commands..uno:ClickChangeRotation Label 0 pl Tryb obrotowy po kliknięciu obiektu …
2143 …ommands..uno:GlueHorzAlignCenter Label 0 pl Punkt sklejania pośrodku w poziomie …
2144 …ce.Commands..uno:GlueHorzAlignLeft Label 0 pl Punkt sklejania po lewej …
2145 …ommands..uno:GlueHorzAlignRight Label 0 pl Punkt sklejania po prawej …
2149 …ommands..uno:GlueVertAlignCenter Label 0 pl Punkt sklejania pośrodku w pionie …
2346 …face.Effects.ooo-entrance-diagonal-squares Label 0 pl Bloki po przekątnej …
2375 …rInterface.Effects.ooo-entrance-curve-up Label 0 pl Przylot po krzywej …
2391 ….ooo-emphasis-color-over-by-word Label 0 pl Kolorowanie słowo po słowie 2…
2394 …emphasis-color-over-by-letter Label 0 pl Kolorowanie litera po literze …
[all …]
/AOO41X/extras/l10n/source/sh/
H A Dlocalize.sdf402 …rd.business.Tables.invoices.Fields.shipdate Name 0 sh Datum pošiljke 2…
403 …usiness.Tables.invoices.Fields.shipdate ShortName 0 sh Datum pošiljke 2…
423 …ness.Tables.invoicedetails.Fields.unitprice Name 0 sh Cena po jedinici …
424 ….Tables.invoicedetails.Fields.unitprice ShortName 0 sh Cena po jedinici …
444 …rd.business.Tables.projects.Fields.begindate Name 0 sh Datum početka 2…
445 …usiness.Tables.projects.Fields.begindate ShortName 0 sh Datum početka 2…
463 …rd.business.Tables.events.Fields.begindate Name 0 sh Datum početka 2…
464 …usiness.Tables.events.Fields.begindate ShortName 0 sh Datum početka 2…
465 …rd.business.Tables.events.Fields.begintime Name 0 sh Vreme početka 2…
466 …usiness.Tables.events.Fields.begintime ShortName 0 sh Vreme početka 2…
[all …]
/AOO41X/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx336 g_value_set_string(pStackValue,ec->po ); break; in handleSplitAddress()
349 g_value_set_string(pStackValue,ec->po ); break; in handleSplitAddress()
362 g_value_set_string(pStackValue,ec->po ); break; in handleSplitAddress()
H A DEApi.h129 char *po; member
/AOO41X/extras/l10n/source/sl/
H A Dlocalize.sdf253 …r.comp.sdbc.MozabDriver.ColumnAliases PrimaryEmail 0 sl E-pošta 20130…
254 ….star.comp.sdbc.MozabDriver.ColumnAliases SecondEmail 0 sl E-pošta (2) 2…
255 …bc.MozabDriver.ColumnAliases PreferMailFormat 0 sl Oblika poštnih sporočil …
1823 …ate:resource/toolbar/formsnavigationbar UIName 0 sl Krmarjenje po obrazcu …
1913 …rface.Commands..uno:InsertMenuDataLabels Label 0 sl Oznake po~datkov ... …
2018 …Commands..uno:DBSendReportAsMail Label 0 sl Poročilo kot e-pošta ... …
2061 ….Commands..uno:ClickChangeRotation Label 0 sl Način vrtenja po kliku na predmet …
2111 …rface.Commands..uno:CrookSlant Label 0 sl Postavi v krogu (poševno) …
2114 …nterface.Commands..uno:CustomAnimation Label 0 sl Animacija po meri ... …
2116 …erface.Commands..uno:CustomShowDialog Label 0 sl Projekcija ~po meri ... …
[all …]
/AOO41X/main/
H A D.gitignore55 /*/cscope.po.out
/AOO41X/
H A D.gitignore60 /*/cscope.po.out
/AOO41X/main/libtextcat/data/new_fingerprints/lm/
H A Dtagalog.lm373 po 41
H A Dserbian-latin.lm60 po 1224

123