Searched refs:nHSpace (Results 1 – 4 of 4) sorted by relevance
/trunk/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() argument 679 if( (nHSpace || nVSpace) && Application::GetDefaultDevice()) in Write() 682 Application::GetDefaultDevice()->LogicToPixel( Size(nHSpace,nVSpace), in Write() 684 if( !aPixelSpc.Width() && nHSpace ) in Write()
|
H A D | htmlgrin.cxx | 326 long nVSpace=0, nHSpace=0; in InsertImage() local 386 nHSpace = pOption->GetNumber(); in InsertImage() 540 SetSpace( Size( nHSpace, nVSpace), aItemSet, aPropInfo, aFrmSet ); in InsertImage()
|
H A D | htmltab.cxx | 102 sal_uInt16 nHSpace; member 429 sal_uInt16 nHSpace; member in HTMLTable 588 sal_uInt16 GetHSpace() const { return nHSpace; } in GetHSpace() 1088 nPWidth = pOptions->nHSpace; in InitCtor() 1091 nHSpace = (sal_uInt16)nPWidth; in InitCtor() 5143 nHSpace( 0 ), nVSpace( 0 ), in HTMLTableOptions() 5246 nHSpace = (sal_uInt16)pOption->GetNumber(); in HTMLTableOptions()
|
/trunk/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 5154 long nHSpace = (long)( SC_SCENARIO_HSPACE * pViewData->GetPPTX() ); in HasScenarioButton() local 5188 aButtonPos.X() -= nHSpace - 1; in HasScenarioButton() 5190 aButtonPos.X() -= nBWidth - nHSpace; // same for top or bottom in HasScenarioButton()
|
Completed in 62 milliseconds