/aoo42x/main/sc/source/ui/dbgui/ |
H A D | csvgrid.cxx | 1110 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 D | csvcontrol.cxx | 266 sal_Int32 ScCsvControl::GetY( sal_Int32 nLine ) const in GetY() function in ScCsvControl
|
/aoo42x/main/vcl/source/window/ |
H A D | syswin.cxx | 517 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 D | dockwin.cxx | 1085 Point aPos( aData.GetX(), aData.GetY() ); in GetFloatingPos() 1098 Point aPos( aData.GetX(), aData.GetY() ); in GetFloatingPos()
|
H A D | dockmgr.cxx | 1550 Point aPos( aData.GetX(), aData.GetY() ); in GetFloatingPos()
|
/aoo42x/main/xmloff/source/style/ |
H A D | MarkerStyle.cxx | 117 pViewBox->GetX(), pViewBox->GetY(), in importXML() 118 … pViewBox->GetX() + pViewBox->GetWidth(), pViewBox->GetY() + pViewBox->GetHeight()); in importXML()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | ximpshap.cxx | 1417 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 D | ximpstyl.hxx | 158 sal_Int32 GetY() const { return mnY; } in GetY() function in SdXMLPresentationPlaceholderContext
|
H A D | ximpcustomshape.cxx | 860 basegfx::fround(aViewBox.GetY()), in StartElement()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | colorpicker.cxx | 408 double GetY(); 779 double ColorFieldControl::GetY() in GetY() function in cui::ColorFieldControl 1369 double y = maColorField.GetY(); in IMPL_LINK()
|
/aoo42x/main/xmloff/inc/ |
H A D | xexptran.hxx | 129 double GetY() const { return mfY; } in GetY() function in SdXMLImExViewBox
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | syswin.hxx | 111 int GetY() const { return mnY; } in GetY() function in WindowStateData
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | csvcontrol.hxx | 392 sal_Int32 GetY( sal_Int32 nLine ) const;
|
/aoo42x/main/xmloff/source/text/ |
H A D | XMLTextFrameContext.cxx | 325 aViewBox.GetX(), aViewBox.GetY(), in XMLTextFrameContourContext_Impl() 326 aViewBox.GetX() + aViewBox.GetWidth(), aViewBox.GetY() + aViewBox.GetHeight()); in XMLTextFrameContourContext_Impl()
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCsvControl.cxx | 1625 (mnLine == CSV_LINE_HEADER) ? 0 : rGrid.GetY( mnLine ) ); in implGetRealPos()
|