Searched refs:nColSpace (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/sw/source/filter/rtf/ |
| H A D | rtffly.cxx | 562 sal_uInt16 nCols = USHRT_MAX, nColSpace = USHRT_MAX, nAktCol = 0; in ReadFly() local 733 case RTF_COLSX: nColSpace = sal_uInt16( nTokenValue ); break; in ReadFly() 772 nColSpace = USHRT_MAX; in ReadFly() 851 case RTF_COLSX: nColSpace = sal_uInt16( nTokenValue ); break; in ReadFly() 961 if( USHRT_MAX == nColSpace ) in ReadFly() 962 nColSpace = 720; in ReadFly() 965 aCol.Init( nCols, nColSpace, sal_uInt16( nWidth ) ); in ReadFly()
|
| H A D | swparrtf.cxx | 545 sal_uInt16 nColSpace = static_cast< sal_uInt16 >(rSection.StandardColSeperation()); in SetCols() local 547 aCol.Init( nCols, nColSpace, nNettoWidth ); in SetCols() 2766 sal_Bool lcl_SetFmtCol( SwFmt& rFmt, sal_uInt16 nCols, sal_uInt16 nColSpace, in lcl_SetFmtCol() argument 2773 if( USHRT_MAX == nColSpace ) in lcl_SetFmtCol() 2774 nColSpace = 720; in lcl_SetFmtCol() 2776 aCol.Init( nCols, nColSpace, USHRT_MAX ); in lcl_SetFmtCol() 3246 sal_uInt16 nCols = USHRT_MAX, nColSpace = USHRT_MAX, nAktCol = 0; in ReadPageDescTbl() local 3268 ::lcl_SetFmtCol(*pPgFmt, nCols, nColSpace, aColumns); in ReadPageDescTbl() 3312 nCols = USHRT_MAX; nColSpace = USHRT_MAX; nAktCol = 0; in ReadPageDescTbl() 3334 ::lcl_SetFmtCol( *pPgFmt, nCols, nColSpace, aColumns ); in ReadPageDescTbl() [all …]
|
| /AOO42X/main/svtools/source/control/ |
| H A D | valueset.cxx | 478 long nColSpace = (mnCols-1)*nSpace; in Format() local 485 if ( nItemWidth > aWinSize.Width()-nScrBarWidth-nColSpace ) in Format() 486 nItemWidth = aWinSize.Width()-nScrBarWidth-nColSpace; in Format() 489 nItemWidth = (aWinSize.Width()-nScrBarWidth-nColSpace) / mnCols; in Format() 565 long nAllItemWidth = (nItemWidth*mnCols)+nColSpace; in Format()
|
| /AOO42X/main/sw/source/filter/ww1/ |
| H A D | w1sprm.cxx | 419 short nColSpace = 708; // default 1,25 cm in Start() local 426 aCol.Init(nCols, nColSpace, nNettoWidth); in Start()
|
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | ww8par6.cxx | 358 sal_Int32 nColSpace = rSection.StandardColSeperation(); in SetCols() local 369 aCol.Init(nCols, writer_cast<sal_uInt16>(nColSpace), in SetCols()
|