Home
last modified time | relevance | path

Searched refs:nColSpace (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/sw/source/filter/rtf/
H A Drtffly.cxx562 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 Dswparrtf.cxx545 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 Dvalueset.cxx478 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 Dw1sprm.cxx419 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 Dww8par6.cxx358 sal_Int32 nColSpace = rSection.StandardColSeperation(); in SetCols() local
369 aCol.Init(nCols, writer_cast<sal_uInt16>(nColSpace), in SetCols()