Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx563 sal_uInt16 nCols = USHRT_MAX, nColSpace = USHRT_MAX, nAktCol = 0; in ReadFly() local
734 case RTF_COLSX: nColSpace = sal_uInt16( nTokenValue ); break; in ReadFly()
773 nColSpace = USHRT_MAX; in ReadFly()
852 case RTF_COLSX: nColSpace = sal_uInt16( nTokenValue ); break; in ReadFly()
962 if( USHRT_MAX == nColSpace ) in ReadFly()
963 nColSpace = 720; in ReadFly()
966 aCol.Init( nCols, nColSpace, sal_uInt16( nWidth ) ); in ReadFly()
H A Dswparrtf.cxx548 aCol.Init( nCols, nColSpace, nNettoWidth ); in SetCols()
2767 sal_Bool lcl_SetFmtCol( SwFmt& rFmt, sal_uInt16 nCols, sal_uInt16 nColSpace, in lcl_SetFmtCol() argument
2774 if( USHRT_MAX == nColSpace ) in lcl_SetFmtCol()
2775 nColSpace = 720; in lcl_SetFmtCol()
2777 aCol.Init( nCols, nColSpace, USHRT_MAX ); in lcl_SetFmtCol()
3247 sal_uInt16 nCols = USHRT_MAX, nColSpace = USHRT_MAX, nAktCol = 0; in ReadPageDescTbl() local
3269 ::lcl_SetFmtCol(*pPgFmt, nCols, nColSpace, aColumns); in ReadPageDescTbl()
3313 nCols = USHRT_MAX; nColSpace = USHRT_MAX; nAktCol = 0; in ReadPageDescTbl()
3335 ::lcl_SetFmtCol( *pPgFmt, nCols, nColSpace, aColumns ); in ReadPageDescTbl()
3362 nCols = USHRT_MAX; nColSpace = USHRT_MAX; nAktCol = 0; in ReadPageDescTbl()
[all …]
/trunk/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()
/trunk/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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx359 sal_Int32 nColSpace = rSection.StandardColSeperation(); in SetCols() local
370 aCol.Init(nCols, writer_cast<sal_uInt16>(nColSpace), in SetCols()

Completed in 73 milliseconds