Searched refs:nBrowseWidth (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sw/source/core/inc/ |
H A D | rootfrm.hxx | 104 long nBrowseWidth; member in SwRootFrm 301 void SetBrowseWidth( long n ) { bBrowseWidthValid = sal_True; nBrowseWidth = n;} in SetBrowseWidth() 357 return nBrowseWidth; in GetBrowseWidth()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | swbaslnk.cxx | 363 const sal_uInt16 nBrowseWidth = in SetGrfFlySize() local 365 if ( nBrowseWidth ) in SetGrfFlySize() 367 pLayout->Resize( nBrowseWidth, sal_True, sal_True, in SetGrfFlySize()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmldraw.cxx | 534 long nBrowseWidth = GetCurrentBrowseWidth(); in NewMarquee() local 535 aTwipSz.Width() = !nWidth ? nBrowseWidth in NewMarquee() 536 : (nWidth*nBrowseWidth) / 100; in NewMarquee()
|
H A D | swhtml.cxx | 5276 long nBrowseWidth = GetCurrentBrowseWidth(); in InsertHorzRule() local 5277 nWidth = bPrcWidth ? (sal_uInt16)((nWidth*nBrowseWidth) / 100) in InsertHorzRule() 5278 : ToTwips( (sal_uInt16)nBrowseWidth ); in InsertHorzRule() 5282 if( (long)nWidth < nBrowseWidth ) in InsertHorzRule() 5288 long nDist = nBrowseWidth - nWidth; in InsertHorzRule()
|
H A D | htmlform.cxx | 551 const sal_uInt16 nBrowseWidth = in init() local 554 if ( nBrowseWidth ) in init() 556 pLayout->Resize( nBrowseWidth, sal_True, sal_True, in init()
|
H A D | htmltab.cxx | 5498 sal_uInt16 nBrowseWidth = (sal_uInt16)GetCurrentBrowseWidth(); in BuildTable() local 5499 pSaveStruct->MakeTable( nBrowseWidth, *pPam->GetPoint(), pDoc ); in BuildTable() 5515 if( nBrowseWidth != nNewBrowseWidth ) in BuildTable()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | pagechg.cxx | 1796 nBrowseWidth = pSh in ImplCalcBrowseWidth() 1835 nBrowseWidth = Max( nBrowseWidth, nWidth ); in ImplCalcBrowseWidth() 1895 nBrowseWidth = Max( nBrowseWidth, nWidth ); in ImplCalcBrowseWidth()
|
H A D | newfrm.cxx | 490 nBrowseWidth( MM50*4 ), //2cm Minimum in SwRootFrm()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 413 sal_uInt16 nBrowseWidth = 0; in GetBrowseWidthByTable() local 417 nBrowseWidth = GetBrowseWidthByTabFrm( *pFrm ); in GetBrowseWidthByTable() 421 nBrowseWidth = SwHTMLTableLayout::GetBrowseWidth( rDoc ); in GetBrowseWidthByTable() 424 return nBrowseWidth; in GetBrowseWidthByTable()
|
Completed in 100 milliseconds