Home
last modified time | relevance | path

Searched refs:GetY (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx1110 sal_Int32 nY = GetY( mnFirstImpLine ); in ImplDrawFirstLineSep()
1129 sal_Int32 nY2 = GetY( GetLastVisLine() + 1 ); in ImplDrawColumnBackgr()
1153 ImplDrawCellText( Point( nStrX, GetY( GetFirstVisLine() + nLine ) ), aText ); in ImplDrawColumnBackgr()
1172 aRect.Bottom() = GetY( GetLastVisLine() + 1 ); in ImplDrawRowHeaders()
1184 maBackgrDev.DrawText( Point( nX, GetY( nLine ) ), aText ); in ImplDrawRowHeaders()
1239 aRect = Rectangle( nX1, GetHdrHeight() + 1, nX2, GetY( GetLastVisLine() + 1 ) - 1 ); in ImplDrawColumnSelection()
1325 aRect.Bottom() = GetY( GetLastVisLine() + 1 ); in ImplInvertCursor()
1336 sal_Int32 nY2 = Min( GetY( GetLastVisLine() + 1 ), GetHeight() ) - 1; in ImplDrawTrackingRect()
H A Dcsvcontrol.cxx266 sal_Int32 ScCsvControl::GetY( sal_Int32 nLine ) const in GetY() function in ScCsvControl
/trunk/main/vcl/source/window/
H A Dsyswin.cxx517 if( rData.GetY() > -16384 && rData.GetY() < 16384 ) in ImplWindowStateFromStr()
621 rStr.Append( ByteString::CreateFromInt32( rData.GetY() ) ); in ImplWindowStateToStr()
730 aState.mnY = rData.GetY(); in SetWindowStateData()
837 long nY = rData.GetY(); 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/style/
H A DMarkerStyle.cxx117 pViewBox->GetX(), pViewBox->GetY(), in importXML()
118 … pViewBox->GetX() + pViewBox->GetWidth(), pViewBox->GetY() + pViewBox->GetHeight()); in importXML()
/trunk/main/xmloff/source/draw/
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.hxx158 sal_Int32 GetY() const { return mnY; } in GetY() function in SdXMLPresentationPlaceholderContext
H A Dximpcustomshape.cxx860 basegfx::fround(aViewBox.GetY()), in StartElement()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx408 double GetY();
779 double ColorFieldControl::GetY() in GetY() function in cui::ColorFieldControl
1369 double y = maColorField.GetY(); in IMPL_LINK()
/trunk/main/xmloff/inc/
H A Dxexptran.hxx129 double GetY() const { return mfY; } in GetY() function in SdXMLImExViewBox
/trunk/main/vcl/inc/vcl/
H A Dsyswin.hxx111 int GetY() const { return mnY; } in GetY() function in WindowStateData
/trunk/main/sc/source/ui/inc/
H A Dcsvcontrol.hxx392 sal_Int32 GetY( sal_Int32 nLine ) 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.cxx1625 (mnLine == CSV_LINE_HEADER) ? 0 : rGrid.GetY( mnLine ) ); in implGetRealPos()

Completed in 128 milliseconds