Home
last modified time | relevance | path

Searched refs:aDocSize (Results 1 – 23 of 23) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dviewdraw.cxx119 Size aDocSize(m_pWrtShell->GetDocSize()); in ExecDraw() local
122 if(rVisArea.Width() > aDocSize.Width()) in ExecDraw()
123 aStartPos.setX( aDocSize.Width() / 2 + rVisArea.Left() ); in ExecDraw()
124 if(rVisArea.Height() > aDocSize.Height()) in ExecDraw()
125 aStartPos.setY( aDocSize.Height() / 2 + rVisArea.Top() ); in ExecDraw()
162 Size aDocSize( m_pWrtShell->GetDocSize() ); in ExecDraw() local
168 if ( rVisArea.Width() > aDocSize.Width()) in ExecDraw()
169 aPos.setX( aDocSize.Width() / 2 + rVisArea.Left() ); in ExecDraw()
173 if (rVisArea.Height() > aDocSize.Height()) in ExecDraw()
174 aPos.setY( aDocSize.Height() / 2 + rVisArea.Top() ); in ExecDraw()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewdraw.cxx125 Size aDocSize(m_pWrtShell->GetDocSize()); in ExecDraw() local
128 if(rVisArea.Width() > aDocSize.Width()) in ExecDraw()
129 aStartPos.setX( aDocSize.Width() / 2 + rVisArea.Left() ); in ExecDraw()
130 if(rVisArea.Height() > aDocSize.Height()) in ExecDraw()
131 aStartPos.setY( aDocSize.Height() / 2 + rVisArea.Top() ); in ExecDraw()
166 Size aDocSize( m_pWrtShell->GetDocSize() ); in ExecDraw() local
172 if( rVisArea.Width() > aDocSize.Width()) in ExecDraw()
173 aPos.setX( aDocSize.Width() / 2 + rVisArea.Left() ); in ExecDraw()
175 if(rVisArea.Height() > aDocSize.Height()) in ExecDraw()
176 aPos.setY( aDocSize.Height() / 2 + rVisArea.Top() ); in ExecDraw()
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/embed/
H A Ddocholder.cxx1104 awt::Size aDocSize = xVisObj->getVisualAreaSize( DVASPECT_CONTENT ); in GetExtent() local
1112 aDocSize.Width = aDocSize.Width * 254 / 144; in GetExtent()
1113 aDocSize.Height = aDocSize.Height * 254 / 144; in GetExtent()
1116 pSize->cx = aDocSize.Width; in GetExtent()
1117 pSize->cy = aDocSize.Height; in GetExtent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/embed/
H A Ddocholder.cxx1113 awt::Size aDocSize = xVisObj->getVisualAreaSize( DVASPECT_CONTENT ); in GetExtent() local
1121 aDocSize.Width = aDocSize.Width * 254 / 144; in GetExtent()
1122 aDocSize.Height = aDocSize.Height * 254 / 144; in GetExtent()
1125 pSize->cx = aDocSize.Width; in GetExtent()
1126 pSize->cy = aDocSize.Height; in GetExtent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dprintfun.hxx137 SCTAB nPrintTab, Size const & aDocSize);
141 SCTAB nPrintTab, Size const & aDocSize);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabview5.cxx342 Size aDocSize = pModelObj->getDocumentSize(); in TabChanged() local
344 ss << aDocSize.Width() << ", " << aDocSize.Height(); in TabChanged()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabview5.cxx325 Size aDocSize = pModelObj->getDocumentSize(); in TabChanged() local
327 ss << aDocSize.Width() << ", " << aDocSize.Height(); in TabChanged()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dprintfun.hxx140 SCTAB nPrintTab, Size const & aDocSize);
144 SCTAB nPrintTab, Size const & aDocSize);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/view/
H A Dpagepreviewlayout.cxx145 Size aDocSize; in CalcPreviewLayoutSizes() local
147 aDocSize.setWidth( mnPreviewLayoutWidth ); in CalcPreviewLayoutSizes()
153 aDocSize.setHeight( nDocRows * maMaxPageSize.Height() + in CalcPreviewLayoutSizes()
156 maPreviewDocRect.SetSize( aDocSize ); in CalcPreviewLayoutSizes()
H A Dviewsh.cxx1052 Size aDocSize = GetDocSize(); in SizeChgNotify() local
1054 … ss << aDocSize.Width() + 2 * DOCUMENTBORDER << ", " << aDocSize.Height() + 2 * DOCUMENTBORDER; in SizeChgNotify()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/view/
H A Dpagepreviewlayout.cxx147 Size aDocSize; in CalcPreviewLayoutSizes() local
149 aDocSize.setWidth( mnPreviewLayoutWidth ); in CalcPreviewLayoutSizes()
155 aDocSize.setHeight( nDocRows * maMaxPageSize.Height() + in CalcPreviewLayoutSizes()
158 maPreviewDocRect.SetSize( aDocSize ); in CalcPreviewLayoutSizes()
H A Dviewsh.cxx1069 Size aDocSize = GetDocSize(); in SizeChgNotify() local
1071 … ss << aDocSize.Width() + 2 * DOCUMENTBORDER << ", " << aDocSize.Height() + 2 * DOCUMENTBORDER; in SizeChgNotify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/html/
H A Dhtmlpars.cxx2635 ScHTMLSize aDocSize( 1, 0 ); // resulting size of the cell in document in RecalcDocSize() local
2643aDocSize.mnCols = std::max( aDocSize.mnCols, static_cast< SCCOL >( pTable->GetDocSize( tdCol ) ) ); in RecalcDocSize()
2646 aDocSize.mnRows += pTable ? pTable->GetDocSize( tdRow ) : 1; in RecalcDocSize()
2648 if( !aDocSize.mnRows ) in RecalcDocSize()
2649 aDocSize.mnRows = 1; in RecalcDocSize()
2652 CalcNeededDocSize( tdCol, rCellPos.mnCol, aCellSpan.mnCols, aDocSize.mnCols ); in RecalcDocSize()
2654 CalcNeededDocSize( tdRow, rCellPos.mnRow, aCellSpan.mnRows, aDocSize.mnRows ); in RecalcDocSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/html/
H A Dhtmlpars.cxx2616 ScHTMLSize aDocSize( 1, 0 ); // resulting size of the cell in document in RecalcDocSize() local
2624aDocSize.mnCols = std::max( aDocSize.mnCols, static_cast< SCCOL >( pTable->GetDocSize( tdCol ) ) ); in RecalcDocSize()
2627 aDocSize.mnRows += pTable ? pTable->GetDocSize( tdRow ) : 1; in RecalcDocSize()
2629 if( !aDocSize.mnRows ) in RecalcDocSize()
2630 aDocSize.mnRows = 1; in RecalcDocSize()
2633 CalcNeededDocSize( tdCol, rCellPos.mnCol, aCellSpan.mnCols, aDocSize.mnCols ); in RecalcDocSize()
2635 CalcNeededDocSize( tdRow, rCellPos.mnRow, aCellSpan.mnRows, aDocSize.mnRows ); in RecalcDocSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/tiledrendering/
H A Dtiledrendering.cxx411 Size aDocSize = pModelObj->getDocumentSize(); in testDocumentSize() local
412 CPPUNIT_ASSERT(aDocSize.Width() > 0); in testDocumentSize()
413 CPPUNIT_ASSERT(aDocSize.Height() > 0); in testDocumentSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dimivctl1.cxx1821 Size aDocSize( aDocRect.GetSize() ); in HandleScrollCommand() local
1823 bool bHor = aDocSize.Width() > aVisSize.Width(); in HandleScrollCommand()
1824 bool bVer = aDocSize.Height() > aVisSize.Height(); in HandleScrollCommand()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dimivctl1.cxx1897 Size aDocSize( aDocRect.GetSize() ); in HandleScrollCommand() local
1899 bool bHor = aDocSize.Width() > aVisSize.Width(); in HandleScrollCommand()
1900 bool bVer = aDocSize.Height() > aVisSize.Height(); in HandleScrollCommand()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/tiledrendering/
H A Dtiledrendering.cxx394 Size aDocSize = pModelObj->getDocumentSize(); in testDocumentSize() local
395 CPPUNIT_ASSERT(aDocSize.Width() > 0); in testDocumentSize()
396 CPPUNIT_ASSERT(aDocSize.Height() > 0); in testDocumentSize()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender_bindings/
H A Dwebrender_ffi_generated.h992 DeviceUintSize aDocSize,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uno/
H A Dunotxdoc.cxx3148 Size aDocSize = pViewShell->GetDocSize(); in getDocumentSize() local
3150 return Size(aDocSize.Width() + 2 * DOCUMENTBORDER, in getDocumentSize()
3151 aDocSize.Height() + 2 * DOCUMENTBORDER); in getDocumentSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uno/
H A Dunotxdoc.cxx3157 Size aDocSize = pViewShell->GetDocSize(); in getDocumentSize() local
3159 return Size(aDocSize.Width() + 2 * DOCUMENTBORDER, in getDocumentSize()
3160 aDocSize.Height() + 2 * DOCUMENTBORDER); in getDocumentSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Ddocuno.cxx559 Size aDocSize = getDocumentSize(); in paintTile() local
560 …pGridWindow->SetOutputSizePixel(Size(aDocSize.Width() * pViewData->GetPPTX(), aDocSize.Height() * … in paintTile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Ddocuno.cxx514 Size aDocSize = getDocumentSize(); in paintTile() local
515 …pGridWindow->SetOutputSizePixel(Size(aDocSize.Width() * pViewData->GetPPTX(), aDocSize.Height() * … in paintTile()