Searched refs:xPos (Results 1 – 7 of 7) sorted by relevance
| /AOO42X/main/chart2/source/controller/dialogs/ ! |
| H A D | CommonResources.hrc | 26 #define BUTTONS_OK_CANCEL_HELP( xPos, yPos, xOffset, yOffset ) \ 29 Pos = MAP_APPFONT ( xPos , yPos ) ; \ 36 Pos = MAP_APPFONT ( xPos+xOffset , yPos+yOffset ) ; \ 42 Pos = MAP_APPFONT ( xPos+xOffset+xOffset , yPos+yOffset+yOffset ) ; \ 47 #define BUTTONS_OK_CANCEL_HELP_STACKED( xPos ) \ 48 BUTTONS_OK_CANCEL_HELP( xPos, 6, 0, 17 ) 50 #define BUTTONS_HELP_OK_CANCEL( xPos, yPos, xOffset, yOffset ) \ 53 Pos = MAP_APPFONT ( xPos , yPos ) ; \ 59 Pos = MAP_APPFONT ( xPos+xOffset , yPos+yOffset ) ; \ 66 Pos = MAP_APPFONT ( xPos+xOffset+xOffset , yPos+yOffset+yOffset ) ; \ [all …]
|
| /AOO42X/main/sc/workben/ ! |
| H A D | test.cxx | 339 XTextPositionRef xPos = (XTextPosition*)xCursor->queryInterface(XTextPosition::getSmartUik()); in lcl_SetText() local 346 if (!xPos.is() || !xControl.is() || !xPara.is()) return; // PropertySet kann fehlen in lcl_SetText() 351 xPos->collapseToEnd(); in lcl_SetText() 352 xPos->setText(L"s\xFClz"); // zweiter Absatz in lcl_SetText() 448 XTextPositionRef xPos = (XTextPosition*) in lcl_Annotations() local 453 if (xPos && xControl) in lcl_Annotations() 460 xPos->setText(L"ubb"); in lcl_Annotations() 463 xPos->collapseToEnd(); in lcl_Annotations() 465 xPos->collapseToEnd(); in lcl_Annotations() 466 xPos->setText(L"dumdi"); in lcl_Annotations() [all …]
|
| /AOO42X/main/slideshow/source/engine/transitions/ ! |
| H A D | waterfallwipe.cxx | 48 const sal_Int32 xPos = (sqrtElements - pos - 1); in WaterfallWipe() local 51 ::basegfx::pruneScaleValue( xPos * elementEdge ), in WaterfallWipe() 54 ::basegfx::pruneScaleValue( (xPos + 1) * elementEdge ), in WaterfallWipe()
|
| /AOO42X/main/chart2/source/view/diagram/ ! |
| H A D | VDiagram.cxx | 554 double xPos = 0.0; in createShapes_3d() local 556 xPos = FIXED_SIZE_FOR_3D_CHART_VOLUME; in createShapes_3d() 557 Stripe aStripe( drawing::Position3D(xPos,FIXED_SIZE_FOR_3D_CHART_VOLUME,0) in createShapes_3d() 563 aStripe = Stripe( drawing::Position3D(xPos,FIXED_SIZE_FOR_3D_CHART_VOLUME,0) in createShapes_3d()
|
| /AOO42X/main/sw/source/ui/uno/ ! |
| H A D | unotxvw.cxx | 295 uno::Reference< text::XTextRange > xPos(xInterface, uno::UNO_QUERY); in select() local 328 else if(!pFrame && !pCell && xPos.is()) in select() 331 if (::sw::XTextRangeToSwPaM(aPam, xPos)) in select() 562 uno::Reference< container::XIndexAccess > xPos = new SwXTextRanges(rSh.GetCrsr()); in getSelection() local 563 aRef = uno::Reference< uno::XInterface >(xPos, uno::UNO_QUERY); in getSelection()
|
| /AOO42X/main/xmloff/source/text/ ! |
| H A D | txtparai.cxx | 1119 Reference<XTextRange> xPos( in StartElement() local 1135 XMLHint_Impl* pHint = new XMLIndexMarkHint_Impl(xMark, xPos); in StartElement() 1156 new XMLIndexMarkHint_Impl(xMark, xPos, sID); in StartElement() 1185 pHint->SetEnd(xPos); in StartElement()
|
| /AOO42X/main/svtools/source/filter/ ! |
| H A D | sgvtext.cxx | 1046 short xPos; in Draw() local 1085 T1=T; Index1=0; yPos=0; xPos=0; in Draw() 1134 xp1=long(Pos1.x)+xPos+long(xLine[i]); in Draw()
|