Home
last modified time | relevance | path

Searched refs:nBrowseWidth (Results 1 – 9 of 9) sorted by path

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx417 sal_uInt16 nBrowseWidth = 0; in GetBrowseWidthByTable() local
421 nBrowseWidth = GetBrowseWidthByTabFrm( *pFrm ); in GetBrowseWidthByTable()
425 nBrowseWidth = SwHTMLTableLayout::GetBrowseWidth( rDoc ); in GetBrowseWidthByTable()
428 return nBrowseWidth; in GetBrowseWidthByTable()
/trunk/main/sw/source/core/docnode/
H A Dswbaslnk.cxx363 const sal_uInt16 nBrowseWidth = in SetGrfFlySize() local
365 if ( nBrowseWidth ) in SetGrfFlySize()
367 pLayout->Resize( nBrowseWidth, sal_True, sal_True, in SetGrfFlySize()
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx103 long nBrowseWidth; member in SwRootFrm
300 void SetBrowseWidth( long n ) { bBrowseWidthValid = sal_True; nBrowseWidth = n;} in SetBrowseWidth()
356 return nBrowseWidth; in GetBrowseWidth()
/trunk/main/sw/source/core/layout/
H A Dnewfrm.cxx490 nBrowseWidth( MM50*4 ), //2cm Minimum in SwRootFrm()
H A Dpagechg.cxx1796 nBrowseWidth = pSh in ImplCalcBrowseWidth()
1835 nBrowseWidth = Max( nBrowseWidth, nWidth ); in ImplCalcBrowseWidth()
1895 nBrowseWidth = Max( nBrowseWidth, nWidth ); in ImplCalcBrowseWidth()
/trunk/main/sw/source/filter/html/
H A Dhtmldraw.cxx528 long nBrowseWidth = GetCurrentBrowseWidth(); in NewMarquee() local
529 aTwipSz.Width() = !nWidth ? nBrowseWidth in NewMarquee()
530 : (nWidth*nBrowseWidth) / 100; in NewMarquee()
H A Dhtmlform.cxx551 const sal_uInt16 nBrowseWidth = in init() local
554 if ( nBrowseWidth ) in init()
556 pLayout->Resize( nBrowseWidth, sal_True, sal_True, in init()
H A Dhtmltab.cxx5498 sal_uInt16 nBrowseWidth = (sal_uInt16)GetCurrentBrowseWidth(); in BuildTable() local
5499 pSaveStruct->MakeTable( nBrowseWidth, *pPam->GetPoint(), pDoc ); in BuildTable()
5515 if( nBrowseWidth != nNewBrowseWidth ) in BuildTable()
H A Dswhtml.cxx5249 long nBrowseWidth = GetCurrentBrowseWidth(); in InsertHorzRule() local
5250 nWidth = bPrcWidth ? (sal_uInt16)((nWidth*nBrowseWidth) / 100) in InsertHorzRule()
5251 : ToTwips( (sal_uInt16)nBrowseWidth ); in InsertHorzRule()
5255 if( (long)nWidth < nBrowseWidth ) in InsertHorzRule()
5261 long nDist = nBrowseWidth - nWidth; in InsertHorzRule()

Completed in 94 milliseconds