Searched refs:nVSpace (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 106 sal_uInt16 nHSpace=0, sal_uInt16 nVSpace=0 ) const; 570 sal_uInt16 nHSpace, sal_uInt16 nVSpace ) const in Write() 679 if( (nHSpace || nVSpace) && Application::GetDefaultDevice()) in Write() 682 Application::GetDefaultDevice()->LogicToPixel( Size(nHSpace,nVSpace), in Write() 686 if( !aPixelSpc.Height() && nVSpace ) in Write()
|
H A D | htmlgrin.cxx | 326 long nVSpace=0, nHSpace=0; in InsertImage() local 383 nVSpace = pOption->GetNumber(); in InsertImage() 540 SetSpace( Size( nHSpace, nVSpace), aItemSet, aPropInfo, aFrmSet ); in InsertImage()
|
H A D | htmltab.cxx | 103 sal_uInt16 nVSpace; member 430 sal_uInt16 nVSpace; member in HTMLTable 589 sal_uInt16 GetVSpace() const { return nVSpace; } in GetVSpace() 1089 nPHeight = pOptions->nVSpace; in InitCtor() 1092 nVSpace = (sal_uInt16)nPHeight; in InitCtor() 5143 nHSpace( 0 ), nVSpace( 0 ), in HTMLTableOptions() 5249 nVSpace = (sal_uInt16)pOption->GetNumber(); in HTMLTableOptions()
|
Completed in 511 milliseconds