Searched refs:nColSpace (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 568 sal_uInt16 nCols = USHRT_MAX, nColSpace = USHRT_MAX, nAktCol = 0; in ReadFly() local 739 case RTF_COLSX: nColSpace = sal_uInt16( nTokenValue ); break; in ReadFly() 778 nColSpace = USHRT_MAX; in ReadFly() 857 case RTF_COLSX: nColSpace = sal_uInt16( nTokenValue ); break; in ReadFly() 967 if( USHRT_MAX == nColSpace ) in ReadFly() 968 nColSpace = 720; in ReadFly() 971 aCol.Init( nCols, nColSpace, sal_uInt16( nWidth ) ); in ReadFly()
|
H A D | swparrtf.cxx | 557 aCol.Init( nCols, nColSpace, nNettoWidth ); in SetCols() 2776 sal_Bool lcl_SetFmtCol( SwFmt& rFmt, sal_uInt16 nCols, sal_uInt16 nColSpace, in lcl_SetFmtCol() argument 2783 if( USHRT_MAX == nColSpace ) in lcl_SetFmtCol() 2784 nColSpace = 720; in lcl_SetFmtCol() 2786 aCol.Init( nCols, nColSpace, USHRT_MAX ); in lcl_SetFmtCol() 3256 sal_uInt16 nCols = USHRT_MAX, nColSpace = USHRT_MAX, nAktCol = 0; in ReadPageDescTbl() local 3278 ::lcl_SetFmtCol(*pPgFmt, nCols, nColSpace, aColumns); in ReadPageDescTbl() 3322 nCols = USHRT_MAX; nColSpace = USHRT_MAX; nAktCol = 0; in ReadPageDescTbl() 3344 ::lcl_SetFmtCol( *pPgFmt, nCols, nColSpace, aColumns ); in ReadPageDescTbl() 3371 nCols = USHRT_MAX; nColSpace = USHRT_MAX; nAktCol = 0; in ReadPageDescTbl() [all …]
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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 67 milliseconds