Home
last modified time | relevance | path

Searched refs:nWidthPixel (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx178 …VirtualDevice* CreatePageVDev( SdrPage* pPage, sal_uIntPtr nWidthPixel, sal_uIntPtr nHeightPixel )…
436 VirtualDevice* GraphicExporter::CreatePageVDev( SdrPage* pPage, sal_uIntPtr nWidthPixel, sal_uIntPt… in CreatePageVDev() argument
445 if( nWidthPixel ) in CreatePageVDev()
447 const Fraction aFrac( (long) nWidthPixel, pVDev->LogicToPixel( aPageSize, aMM ).Width() ); in CreatePageVDev()
459 if( nWidthPixel == 0 ) in CreatePageVDev()
469 if(nWidthPixel && nHeightPixel) in CreatePageVDev()
471 bSuccess = pVDev->SetOutputSizePixel(Size(nWidthPixel, nHeightPixel)); in CreatePageVDev()
/trunk/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
1036 nWidthPixel = nWidthPixel ? nWidthPixel : 86; in WriteCell()
1045 aStrTD = aStrTD + ::rtl::OString::valueOf((sal_Int32)nWidthPixel); in WriteCell()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx871 sal_uInt16 nWidthPixel; in WriteCell() local
891 nWidthPixel = ToPixel( static_cast< sal_uInt16 >( v ) ); in WriteCell()
894 nWidthPixel = ToPixel( pDoc->GetColWidth( nCol, nTab ) ); in WriteCell()
913 nWidthPixel = ToPixel( pDoc->GetColWidth( nCol, nTab ) ); in WriteCell()
918 … += ' ') += OOO_STRING_SVTOOLS_HTML_O_width) += '=') += ByteString::CreateFromInt32( nWidthPixel ); in WriteCell()
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx631 long nWidthPixel = Links().GetLogicTab( 2 ) - Links().GetLogicTab( 1 ); in InsertEntry() local
632 nWidthPixel -= SV_TAB_BORDER; in InsertEntry()
633 XubString aTxt = Links().GetEllipsisString( sFileNm, nWidthPixel, TEXT_DRAW_PATHELLIPSIS ); in InsertEntry()
/trunk/main/svtools/source/brwbox/
H A Ddatwin.cxx123 const String& rTitle, sal_uLong nWidthPixel, const Fraction& rCurrentZoom, in BrowserColumn() argument
126 _nWidth( nWidthPixel ), in BrowserColumn()
H A Ddatwin.hxx92 const String& rTitle, sal_uLong nWidthPixel, const Fraction& rCurrentZoom,
H A Dbrwbox2.cxx904 long nWidthPixel = LogicToPixel(Size(nForeignWidthLogic, 0), MAP_10TH_MM).Width(); in Draw() local
906 pCurrent->SetWidth(nWidthPixel, GetZoom()); in Draw()
/trunk/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 54 milliseconds