Home
last modified time | relevance | path

Searched refs:nHeight (Results 351 – 375 of 597) sorted by relevance

1...<<11121314151617181920>>...24

/aoo41x/main/extensions/source/bibliography/
H A Dbibbeam.cxx310 long nHeight = pToolBar->GetSizePixel().Height(); variable
311 SetItemSize( ID_TOOLBAR, nHeight );
/aoo41x/main/offapi/com/sun/star/awt/
H A DXDevice.idl70 [in] long nHeight );
106 [in] long nHeight );
H A DXImageConsumer.idl81 [in] long nHeight,
101 [in] long nHeight,
/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx578 long nHeight = 0; in LaunchPageFieldMenu() local
601 nHeight = GetTextHeight(); in LaunchPageFieldMenu()
602 nHeight *= SC_FILTERLISTBOX_LINES; in LaunchPageFieldMenu()
666 Size aSize( nSizeX, nHeight ); in LaunchPageFieldMenu()
751 long nHeight = 0; in DoScenarioMenue() local
774 nHeight = GetTextHeight(); in DoScenarioMenue()
775 nHeight *= SC_FILTERLISTBOX_LINES; in DoScenarioMenue()
789 Size aSize( nSizeX, nHeight ); in DoScenarioMenue()
918 long nHeight = 0; in DoAutoFilterMenue() local
944 nHeight = GetTextHeight(); in DoAutoFilterMenue()
[all …]
/aoo41x/main/desktop/source/deployment/gui/
H A Dlicense_dialog.cxx150 sal_uLong nHeight = pEdit->GetTextHeight(); in IsEndReached() local
154 if ( (sal_uLong) pView->GetDocPos( aBottom ).Y() >= nHeight - 1 ) in IsEndReached()
/aoo41x/main/sc/source/filter/excel/
H A Dxlpage.cxx226 long nHeight = bPortrait ? rSize.Height() : rSize.Width(); in SetScPaperSize() local
232 long nHDiff = Abs( pEntry->mnHeight - nHeight ); in SetScPaperSize()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx985 int nHeight = 0; in ImplLogMetricToDevFontDataA() local
987 nHeight = pMetric->tmHeight - pMetric->tmInternalLeading; in ImplLogMetricToDevFontDataA()
991 nHeight, in ImplLogMetricToDevFontDataA()
1004 int nHeight = 0; in ImplLogMetricToDevFontDataW() local
1006 nHeight = pMetric->tmHeight - pMetric->tmInternalLeading; in ImplLogMetricToDevFontDataW()
1010 nHeight, in ImplLogMetricToDevFontDataW()
1098 int nHeight, BYTE eWinCharSet, BYTE nPitchAndFamily ) in ImplWinFontData() argument
1117 SetBitmapSize( 0, nHeight ); in ImplWinFontData()
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx748 long nHeight; in StartRuby() local
757 nHeight = rHeight.GetHeight(); in StartRuby()
772 nHeight = rHeight.GetHeight(); in StartRuby()
774 nHeight = (nHeight + 5)/10; in StartRuby()
779 aStr += String::CreateFromInt32( nHeight ); in StartRuby()
799 nHeight = (rHeightItem.GetHeight() + 10)/20-1; in StartRuby()
800 aStr += String::CreateFromInt32(nHeight); in StartRuby()
/aoo41x/main/svtools/inc/svtools/
H A Dsvlbitm.hxx64 long nHeight; member in SvLBoxButtonData
114 return nHeight; in Height()
/aoo41x/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx278 sal_Int32 LayoutMenu::GetPreferredWidth (sal_Int32 nHeight) in GetPreferredWidth() argument
285 if (nHeight>0 && aItemSize.Height()>0) in GetPreferredWidth()
287 int nRowCount = nHeight / aItemSize.Height(); in GetPreferredWidth()
/aoo41x/main/sdext/source/presenter/
H A DPresenterHelpView.cxx683 double nHeight (0); in GetHeight() local
687 nHeight += iLine->maSize.Height * 1.2; in GetHeight()
689 return nHeight; in GetHeight()
/aoo41x/main/sd/source/ui/view/
H A Ddrviewsa.cxx608 long nHeight = mpActualPage->GetSize().Height(); in SetupPage() local
610 Point aPageOrg(nWidth, nHeight / 2); in SetupPage()
611 Size aSize( nWidth * 3, nHeight * 2); in SetupPage()
/aoo41x/main/svx/inc/svx/
H A Dsvdetc.hxx95 static void SetFontHeight(sal_uIntPtr nHeight) { GetDefaults().nFontHeight=nHeight; } in SetFontHeight() argument
/aoo41x/main/sd/source/ui/unoidl/
H A Dunopage.cxx670 sal_Int32 nHeight = 0; in setPropertyValue() local
671 if(!(aValue >>= nHeight)) in setPropertyValue()
674 SetHeight( nHeight ); in setPropertyValue()
1799 const long nHeight = aPageSize.Height(); in refreshpage() local
1801 Point aPageOrg = Point(nWidth, nHeight / 2); in refreshpage()
1802 Size aViewSize = Size(nWidth * 3, nHeight * 2); in refreshpage()
1842 void SdGenericDrawPage::SetHeight( sal_Int32 nHeight ) in SetHeight() argument
1845 if( aSize.getHeight() != nHeight ) in SetHeight()
1847 aSize.setHeight( nHeight ); in SetHeight()
/aoo41x/main/oox/source/ole/
H A Dolehelper.cxx125 StdFontInfo::StdFontInfo( const ::rtl::OUString& rName, sal_uInt32 nHeight, in StdFontInfo() argument
128 mnHeight( nHeight ), in StdFontInfo()
/aoo41x/main/vcl/source/window/
H A Dmenu.cxx3401 long nHeight = pMenu->ImplCalcSize( pWindow ).Height(); in ImplCreate() local
3407 nHeight = 0; in ImplCreate()
3913 long nHeight = 0; in ImplCalcVisEntries() local
3925 nHeight += pData->aSz.Height(); in ImplCalcVisEntries()
3926 if ( nHeight > nMaxHeight ) in ImplCalcVisEntries()
3939 long nHeight = 0; in ImplCalcHeight() local
3947 nHeight += pData->aSz.Height(); in ImplCalcHeight()
3954 return nHeight; in ImplCalcHeight()
4613 long nHeight = GetOutputSizePixel().Height(); in ImplScroll() local
6023 long nHeight = pMenu->ImplCalcSize( this ).Height(); in ImplLayoutChanged() local
[all …]
/aoo41x/main/wizards/com/sun/star/wizards/document/
H A DControl.java232 int nHeight = aPeerSize.Height; in getPreferredHeight() local
235 return ((nHeight + 1) * oFormHandler.getYPixelFactor()); in getPreferredHeight()
/aoo41x/main/sw/source/filter/html/
H A Dsvxcss1.hxx138 long nWidth, nHeight; member in SvxCSS1PropertyInfo
310 static void PixelToTwip( long &nWidth, long &nHeight );
/aoo41x/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample2.java229 int nHeight = _nLineCount * nFixedTextHeight; in insertMultiLineFixedText() local
236 …new Object[] { new Integer(nHeight), _sLabel, Boolean.TRUE, sName, new Integer(_nPosX), new Intege… in insertMultiLineFixedText()
/aoo41x/main/reportdesign/source/ui/report/
H A DStartMarker.cxx255 …const long nHeight = ::std::max<sal_Int32>(nOutputHeight - 2*aPos.Y(),LogicToPixel(Size(0,m_aText.… in Resize() local
256 m_aText.SetPosSizePixel(aPos,Size(aRulerPos.X() - aPos.X(),nHeight)); in Resize()
/aoo41x/main/framework/source/uielement/
H A Dcomplextoolbarcontroller.cxx323 sal_Int32 nHeight = sal_Int32( rFont.GetHeight() ); in getFontSizePixel() local
324 ::Size aPixelSize = pWindow->LogicToPixel( ::Size( 0, nHeight ), MAP_APPFONT ); in getFontSizePixel()
/aoo41x/main/vcl/source/control/
H A Dslider.cxx1065 long nHeight = SLIDER_HEIGHT; in CalcWindowSizePixel() local
1070 aSize.Height() = nHeight; in CalcWindowSizePixel()
1075 aSize.Width() = nHeight; in CalcWindowSizePixel()
/aoo41x/main/vbahelper/source/msforms/
H A Dvbacontrol.cxx257 double nHeight = 0.0; in Move() local
265 if ( Height >>= nHeight ) in Move()
266 setHeight( nHeight ); in Move()
/aoo41x/main/sc/source/filter/html/
H A Dhtmlexp.cxx297 sal_uInt16 ScHTMLExport::GetFontSizeNumber( sal_uInt16 nHeight ) in GetFontSizeNumber() argument
302 if( nHeight > (nFontSize[j] + nFontSize[j-1]) / 2 ) in GetFontSizeNumber()
311 const char* ScHTMLExport::GetFontSizeCss( sal_uInt16 nHeight ) in GetFontSizeCss() argument
313 sal_uInt16 nSize = GetFontSizeNumber( nHeight ); in GetFontSizeCss()
/aoo41x/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx930 sal_Int32 nHeight = 0; in WriteTables() local
931 m_xObject->getPropertyValue(PROPERTY_ROW_HEIGHT) >>= nHeight; in WriteTables()
961 …WriteCell(pFormat[i],pColWidth[i],nHeight,pHorJustify[i],*pIter,OOO_STRING_SVTOOLS_HTML_tableheade… in WriteTables()
1005 …WriteCell(pFormat[i-1],pColWidth[i-1],nHeight,pHorJustify[i-1],aValue,OOO_STRING_SVTOOLS_HTML_tabl… in WriteTables()

Completed in 207 milliseconds

1...<<11121314151617181920>>...24