Searched refs:nWidthPixel (Results 1 – 8 of 8) sorted by relevance
/trunk/main/svx/source/unodraw/ |
H A D | UnoGraphicExporter.cxx | 178 …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 D | TokenWriter.cxx | 1030 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 D | htmlexp.cxx | 871 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 D | linkdlg.cxx | 631 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 D | datwin.cxx | 123 const String& rTitle, sal_uLong nWidthPixel, const Fraction& rCurrentZoom, in BrowserColumn() argument 126 _nWidth( nWidthPixel ), in BrowserColumn()
|
H A D | datwin.hxx | 92 const String& rTitle, sal_uLong nWidthPixel, const Fraction& rCurrentZoom,
|
H A D | brwbox2.cxx | 904 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 D | TokenWriter.hxx | 186 …void WriteCell( sal_Int32 nFormat,sal_Int32 nWidthPixel,sal_Int32 nHeightPixel,const char* pChar,c…
|
Completed in 65 milliseconds