Searched refs:aFLSize (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sc/source/ui/formdlg/ |
H A D | dwfunctr.cxx | 436 Size aFLSize=aFuncList.GetSizePixel(); in SetMyWidthLeRi() local 446 aFLSize.Width()=aNewSize.Width()-2*aFLTopLeft.X(); in SetMyWidthLeRi() 447 aFDSize.Width()=aFLSize.Width(); in SetMyWidthLeRi() 448 aSplitterSize.Width()=aFLSize.Width(); in SetMyWidthLeRi() 451 aFuncList.SetSizePixel(aFLSize); in SetMyWidthLeRi() 475 Size aFLSize=aFuncList.GetSizePixel(); in SetMyHeightLeRi() local 495 aFLSize.Height()=aSplitterTopLeft.Y()-aFLTopLeft.Y()-1; in SetMyHeightLeRi() 497 aFuncList.SetSizePixel(aFLSize); in SetMyHeightLeRi() 1065 Size aFLSize=aFuncList.GetSizePixel(); in IMPL_LINK() local 1069 aFLSize.Height()+=nDeltaY; in IMPL_LINK() [all …]
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppView.cxx | 184 Size aFLSize = LogicToPixel( Size( 3, 8 ), MAP_APPFONT ); in Resize() local 191 nX = pSwap->GetBoundingBox( pSwap->GetEntry(0) ).GetWidth() + aFLSize.Height(); in Resize() 198 …m_pDetailView->SetPosSizePixel(Point(nX + aFLSize.Width(),0),Size(nOutputWidth - nX - aFLSize.Widt… in Resize() 335 Size aFLSize = LogicToPixel( Size( 3, 3 ), MAP_APPFONT ); in resizeDocumentView() local 336 _rPlayground.Move( aFLSize.A(),aFLSize.B() ); in resizeDocumentView() 338 _rPlayground.SetSize( Size(aOldSize.A() - 2*aFLSize.A(), aOldSize.B() - 2*aFLSize.B()) ); in resizeDocumentView()
|
H A D | AppSwapWindow.cxx | 93 Size aFLSize = LogicToPixel( Size( 8, 0 ), MAP_APPFONT ); in Resize() local 96 … nX = m_aIconControl.GetBoundingBox( m_aIconControl.GetEntry(0) ).GetWidth() + aFLSize.Width(); in Resize()
|
H A D | AppDetailView.cxx | 516 Size aFLSize = LogicToPixel( Size( 2, 6 ), MAP_APPFONT ); in Resize() local 517 sal_Int32 n6PPT = aFLSize.Height(); in Resize() 522 sal_Int32 nNewWidth = nOutputWidth - nHalfOutputWidth - aFLSize.Width() - 5; in Resize() 530 m_aFL.SetPosSizePixel( Point(nHalfOutputWidth , 0), Size(aFLSize.Width(), nOutputHeight ) ); in Resize()
|
H A D | AppDetailPageHelper.cxx | 1101 Size aFLSize = LogicToPixel( Size( 2, 6 ), MAP_APPFONT ); in Resize() local 1102 sal_Int32 n6PPT = aFLSize.Height(); in Resize() 1107 … m_aFL.SetPosSizePixel( Point(nHalfOutputWidth , 0 ), Size(aFLSize.Width(), nOutputHeight ) ); in Resize() 1114 …m_aBorder.SetPosSizePixel(Point(nHalfOutputWidth + aFLSize.Width() + n6PPT, aTBSize.getHeight() + … in Resize() 1115 … Size(nHalfOutputWidth - aFLSize.Width() - n6PPT, nOutputHeight - 2*n6PPT - aTBSize.getHeight()) ); in Resize()
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | AddField.cxx | 419 Size aFLSize( aLBSize.Width(),aFixedTextSize.Height() ); in Resize() local 421 m_aFixedLine.SetPosSizePixel( aFLPos, aFLSize ); in Resize() 424 Point aFTPos( aRelated.Width(), aFLPos.Y() + aFLSize.Height() + aRelated.Height() ); in Resize()
|
Completed in 25 milliseconds