Searched refs:nLSpace (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sw/source/filter/rtf/ |
H A D | rtftbl.cxx | 209 SwTwips nLSpace = 0; in ReadTable() local 457 nLSpace = nTokenValue; in ReadTable() 540 nTblSz -= nLSpace; in ReadTable() 583 nLSpace != pFmt->GetLRSpace().GetLeft() ) in ReadTable() 585 SvxLRSpaceItem aL( RES_LR_SPACE ); aL.SetLeft( nLSpace ); in ReadTable() 597 nLSpace != pFmt->GetLRSpace().GetLeft() in ReadTable() 620 if( text::HoriOrientation::LEFT_AND_WIDTH == eAdjust && nLSpace ) in ReadTable() 622 SvxLRSpaceItem aL( RES_LR_SPACE ); aL.SetLeft( nLSpace ); in ReadTable() 743 if( text::HoriOrientation::LEFT_AND_WIDTH == eAdjust && nLSpace ) in ReadTable() 745 SvxLRSpaceItem aL( RES_LR_SPACE ); aL.SetLeft( nLSpace ); in ReadTable()
|
/aoo41x/main/editeng/source/items/ |
H A D | numitem.cxx | 185 nLSpace(0), in SvxNumberFormat() 251 nLSpace = nShort; in SvxNumberFormat() 349 rStream << nLSpace; in Store() 417 nLSpace = rFormat.nLSpace ; in operator =() 459 nLSpace != rFormat.nLSpace || in operator ==() 581 return mePositionAndSpaceMode == LABEL_WIDTH_AND_POSITION ? nLSpace : 0; in GetLSpace()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | drwtxtex.cxx | 631 int eAdjust, nLSpace, nEsc; in GetState() local 722 case SID_ATTR_PARA_LINESPACE_10: nLSpace = 100; goto ASK_LINESPACE; in GetState() 723 case SID_ATTR_PARA_LINESPACE_15: nLSpace = 150; goto ASK_LINESPACE; in GetState() 724 case SID_ATTR_PARA_LINESPACE_20: nLSpace = 200; goto ASK_LINESPACE; in GetState() 732 else if( nLSpace == ((const SvxLineSpacingItem*)pLSpace)-> in GetState()
|
H A D | annotsh.cxx | 772 int nLSpace = 0; in GetState() local 775 nLSpace = 100; in GetState() 778 nLSpace = 150; in GetState() 781 nLSpace = 200; in GetState() 790 if( nLSpace == ((const SvxLineSpacingItem*)pLSpace)->GetPropLineSpace() ) in GetState()
|
/aoo41x/main/sd/source/core/ |
H A D | stlpool.cxx | 1033 const short nLSpace = (i + 1) * 600; in PutNumBulletItem() local 1034 aNumberFormat.SetLSpace(nLSpace); in PutNumBulletItem() 1035 aNumberFormat.SetAbsLSpace(nLSpace); in PutNumBulletItem() 1090 const short nLSpace = (i + 1) * 1200; in PutNumBulletItem() local 1091 aNumberFormat.SetLSpace(nLSpace); in PutNumBulletItem() 1092 aNumberFormat.SetAbsLSpace(nLSpace); in PutNumBulletItem()
|
H A D | drawdoc4.cxx | 1380 const short nLSpace = (i + 1) * 600; in SetTextDefaults() local 1381 aNumberFormat.SetLSpace(nLSpace); in SetTextDefaults() 1382 aNumberFormat.SetAbsLSpace(nLSpace); in SetTextDefaults()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | numitem.hxx | 144 short nLSpace; //relative Einrueckung zum Vorgaenger member in SvxNumberFormat 224 void SetLSpace(short nSet) {nLSpace = nSet;} in SetLSpace()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 1679 sal_uInt16 nAbs = 0, nRel = 0, nLSpace = 0, nRSpace = 0, in SetWidths() local 1685 nLSpace = GetLeftCellSpace( j, nColSpan ); in SetWidths() 1690 nLSpace, nRSpace, in SetWidths()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | css1atr.cxx | 2080 long nLSpace = rNumFmt.GetAbsLSpace(); in OutCSS1_NumBulListStyleOpt() local 2086 nLSpace -= rPrevNumFmt.GetAbsLSpace(); in OutCSS1_NumBulListStyleOpt() 2091 nLSpace != HTML_NUMBUL_MARGINLEFT ) in OutCSS1_NumBulListStyleOpt() 2092 rHTMLWrt.OutCSS1_UnitProperty( sCSS1_P_margin_left, nLSpace ); in OutCSS1_NumBulListStyleOpt()
|
H A D | htmltab.cxx | 1869 sal_uInt16 nLSpace = pLayoutInfo->GetLeftCellSpace( nLeftCol, nColSpan ); in MakeTableBox() local 1872 pCnts->GetTable()->MakeTable( pBox, nAbs, nRel, nLSpace, nRSpace, in MakeTableBox() 1917 sal_uInt16 nLSpace = pLayoutInfo->GetLeftCellSpace( nLeftCol, in MakeTableBox() local 1922 pCnts->GetTable()->MakeTable( pBox, nAbs, nRel, nLSpace, in MakeTableBox()
|
Completed in 160 milliseconds