Home
last modified time | relevance | path

Searched refs:nSectionHeight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1075 aNewPos.Y() -= nSectionHeight; in BegDragObj_createInvisibleObjectAtPosition()
1103 aAbsolutePnt.Y() += nSectionHeight; in BegDragObj()
1158 aNewObjPos.Y() += nSectionHeight; in BegDragObj()
1215 aNewPos.Y() -= nSectionHeight; in BegDragObj()
1246 aNewPos.Y() += nSectionHeight; in BegMarkObj()
1460 aCurrentSectionPos.Y() += nSectionHeight; in MovAction()
1471 const long nSectionHeight = (*aIter)->PixelToLogic((*aIter)->GetOutputSizePixel()).Height(); in MovAction() local
1478 aClipRect.Bottom() = aClipRect.Top() + nSectionHeight; in MovAction()
1487 aPosForWorkArea.Y() += nSectionHeight; in MovAction()
1502 const long nSectionHeight = (*aIter)->PixelToLogic((*aIter)->GetOutputSizePixel()).Height(); in MovAction() local
[all …]
H A DReportController.cxx2632 const sal_Int32 nSectionHeight = _xSection->getHeight(); in shrinkSectionBottom() local
2649 …if (nMaxPositionY > (nSectionHeight - 7) ) // Magic Number, we use a little bit less heights for r… in shrinkSectionBottom()
2666 const sal_Int32 nSectionHeight = _xSection->getHeight(); in shrinkSectionTop() local
2667 sal_Int32 nMinPositionY = nSectionHeight; in shrinkSectionTop()
2694 const sal_Int32 nNewSectionHeight = nSectionHeight - nMinPositionY; in shrinkSectionTop()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx1206 sal_Int32 nSectionHeight = xFixedLine->getSection()->getHeight(); in exportAutoStyle() local
1229 if ( (aPos.Y + aSize.Height) == nSectionHeight ) in exportAutoStyle()

Completed in 48 milliseconds