Home
last modified time | relevance | path

Searched refs:GetX (Results 1 – 17 of 17) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dcsvruler.cxx563 … aRect.Right() = Min( Min( GetX( GetPosCount() ), GetLastX() ), nPosX + nWidth - sal_Int32( 1 ) ); in ImplDrawArea()
589 sal_Int32 nX = GetX( nPos ); in ImplDrawBackgrDev()
603 sal_Int32 nTextX = GetX( nPos ) - nTextWidth / 2; in ImplDrawBackgrDev()
613 Point aPos( GetX( nPos ) - mnSplitSize / 2, GetHeight() - mnSplitSize - 2 ); in ImplDrawSplit()
618 maRulerDev.DrawPixel( Point( GetX( nPos ), GetHeight() - 2 ) ); in ImplDrawSplit()
627 Point aPos( GetX( nPos ) - mnSplitSize / 2, 0 ); in ImplEraseSplit()
650 …ImplInvertRect( maRulerDev, Rectangle( Point( GetX( nPos ) - 1, 0 ), Size( 3, GetHeight() - 1 ) ) … in ImplInvertCursor()
H A Dcsvgrid.cxx410 return GetX( GetColumnPos( nColIndex ) ); in GetColumnX()
1146 sal_Int32 nStrX = GetX( nFirstVisPos ); in ImplDrawColumnBackgr()
1304 sal_Int32 nLastX = GetX( GetPosCount() ) + 1; in ImplDrawHorzScrolled()
1321 sal_Int32 nX = GetX( nPos ) - 1; in ImplInvertCursor()
H A Dcsvcontrol.cxx231 sal_Int32 ScCsvControl::GetX( sal_Int32 nPos ) const in GetX() function in ScCsvControl
/trunk/main/vcl/source/window/
H A Dsyswin.cxx506 if( rData.GetX() > -16384 && rData.GetX() < 16384 ) in ImplWindowStateFromStr()
618 rStr.Append( ByteString::CreateFromInt32( rData.GetX() ) ); in ImplWindowStateToStr()
729 aState.mnX = rData.GetX(); in SetWindowStateData()
836 long nX = rData.GetX(); in SetWindowStateData()
H A Ddockwin.cxx1085 Point aPos( aData.GetX(), aData.GetY() ); in GetFloatingPos()
1098 Point aPos( aData.GetX(), aData.GetY() ); in GetFloatingPos()
H A Ddockmgr.cxx1550 Point aPos( aData.GetX(), aData.GetY() ); in GetFloatingPos()
/trunk/main/xmloff/source/draw/
H A Dximpstyl.cxx656 if(pObj1->GetX() < pObj2->GetX()) in EndElement()
692 if(pObj1->GetX() < pObj2->GetX()) in EndElement()
711 if(pObj1->GetX() < pObj2->GetX()) in EndElement()
H A Dximpshap.cxx1417 aViewBox.GetX(), aViewBox.GetY(), in StartElement()
1418 … aViewBox.GetX() + aViewBox.GetWidth(), aViewBox.GetY() + aViewBox.GetHeight()); in StartElement()
1420 aViewBox.GetX(), aViewBox.GetY(), in StartElement()
1421 aViewBox.GetX() + aSize.getX(), aViewBox.GetY() + aSize.getY()); in StartElement()
1518 aViewBox.GetX(), aViewBox.GetY(), in StartElement()
1519 aViewBox.GetX() + aViewBox.GetWidth(), aViewBox.GetY() + aViewBox.GetHeight()); in StartElement()
1521 aViewBox.GetX(), aViewBox.GetY(), in StartElement()
1522 aViewBox.GetX() + aSize.getX(), aViewBox.GetY() + aSize.getY()); in StartElement()
H A Dximpstyl.hxx157 sal_Int32 GetX() const { return mnX; } in GetX() function in SdXMLPresentationPlaceholderContext
H A Dximpcustomshape.cxx859 basegfx::fround(aViewBox.GetX()), in StartElement()
/trunk/main/xmloff/source/style/
H A DMarkerStyle.cxx117 pViewBox->GetX(), pViewBox->GetY(), in importXML()
118 … pViewBox->GetX() + pViewBox->GetWidth(), pViewBox->GetY() + pViewBox->GetHeight()); in importXML()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx407 double GetX();
772 double ColorFieldControl::GetX() in GetX() function in cui::ColorFieldControl
1368 double x = maColorField.GetX(); in IMPL_LINK()
/trunk/main/xmloff/inc/
H A Dxexptran.hxx128 double GetX() const { return mfX; } in GetX() function in SdXMLImExViewBox
/trunk/main/vcl/inc/vcl/
H A Dsyswin.hxx109 int GetX() const { return mnX; } in GetX() function in WindowStateData
/trunk/main/sc/source/ui/inc/
H A Dcsvcontrol.hxx367 sal_Int32 GetX( sal_Int32 nPos ) const;
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx325 aViewBox.GetX(), aViewBox.GetY(), in XMLTextFrameContourContext_Impl()
326 aViewBox.GetX() + aViewBox.GetWidth(), aViewBox.GetY() + aViewBox.GetHeight()); in XMLTextFrameContourContext_Impl()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx510 Point aPos( rRuler.GetX( lcl_GetRulerPos( nIndex ) ) - rRuler.GetCharWidth() / 2, 0 ); in getCharacterBounds()

Completed in 126 milliseconds