Home
last modified time | relevance | path

Searched refs:nHeightPixel (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx178 …VirtualDevice* CreatePageVDev( SdrPage* pPage, sal_uIntPtr nWidthPixel, sal_uIntPtr nHeightPixel )…
436 …Exporter::CreatePageVDev( SdrPage* pPage, sal_uIntPtr nWidthPixel, sal_uIntPtr nHeightPixel ) const in CreatePageVDev()
451 if( nHeightPixel == 0 ) in CreatePageVDev()
455 if( nHeightPixel ) in CreatePageVDev()
457 const Fraction aFrac( (long) nHeightPixel, pVDev->LogicToPixel( aPageSize, aMM ).Height() ); in CreatePageVDev()
469 if(nWidthPixel && nHeightPixel) in CreatePageVDev()
471 bSuccess = pVDev->SetOutputSizePixel(Size(nWidthPixel, nHeightPixel)); in CreatePageVDev()
/aoo41x/main/sc/source/filter/html/
H A Dhtmlexp.cxx872 sal_uInt16 nHeightPixel; in WriteCell() local
906 nHeightPixel = ToPixel( static_cast< sal_uInt16 >( v ) ); in WriteCell()
909 nHeightPixel = ToPixel( pDoc->GetRowHeight( nRow, nTab ) ); in WriteCell()
914 nHeightPixel = ToPixel( pDoc->GetRowHeight( nRow, nTab ) ); in WriteCell()
920 …= ' ') += OOO_STRING_SVTOOLS_HTML_O_height) += '=') += ByteString::CreateFromInt32( nHeightPixel ); in WriteCell()
/aoo41x/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx1030 void OHTMLImportExport::WriteCell( sal_Int32 nFormat,sal_Int32 nWidthPixel,sal_Int32 nHeightPixel,c… in WriteCell() argument
1037 nHeightPixel = nHeightPixel ? nHeightPixel : 17; in WriteCell()
1050 aStrTD = aStrTD + ::rtl::OString::valueOf((sal_Int32)nHeightPixel); in WriteCell()
/aoo41x/main/dbaccess/source/ui/inc/
H A DTokenWriter.hxx186 …void WriteCell( sal_Int32 nFormat,sal_Int32 nWidthPixel,sal_Int32 nHeightPixel,const char* pChar,c…

Completed in 29 milliseconds