Home
last modified time | relevance | path

Searched refs:aHeight (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx427 long aHeight = GetSizePixel().Height() - POSTIT_META_HEIGHT; in DoResize() local
429 mpOutliner->SetPaperSize( PixelToLogic( Size(aWidth,aHeight) ) ) ; in DoResize()
432 if( aTextHeight > aHeight ) in DoResize()
442 mpTextWindow->SetPosSizePixel(0,0,aWidth, aHeight); in DoResize()
445 mpMeta->SetPosSizePixel(0,aHeight,GetSizePixel().Width(),POSTIT_META_HEIGHT); in DoResize()
449 mpOutliner->SetPaperSize( PixelToLogic( Size(aWidth,aHeight) ) ) ; in DoResize()
450 mpOutlinerView->SetOutputArea( PixelToLogic( Rectangle(0,0,aWidth,aHeight) ) ); in DoResize()
453 mpOutlinerView->SetVisArea( PixelToLogic( Rectangle(0,0,aWidth,aHeight) ) ); in DoResize()
455 mpVScrollbar->SetPosSizePixel( 0 + aWidth, 0, GetScrollbarWidth(), aHeight ); in DoResize()
456 mpVScrollbar->SetVisibleSize( PixelToLogic(Size(0,aHeight)).Height() ); in DoResize()
[all …]
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx664 long aHeight = GetSizePixel().Height(); in DoResize() local
667 aHeight -= GetMetaHeight(); in DoResize()
672 if ((aTextHeight > aHeight) && !IsPreview()) in DoResize()
686 aHeight, in DoResize()
695 mpOutliner->SetPaperSize( PixelToLogic( Size(aWidth,aHeight) ) ) ; in DoResize()
704 mpSidebarTxtControl->SetPosSizePixel(0, 0, aWidth, aHeight); in DoResize()
705 mpVScrollbar->SetPosSizePixel( aWidth, 0, GetScrollbarWidth(), aHeight); in DoResize()
711 aWidth, aHeight); in DoResize()
712 mpVScrollbar->SetPosSizePixel( 0, 0, GetScrollbarWidth(), aHeight); in DoResize()
715 mpVScrollbar->SetVisibleSize( PixelToLogic(Size(0,aHeight)).Height() ); in DoResize()
[all …]
H A DAnchorOverlayObject.hxx81 inline void SetHeight( const unsigned long aHeight ) { mHeight = aHeight; }; in SetHeight() argument
/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx369 PropertyValue aHeight; in ReadSize() local
370 aHeight.Name = sHeight; in ReadSize()
371 aHeight.Value <<= aRetValue.Height; in ReadSize()
372 WritePropertyValue( aFilterData, aHeight ); in ReadSize()
492 PropertyValue aHeight; in WriteSize() local
493 aHeight.Name = sHeight; in WriteSize()
494 aHeight.Value <<= rNewValue.Height; in WriteSize()
495 WritePropertyValue( aFilterData, aHeight ); in WriteSize()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx226 aHeight( 240, 100, ATTR_FONT_HEIGHT ), in ScAutoFormatDataField()
262 aHeight( rCopy.aHeight ), in ScAutoFormatDataField()
317 READ( aHeight, SvxFontHeightItem, rVersions.nFontHeightVersion) in Load()
403 READ( aHeight, SvxFontHeightItem, rVersions.nFontHeightVersion) in LoadOld()
433 aHeight.Store ( rStream, aHeight.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
965 aHeight.SetWhich( ATTR_FONT_HEIGHT ); in ScAutoFormat()
966 pData->PutItem( i, aHeight ); in ScAutoFormat()
967 aHeight.SetWhich( ATTR_CJK_FONT_HEIGHT ); in ScAutoFormat()
968 pData->PutItem( i, aHeight ); in ScAutoFormat()
969 aHeight.SetWhich( ATTR_CTL_FONT_HEIGHT ); in ScAutoFormat()
[all …]
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx196 aHeight( 240, 100, RES_CHRATR_FONTSIZE ), in SwBoxAutoFmt()
240 aHeight( rNew.aHeight ), in SwBoxAutoFmt()
283 aHeight = rNew.aHeight; in operator =()
337 READ( aHeight, SvxFontHeightItem , rVersions.nFontHeightVersion) in Load()
425 READ( aHeight, SvxFontHeightItem , 1) in LoadOld()
452 aHeight.Store( rStream, aHeight.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save()
496 rStream << aHeight.GetVersion( SOFFICE_FILEFORMAT_40 ); in SaveVersionNo()
/trunk/main/sw/inc/
H A Dtblafmt.hxx75 SvxFontHeightItem aHeight; member in SwBoxAutoFmt
126 const SvxFontHeightItem &GetHeight() const { return aHeight; } in GetHeight()
153 void SetHeight( const SvxFontHeightItem& rNew ) { aHeight = rNew; } in SetHeight()
/trunk/main/sc/inc/
H A Dautoform.hxx76 SvxFontHeightItem aHeight; member in ScAutoFormatDataField
124 const SvxFontHeightItem& GetHeight() const { return aHeight; } in GetHeight()
156 void SetHeight( const SvxFontHeightItem& rHeight ) { aHeight = rHeight; } in SetHeight()
/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx154 uno::Any aHeight; in FillFromItemSet() local
155 if( pItem->QueryValue( aHeight, MID_FONTHEIGHT ) ) in FillFromItemSet()
156 aHeight >>= rDesc.Height; in FillFromItemSet()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbapagesetupbase.cxx302 …uno::Any aHeight = mxPageProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Heig… in setOrientation() local
305 … mxPageProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Width")), aHeight ); in setOrientation()
/trunk/main/sd/source/ui/func/
H A Dfucopy.cxx253 Fraction aHeight( aRect.Bottom() - aRect.Top() + lHeight, aRect.Bottom() - aRect.Top() ); in DoExecute() local
256 mpView->ResizeAllMarked( aRect.TopLeft(), aWidth, aHeight ); in DoExecute()
/trunk/main/reportdesign/source/ui/report/
H A DReportWindow.cxx429 …const Size aHeight = m_aViewsWindow.LogicToPixel(m_aViewsWindow.PixelToLogic(Size(0,GetTotalHeight… in getZoomFactor() local
430 … nZoom = ::std::min(nZoom,(sal_uInt16)(long)Fraction(aSize.Height()*100,aHeight.Height())); in getZoomFactor()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx506 Size aHeight; in GetMaxControlHeight() local
513 if ( aTemp.Height() > aHeight.Height() ) in GetMaxControlHeight()
514 aHeight.Height() = aTemp.Height(); in GetMaxControlHeight()
518 return aHeight.Height(); in GetMaxControlHeight()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx358 Size aHeight; in InitCellController() local
363 if ( aTemp.Height() > aHeight.Height() ) in InitCellController()
364 aHeight.Height() = aTemp.Height(); in InitCellController()
366 SetDataRowHeight(aHeight.Height()); in InitCellController()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1046 Any aHeight = xCols->getPropertyValue(PROPERTY_ROW_HEIGHT); in SetRowHeight() local
1047 sal_Int32 nCurHeight = aHeight.hasValue() ? ::comphelper::getINT32(aHeight) : -1; in SetRowHeight()
/trunk/main/svgio/source/svgreader/
H A Dsvgtools.cxx972 SvgNumber aHeight; in readViewBox() local
975 if(readNumberAndUnit(rCandidate, nPos, aHeight, nLen)) in readViewBox()
980 double fH(aHeight.solve(rInfoProvider,ycoordinate)); in readViewBox()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx404 Size aHeight; in Init() local
409 if ( aTemp.Height() > aHeight.Height() ) in Init()
410 aHeight.Height() = aTemp.Height(); in Init()
412 SetDataRowHeight(aHeight.Height()); in Init()
/trunk/main/framework/source/uielement/
H A Dfontsizemenucontroller.cxx134 …rtl::OUString aHeight = Application::GetSettings().GetUILocaleI18nHelper().GetNum( nHeight, 1,… in setCurHeight() local
/trunk/main/svtools/source/control/
H A Dstdmenu.cxx487 …XubString aHeight = Application::GetSettings().GetUILocaleI18nHelper().GetNum( nHeight, 1, sal_Tru… in SetCurHeight() local
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx2172 Fraction aHeight = GetZoomY(); in UpdateScreenZoom() local
2173 aHeight *= Fraction( aScrSize.Height(),1 ); in UpdateScreenZoom()
2174 aHeight /= aOldY; in UpdateScreenZoom()
2177 aScrSize.Height() = (long) aHeight; in UpdateScreenZoom()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx1410 SvxFontHeightItem aHeight( 240, 100, nWhich ); in FillItemSet_Impl() local
1412 aHeight.SetHeight( rOldItem.GetHeight(), (sal_uInt16)( nSize / 10 ), SFX_MAPUNIT_POINT, eUnit ); in FillItemSet_Impl()
1414 aHeight.SetHeight( rOldItem.GetHeight(), (sal_uInt16)nSize, SFX_MAPUNIT_RELATIVE ); in FillItemSet_Impl()
1415 rSet.Put( aHeight ); in FillItemSet_Impl()
/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx1549 OString aHeight( OString::valueOf( TwipsToEMU( rSize.Height() ) ) ); in FlyFrameGraphic() local
1552 XML_cy, aHeight.getStr(), in FlyFrameGraphic()
1642 XML_cy, aHeight.getStr(), in FlyFrameGraphic()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx2026 Any aHeight = xModelSet->getPropertyValue(FM_PROP_ROWHEIGHT); in setProperty() local
2027 if (!aHeight.hasValue()) in setProperty()
/trunk/main/sw/source/core/text/
H A Dtxtftn.cxx724 SwSaveFtnHeight aHeight( pBoss, nDeadLine ); in ConnectFtn() local
/trunk/main/sw/source/core/layout/
H A Dflowfrm.cxx2040 SwSaveFtnHeight aHeight( pOldBoss, in MoveFwd()

Completed in 184 milliseconds

12