Searched refs:nColSpace (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 563 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 D | swparrtf.cxx | 548 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 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()
|
/trunk/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()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 359 sal_Int32 nColSpace = rSection.StandardColSeperation(); in SetCols() local 370 aCol.Init(nCols, writer_cast<sal_uInt16>(nColSpace), in SetCols()
|
Completed in 66 milliseconds