Searched refs:nVSpace (Results 1 – 3 of 3) sorted by relevance
/aoo4110/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 | 104 sal_uInt16 nVSpace; member 437 sal_uInt16 nVSpace; member in HTMLTable 596 sal_uInt16 GetVSpace() const { return nVSpace; } in GetVSpace() 1101 nPHeight = pOptions->nVSpace; in InitCtor() 1104 nVSpace = (sal_uInt16)nPHeight; in InitCtor() 5158 nHSpace( 0 ), nVSpace( 0 ), in HTMLTableOptions() 5264 nVSpace = (sal_uInt16)pOption->GetNumber(); in HTMLTableOptions()
|
Completed in 67 milliseconds