Home
last modified time | relevance | path

Searched refs:Height (Results 26 – 50 of 1739) sorted by relevance

12345678910>>...70

/aoo42x/main/sw/source/filter/html/
H A Dhtmlform.cxx481 if( !Width && !Height ) in init()
486 aNewSz.Height = Height; in init()
493 aNewSz.Height = aTmp.Height(); in init()
503 aNewSz.Height = aSz.Height; in init()
771 aNewSz.Height = aTmpSz.Height; in SetControlSize()
789 aNewSz.Height = aTmpSz.Height; in SetControlSize()
800 aNewSz.Height = aTmpSz.Height(); in SetControlSize()
808 if( aNewSz.Height ) in SetControlSize()
812 aSz.Height = aNewSz.Height; in SetControlSize()
976 aTmpSz.Height = rSize.Height(); in InsertControl()
[all …]
H A Dhtmlplug.cxx139 bPrcHeight || USHRT_MAX==rPixSize.Height() ? 0 : rPixSize.Height() ); in SetFixSize()
178 aTwipSz.Height() = rTwipDfltSize.Height(); in SetFixSize()
190 aTwipSz.Height() = rTwipDfltSize.Height(); in SetFixSize()
192 else if( USHRT_MAX==rPixSize.Height() ) in SetFixSize()
194 aTwipSz.Height() = rTwipDfltSize.Height(); in SetFixSize()
196 if( aTwipSz.Height() < MINFLY ) in SetFixSize()
198 aTwipSz.Height() = MINFLY; in SetFixSize()
361 if( USHRT_MAX==aSize.Height() ) in InsertEmbed()
372 if( USHRT_MAX==aSpace.Height() ) in InsertEmbed()
397 if( USHRT_MAX==aSpace.Height() ) in InsertEmbed()
[all …]
H A Dhtmlfly.cxx634 aTwipSpc.Height() = in OutFrmFmtOptions()
649 if( !aPixelSpc.Height() && aTwipSpc.Height() ) in OutFrmFmtOptions()
650 aPixelSpc.Height() = 1; in OutFrmFmtOptions()
658 if( aPixelSpc.Height() ) in OutFrmFmtOptions()
670 aTwipSpc.Height() *= -2; in OutFrmFmtOptions()
675 aTwipSpc.Height() = 0; in OutFrmFmtOptions()
711 aTwipSz.Height() = 0; in OutFrmFmtOptions()
722 if( !aPixelSz.Height() && aTwipSz.Height() ) in OutFrmFmtOptions()
1111 if( !aPixelBorder.Height() && aTwipBorder.Height() ) in OutHTML_Image()
1273 if( !aPixelSz.Height() && rSize.Height() ) in OutHTML_BulletImage()
[all …]
/aoo42x/main/svtools/source/edit/
H A Dsvmedit.cxx461 aSz.Height() -= nSBWidth+1; in Resize()
683 aSz.Height() += mpHScrollBar->GetSizePixel().Height(); in CalcMinimumSize()
700 aSz.Height() = nLines*aCharSz.Height(); in CalcSize()
710 aSz.Height() += mpHScrollBar->GetSizePixel().Height(); in CalcSize()
723 rnLines = (sal_uInt16) (aOutSz.Height()/aCharSz.Height()); in GetMaxVisColumnsAndLines()
1281 aSz.Height() += nTop+nBottom; in CalcMinimumSize()
1301 aSz.Height() += nTop+nBottom; in CalcAdjustedSize()
1313 aSz.Height() += nTop+nBottom; in CalcSize()
1441 sal_uLong nLines = (sal_uLong) (aSize.Height() / aTextSz.Height()); in Draw()
1444 aTextSz.Height() = nLines*aTextSz.Height(); in Draw()
[all …]
/aoo42x/main/wizards/com/sun/star/wizards/ui/
H A DImageList.java173 … new Integer((imageSize.Height + gap.Height) * rows + gap.Height + imageTextHeight + 1), in create()
175 new Integer(pos.Height), in create()
212 new Integer(imageSize.Height + (selectionGap.Height * 2)), in create()
241 new Integer(pos.Height + (imageSize.Height + gap.Height) * rows + gap.Height), in create()
258 …new Integer(pos.Height + (imageSize.Height + gap.Height) * rows + gap.Height + imageTextHeight + 1… in create()
270 …new Integer(pos.Height + (imageSize.Height + gap.Height) * rows + gap.Height + imageTextHeight + 1… in create()
282 …new Integer(pos.Height + (imageSize.Height + gap.Height) * rows + gap.Height + imageTextHeight + (… in create()
312 m_imageHeight = new Integer(imageSize.Height); in create()
382 return pos.Height + row * (imageSize.Height + gap.Height) + gap.Height; in getImagePosY()
476 MOVE_SELECTION_VALS[1] = new Integer(getImagePosY(row) - selectionGap.Height); in moveSelection()
H A DButtonList.java115 int nYPos = pos.Height + (m_aButtonSize.Height + gap.Height) * rows + gap.Height; in create()
167 …Integer.valueOf(pos.Height + (m_aButtonSize.Height + gap.Height) * rows + gap.Height + imageTextHe… in create()
179 …Integer.valueOf(pos.Height + (m_aButtonSize.Height + gap.Height) * rows + gap.Height + imageTextHe… in create()
191 …Integer.valueOf(pos.Height + (m_aButtonSize.Height + gap.Height) * rows + gap.Height + imageTextHe… in create()
210 m_aButtonHeight = Integer.valueOf(m_aButtonSize.Height); in create()
281 return pos.Height + _row * (m_aButtonSize.Height + gap.Height) + gap.Height; in getButtonPosY()
/aoo42x/main/chart2/source/view/main/
H A DVLegend.cxx85 (aPropRefSize.Height > 0)) in lcl_CalcViewFontSize()
151 (aPropRefSize.Height > 0) && in lcl_getProperties()
220 aResult.Height = ::std::max( aResult.Height, aCurrSize.Height ); in lcl_createTextShapes()
627 aResultingLegendSize.Height = nMaxYPos + nYPadding; in lcl_placeLegendEntries()
755 sal_Int32 nExtent = aLegendSize.Height; in lcl_calculatePositionAndRemainingSpace()
762 rRemainingSpace.Height -= ( aLegendSize.Height + nYDistance ); in lcl_calculatePositionAndRemainingSpace()
779 if( aResult.Y + aLegendSize.Height > rPageSize.Height ) in lcl_calculatePositionAndRemainingSpace()
781 sal_Int32 nNewY( (rPageSize.Height - aLegendSize.Height) - nEdgeDistance ); in lcl_calculatePositionAndRemainingSpace()
782 if( nNewY > rPageSize.Height / 4 ) in lcl_calculatePositionAndRemainingSpace()
918 …aLegendSize.Height = static_cast<sal_Int32>( ::rtl::math::approxCeil( aRelativeSize.Secondary * rP… in createShapes()
[all …]
/aoo42x/main/svx/source/gallery2/
H A Dgalobj.cxx65 if(rSizePixel.Width() && rSizePixel.Height()) in createPreviewBitmapEx()
86 const double fScaleY((double)rSizePixel.Height() / (double)aCurrentSizePixel.Height()); in createPreviewBitmapEx()
114 if( aBmpSize.Width() && aBmpSize.Height() ) in CreateThumb()
120 aBmpEx.GetPrefSize().Height() > 0 ) in CreateThumb()
124 if( aLogSize.Width() > 0 && aLogSize.Height() > 0 ) in CreateThumb()
141 if( ( aBmpSize.Width() <= S_THUMB ) && ( aBmpSize.Height() <= S_THUMB ) ) in CreateThumb()
148 const float fFactor = (float) aBmpSize.Width() / aBmpSize.Height(); in CreateThumb()
154 (double) aNewSize.Height() / aBmpSize.Height(), in CreateThumb()
171 aSize.Height() = (sal_Int32)( S_THUMB / fFactor ); in CreateThumb()
590 if(aDiscreteSize.Width() && aDiscreteSize.Height()) in CreateThumb()
[all …]
/aoo42x/main/cui/source/tabpages/
H A Dgrfpage.cxx336 nOldHeight = aSize.Height(); in ActivatePage()
459 long nHeight = aOrigSize.Height() - in IMPL_LINK()
522 / 100 >= aPageSize.Height())) in IMPL_LINK()
528 nTop = aOrigSize.Height() - in IMPL_LINK()
536 nBottom = aOrigSize.Height() - in IMPL_LINK()
571 long nHeight = aOrigSize.Height() - in IMPL_LINK()
680 long nVal = aOrigSize.Height() / -3; in GraphicHasChanged()
793 (aWinSize.Height() - aFrameSize.Height())/2), in Paint()
813 if(!aFrameSize.Height()) in SetFrameSize()
814 aFrameSize.Height() = 1; in SetFrameSize()
[all …]
/aoo42x/main/framework/source/services/
H A Dbackingwindow.cxx260 maButtonImageSize.Height() += 12; in BackingWindow()
453 nYPos += (maWelcomeSize.Height()*3)/2; in initControls()
458 nYPos += maWelcomeSize.Height(); in initControls()
483 nYPos += (maProductSize.Height()*3)/2; in initControls()
534 nYPos += maButtonImageSize.Height() + 10; in initControls()
541 nYPos += maButtonImageSize.Height() + 10; in initControls()
549 nYPos += 3*maButtonImageSize.Height() / 2; in initControls()
614 if( aImgSize.Height() > maButtonImageSize.Height() ) in loadImage()
615 maButtonImageSize.Height() = aImgSize.Height(); in loadImage()
791 (aWindowSize.Height() - aControlSize.Height()) / 2 ), in Resize()
[all …]
/aoo42x/main/svx/source/dialog/
H A Ddlgctrl.cxx136 aPtLM = Point( 0 + nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
612 if( aPt.Y() < aSize.Height() / 3 ) in GetApproxLogPtFromPixPt()
614 else if( aPt.Y() < aSize.Height() * 2 / 3 ) in GetApproxLogPtFromPixPt()
1056 aPtTl.Y() = aRectSize.Height() * i / nLines + 1; in Paint()
1096 nTop = aRectSize.Height() * i / nLines + 1; in implCalFocusRect()
1097 nBottom = aRectSize.Height() * (i + 1) / nLines - 1; in implCalFocusRect()
1650 …pEx.GetSizePixel().Width() >= rSize.Width() && rBitmapEx.GetSizePixel().Height() >= rSize.Height()) in formatBitmapExToSize()
1661 for(sal_Int32 y(0); y < rSize.Height(); y += aBitmapSize.Height()) in formatBitmapExToSize()
2230 const sal_Int32 aYPosA(aOutputSize.Height() / 2); in SvxXLinePreview()
2329 aPos.Y() -= maSymbolSize.Height() / 2; in Paint()
[all …]
/aoo42x/main/toolkit/source/awt/
H A Dvclxsplitter.cxx144 splitDiff = rArea.Height - maAllocation.Height; in allocateArea()
151 int width = mbHorizontal ? rArea.Width : rArea.Height; in allocateArea()
154 setPosSize( rArea.X, rArea.Y, rArea.Width, rArea.Height, PosSize::POSSIZE ); in allocateArea()
156 mpSplitter->SetPosSizePixel( splitPos, 0, splitLen, rArea.Height, PosSize::POSSIZE ); in allocateArea()
159 mpSplitter->SetDragRectPixel( ::Rectangle( 0, 0, rArea.Width, rArea.Height ) ); in allocateArea()
165 awt::Rectangle childRect( 0, 0, rArea.Width, rArea.Height ); in allocateArea()
170 childRect.Height = leftWidth - 2; in allocateArea()
175 awt::Rectangle childRect( 0, 0, rArea.Width, rArea.Height ); in allocateArea()
185 childRect.Height = rightWidth; in allocateArea()
205 size.Height = SAL_MAX( size.Height, childSize.Height ); in getMinimumSize()
[all …]
/aoo42x/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx76 maWinSize.Height() = 0; in _Clear()
110 maMaxPageSize.Height() = 0; in _ClearPrevwLayoutSizes()
152 if ( rPageSize.Height() > maMaxPageSize.Height() ) in _CalcPrevwLayoutSizes()
153 maMaxPageSize.Height() = rPageSize.Height(); in _CalcPrevwLayoutSizes()
158 mnRowHeight = maMaxPageSize.Height() + mnYFree; in _CalcPrevwLayoutSizes()
174 aDocSize.Height() = nDocRows * maMaxPageSize.Height() + in _CalcPrevwLayoutSizes()
528 if ( mnPrevwLayoutHeight <= maWinSize.Height() && in _CalcAdditionalPaintOffset()
562 aSize.Height() = Min( mnPrevwLayoutHeight, in _CalcDocPrevwPaintRect()
602 aCurrPaintOffset.Y() < maWinSize.Height() in _CalcPreviewPages()
698 if ( _opPrevwPage->aPageSize.Height() < maMaxPageSize.Height() ) in _CalcPreviewDataForPage()
[all …]
/aoo42x/main/sw/source/ui/misc/
H A Dinsrule.cxx157 if(aGrfSize.Width() && aGrfSize.Height()) in UserDraw()
159 int nRelGrf = aGrfSize.Height() * 100 / aGrfSize.Width(); in UserDraw()
162 int nRelWin = aWinSize.Height() * 100 / aWinSize.Width(); in UserDraw()
171 aBLPos.Y() += (aWinSize.Height() - aPaintSize.Height()) /2; in UserDraw()
174 aBLPos.Y() -= aPaintSize.Height() /2; in UserDraw()
177 aPaintSize.Height() *= 2; in UserDraw()
178 if(aPaintSize.Height() < 2) in UserDraw()
179 aPaintSize.Height() = 2; in UserDraw()
198 aSize.Height() = nRectHeight * 2 / 3; in UserDraw()
203 aSize.Height() = pDev->GetTextHeight(); in UserDraw()
[all …]
/aoo42x/main/sdext/source/minimizer/
H A Dgraphiccollector.cxx84 if ( rUser.maLogicalSize.Height > aIter->maLogicalSize.Height ) in ImpAddEntity()
85 aIter->maLogicalSize.Height = rUser.maLogicalSize.Height; in ImpAddEntity()
119 if ( aSize100thMM.Width && aSize100thMM.Height ) in ImpAddGraphicEntity()
123 if ( aCropSize.Width && aCropSize.Height ) in ImpAddGraphicEntity()
126 …t< sal_Int32 >( static_cast< double >( aSize100thMM.Height * aLogicalSize.Height ) / aCropSize.Hei… in ImpAddGraphicEntity()
173 if ( !aSize.Width || !aSize.Height ) in ImpAddFillBitmapEntity()
176 if ( aSize100thMM.Width && aSize100thMM.Height ) in ImpAddFillBitmapEntity()
185 …aLogicalSize.Height = sal::static_int_cast< sal_Int32 >( ( static_cast< double >( aLogicalSize.Hei… in ImpAddFillBitmapEntity()
216 xPropertySet->getPropertyValue( TKGet( TK_Height ) ) >>= aLogicalSize.Height; in ImpCollectBackgroundGraphic()
265 if ( !aSize100thMM.Width && !aSize100thMM.Height ) in GetOriginalSize()
[all …]
/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx194 SetExtraSize( aSize.Height() + 2 * TOP_OFFSET ); in ExtBoxWithBtns_Impl()
213 long nHeight = aMinSize.Height(); in GetMinOutputSizePixel()
214 nHeight += m_pOptionsBtn->GetSizePixel().Height(); in GetMinOutputSizePixel()
1130 aTotalSize.Height() - RSC_SP_DLG_INNERBORDER_BOTTOM - aBtnSize.Height() ); in Resize()
1153 …m_aCancelBtn.SetPosPixel( Point( aPos.X(), aPos.Y() - ((aBtnSize.Height()-aFTSize.Height())/2) ) ); in Resize()
1156 long nProgressHeight = aFTSize.Height(); in Resize()
1187 aTotalSize.Height() - 2*aBtnSize.Height() - LINE_SIZE - in Resize()
1566 aTotalSize.Height() - RSC_SP_DLG_INNERBORDER_BOTTOM - aBtnSize.Height() ); in Resize()
1587 aTotalSize.Height() - 2*aBtnSize.Height() - LINE_SIZE - in Resize()
1599 long nProgressHeight = aFTSize.Height(); in Resize()
[all …]
/aoo42x/main/sd/source/ui/animations/
H A DDialogListBox.cxx115 if( aOutSz.Height() < maMinSize.Height() ) in ImplCheckScrollBars()
142 int nHeight = aOutSz.Height() - mpHScrollBar->GetSizePixel().Height(); in ImplCheckScrollBars()
143 if( nHeight < maMinSize.Height() ) in ImplCheckScrollBars()
172 if( mbHScroll ) aOutSize.Height() -= mpHScrollBar->GetSizePixel().Height(); in ImplInitScrollBars()
177 mpVScrollBar->SetRangeMax( maMinSize.Height() ); in ImplInitScrollBars()
178 mpVScrollBar->SetVisibleSize( aOutSize.Height() ); in ImplInitScrollBars()
203 maInnerSize.Height() -= nSBWidth; in ImplResizeControls()
208 Point aBoxPos( maInnerSize.Width(), maInnerSize.Height() ); in ImplResizeControls()
222 mpVScrollBar->SetPosSizePixel( aVPos, Size( nSBWidth, maInnerSize.Height() ) ); in ImplResizeControls()
233 Point aHPos( 0, aOutSz.Height() - nSBWidth ); in ImplResizeControls()
[all …]
/aoo42x/main/dbaccess/source/ui/control/
H A DVertSplitView.cxx145 aSplitSize.Height() = aPlaygroundSize.Height(); in Resize()
155 Size aTreeViewSize( aSplitPos.X(), aPlaygroundSize.Height() ); in Resize()
161 m_pSplitter->SetPosSizePixel( aSplitPos, Size( aSplitSize.Width(), aPlaygroundSize.Height() ) ); in Resize()
169 if( ( aSplitPos.Y() + aSplitSize.Height() ) > ( aPlaygroundSize.Height() )) in Resize()
170 aSplitPos.Y() = aPlaygroundSize.Height() - aSplitSize.Height(); in Resize()
173 aSplitPos.Y() = aPlaygroundPos.Y() + sal_Int32(aPlaygroundSize.Height() * 0.3); in Resize()
183 m_pSplitter->SetPosSizePixel( aSplitPos, Size( aPlaygroundSize.Width(), aSplitSize.Height() ) ); in Resize()
192 aPlaygroundSize.Width() - aSplitSize.Width() - aSplitPos.X(), aPlaygroundSize.Height()); in Resize()
194 …m_pRight->SetPosSizePixel( aSplitPos.X(), aPlaygroundPos.Y() + aSplitPos.Y() + aSplitSize.Height(), in Resize()
195 … aPlaygroundSize.Width() , aPlaygroundSize.Height() - aSplitSize.Height() - aSplitPos.Y()); in Resize()
/aoo42x/main/embeddedobj/test/Container1/
H A DPaintThread.java63 && ( aRect1.Y <= aRect2.Y && aRect2.Y <= aRect1.Y + aRect1.Height in interceptedRects()
64 || aRect1.Y <= aRect2.Y + aRect2.Height && aRect2.Y + aRect2.Height <= aRect1.Y + aRect1.Height in interceptedRects()
65 || aRect2.Y <= aRect1.Y && aRect1.Y <= aRect2.Y + aRect2.Height in interceptedRects()
66 …|| aRect2.Y <= aRect1.Y + aRect1.Height && aRect1.Y + aRect1.Height <= aRect2.Y + aRect2.Height ) … in interceptedRects()
144 xGraphics.draw( xDisplayBitmap, 0, 0, aSize.Width, aSize.Height, in run()
145 aRect.X, aRect.Y, aRect.Width, aRect.Height ); in run()
153 aRect.X + aRect.Width + 1, aRect.Y + aRect.Height + 1 ); in run()
154 xGraphics.drawLine( aRect.X + aRect.Width + 1, aRect.Y + aRect.Height + 1, in run()
155 aRect.X - 1, aRect.Y + aRect.Height + 1 ); in run()
156 xGraphics.drawLine( aRect.X - 1, aRect.Y + aRect.Height + 1, in run()
/aoo42x/main/sw/source/core/layout/
H A Dflylay.cxx410 aFrmRect.Height( aFrmRect.Height() - nDiff ); in CheckClip()
439 aFrmRect.Height()!= aOldSize.Height() ) in CheckClip()
442 (aOldSize.Height()- aFrmRect.Height()) ) in CheckClip()
443 aFrmRect.Height( aOldSize.Height() ); in CheckClip()
451 aFrmRect.Height( aFrmRect.Width() * aOldSize.Height() / in CheckClip()
456 else if( aFrmRect.Height() != aOldSize.Height() ) in CheckClip()
459 aOldSize.Height() ); in CheckClip()
488 const long nPrtHeightDiff = Frm().Height() - Prt().Height(); in CheckClip()
490 Frm().Height( aFrmRect.Height() ); in CheckClip()
496 Prt().Height( Frm().Height() - nPrtHeightDiff ); in CheckClip()
[all …]
/aoo42x/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1729 maPrintSize.Height = aPaperSize.Width(); in PrepareOutline()
1915 const double fVert = (double) aPrintSize.Height() / aPageSize.Height(); in PrepareHandout()
1921 aFract = Fraction(aPrintSize.Height(), aPageSize.Height()); in PrepareHandout()
2044 const double fVert ((double) rInfo.maPrintSize.Height() / aPageSize.Height()); in PrepareRegularPages()
2050 aFract = Fraction(rInfo.maPrintSize.Height(), aPageSize.Height()); in PrepareRegularPages()
2080 rInfo.maPrintSize.Height() = nTmp; in PrepareRegularPages()
2115 aPrintSize_2.Height() >>= 1; in PrepareBooklet()
2123 aPageSize_2.Height()= aPrintSize_2.Height(); in PrepareBooklet()
2133 aMap.SetScaleY( Fraction( aPageSize_2.Height(), rInfo.maPageSize.Height() ) ); in PrepareBooklet()
2144 aOffset.Y() = ( aAdjustedPrintSize.Height() - rInfo.maPageSize.Height() ) >> 1; in PrepareBooklet()
[all …]
/aoo42x/main/svx/source/tbxctrls/
H A Dlayctrl.cxx128 nMY = aLogicSize.Height(); in TableWindow()
216 _aWinSize.Width(), _aWinSize.Height() ) ); in UpdateSize_Impl()
247 aWinSize.Width(), aWinSize.Height() ) ); in UpdateSize_Impl()
364 aSize.Width(), aSize.Height()-nTextHeight+1 ) ); in Paint()
366 aSize.Width(), aSize.Height()-nTextHeight+1 ) ); in Paint()
409 Rectangle aClearRect( 0, aSize.Height()-nTextHeight+2, (aSize.Width()), aSize.Height() ); in Paint()
590 aWinSize.Width(), aWinSize.Height() ) ); in UpdateSize_Impl()
598 aWinSize.Width(), aWinSize.Height() ) ); in UpdateSize_Impl()
714 i*nMX+nMX, aSize.Height()-nTextHeight+1 ) ); in Paint()
717 while ( j < aSize.Height()-nTextHeight-4 ) in Paint()
[all …]
/aoo42x/main/sdext/source/presenter/
H A DPresenterWindowManager.cxx900 nSlidePreviewTop = (aBox.Height - aCurrentSlideOuterBox.Height) / 2; in LayoutStandardMode()
906 aCurrentSlideOuterBox.Height); in LayoutStandardMode()
924 aNextSlideOuterBox.Height); in LayoutStandardMode()
955 nSlidePreviewTop = (aBox.Height in LayoutNotesMode()
962 aNotesViewOuterSize.Height); in LayoutNotesMode()
980 aCurrentSlideOuterBox.Height); in LayoutNotesMode()
998 aNextSlideOuterBox.Height); in LayoutNotesMode()
1069 nToolBarHeight = aBox.Height; in LayoutToolBar()
1288 0,aBitmapSize.Height,0), in PaintBackground()
1337 aSize.Height = mxParentWindow->getPosSize().Height; in ProvideBackgroundBitmap()
[all …]
/aoo42x/main/svtools/source/dialogs/
H A Dfiledlg2.cxx171 aPnt.Y() += aFTSiz.Height() + a3Siz.Height(); in InitControls()
175 aPnt.Y() += aEDSiz.Height() + a3Siz.Height(); in InitControls()
183 aPnt.Y() += aFTSiz.Height() + a3Siz.Height(); in InitControls()
186 nH = aPnt.Y() + aEDSiz.Height() + a6Siz.Height(); in InitControls()
189 aFTSiz.Height() + aEDSiz.Height(); in InitControls()
220 aPnt.Y() = a6Siz.Height(); in InitControls()
223 aPnt.Y() += aBtnSiz.Height() + a3Siz.Height(); in InitControls()
226 aPnt.Y() += aBtnSiz.Height() + a3Siz.Height(); in InitControls()
230 aPnt.Y() += aBtnSiz.Height() + a3Siz.Height(); in InitControls()
611 aSz.Height() -= 8; in PreExecute()
[all …]
/aoo42x/main/sc/source/ui/drawfunc/
H A Dfuins1.cxx102 if ( !rPage.Width() || !rPage.Height() ) in ScLimitSizeOnDrawPage()
114 if ( rSize.Width() > aPageSize.Width() || rSize.Height() > aPageSize.Height() ) in ScLimitSizeOnDrawPage()
117 double fY = aPageSize.Height() / (double) rSize.Height(); in ScLimitSizeOnDrawPage()
122 rSize.Height() = (long) ( rSize.Height() * fX ); in ScLimitSizeOnDrawPage()
126 rSize.Height() = aPageSize.Height(); in ScLimitSizeOnDrawPage()
132 if (!rSize.Height()) in ScLimitSizeOnDrawPage()
133 rSize.Height() = 1; in ScLimitSizeOnDrawPage()
138 if ( rPos.Y() + rSize.Height() > aPageSize.Height() ) in ScLimitSizeOnDrawPage()
139 rPos.Y() = aPageSize.Height() - rSize.Height(); in ScLimitSizeOnDrawPage()
245 if( rPrefSize.Width() && rPrefSize.Height() ) in lcl_InsertMedia()

Completed in 220 milliseconds

12345678910>>...70