Lines Matching refs:sal_Int32

217 	sal_Int32			nLevel;
218 sal_Int32 nSpaceBefore;
219 sal_Int32 nMinLabelWidth;
220 sal_Int32 nMinLabelDist;
221 sal_Int32 nImageWidth;
222 sal_Int32 nImageHeight;
240 sal_Int32 nListtabStopPosition;
241 sal_Int32 nFirstLineIndent;
242 sal_Int32 nIndentAt;
251 void SetColor( sal_Int32 _aColor ) { aColor = _aColor; bHasColor = sal_True; } in SetColor()
252 void SetSpaceBefore( sal_Int32 nSet ) { nSpaceBefore = nSet; } in SetSpaceBefore()
253 void SetMinLabelWidth( sal_Int32 nSet ) { nMinLabelWidth = nSet; } in SetMinLabelWidth()
254 void SetMinLabelDist( sal_Int32 nSet ) { nMinLabelDist = nSet; } in SetMinLabelDist()
265 void SetImageWidth( sal_Int32 nSet ) { nImageWidth = nSet; } in SetImageWidth()
266 void SetImageHeight( sal_Int32 nSet ) { nImageHeight = nSet; } in SetImageHeight()
282 sal_Int32 GetLevel() const { return nLevel; } in GetLevel()
295 inline void SetListtabStopPosition( sal_Int32 nValue ) in SetListtabStopPosition()
299 inline void SetFirstLineIndent( sal_Int32 nValue ) in SetFirstLineIndent()
303 inline void SetIndentAt( sal_Int32 nValue ) in SetIndentAt()
407 sal_Int32 nTmp = rValue.toInt32(); in SvxXMLListLevelStyleContext_Impl()
416 sal_Int32 nTmp = rValue.toInt32(); in SvxXMLListLevelStyleContext_Impl()
470 sal_Int32 nCount = 0; in GetProperties()
503 sal_Int32 nUPD; in GetProperties()
504 sal_Int32 nBuildId; in GetProperties()
520 sal_Int32 nPos = 0; in GetProperties()
534 sal_Int32 nLeftMargin = nSpaceBefore + nMinLabelWidth; in GetProperties()
537 pProps[nPos++].Value <<= (sal_Int32)nLeftMargin; in GetProperties()
539 sal_Int32 nFirstLineOffset = -nMinLabelWidth; in GetProperties()
543 pProps[nPos++].Value <<= (sal_Int32)nFirstLineOffset; in GetProperties()
558 pProps[nPos++].Value <<= (sal_Int32)nListtabStopPosition; in GetProperties()
561 pProps[nPos++].Value <<= (sal_Int32)nFirstLineIndent; in GetProperties()
564 pProps[nPos++].Value <<= (sal_Int32)nIndentAt; in GetProperties()
671 pProps[nPos++].Value <<= (sal_Int32)aColor.GetColor(); in GetProperties()
779 sal_Int32 nVal; in SvxXMLListLevelStyleAttrContext_Impl()
841 rListLevel.SetColor( (sal_Int32)aColor.GetColor() ); in SvxXMLListLevelStyleAttrContext_Impl()
847 rListLevel.SetColor( (sal_Int32)0xffffffff ); in SvxXMLListLevelStyleAttrContext_Impl()
1075 sal_Int32 nVal; in SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl()
1207 sal_Int32 l_nLevels = rNumRule->getCount(); in FillUnoNumRule()
1212 sal_Int32 nLevel = pLevelStyle->GetLevel(); in FillUnoNumRule()