Searched refs:xPos (Results 1 – 7 of 7) sorted by relevance
/aoo41x/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 ) ; \ 71 #define BUTTONS_HELP_OK_CANCEL_NEXT( xPos, yPos ) \ [all …]
|
/aoo41x/main/sc/workben/ |
H A D | test.cxx | 351 xPos->collapseToEnd(); in lcl_SetText() 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() 1391 xPos->collapseToEnd(); in lcl_CellAttrib() 1396 xPos->setText(L"x"); in lcl_CellAttrib() 1398 xPos->collapseToEnd(); in lcl_CellAttrib() 1721 if (xPos && xControl) in IMPL_LINK() [all …]
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtparai.cxx | 1118 Reference<XTextRange> xPos( in StartElement() local 1134 XMLHint_Impl* pHint = new XMLIndexMarkHint_Impl(xMark, xPos); in StartElement() 1155 new XMLIndexMarkHint_Impl(xMark, xPos, sID); in StartElement() 1184 pHint->SetEnd(xPos); in StartElement()
|
/aoo41x/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()
|
Completed in 102 milliseconds