Lines Matching refs:nIndent
102 sal_uInt16 nIndent; member in ScDrawStringsVars
145 sal_uInt16 GetLeftTotal() const { return pMargin->GetLeftMargin() + nIndent; } in GetLeftTotal()
187 nIndent ( 0 ), in ScDrawStringsVars()
400 nIndent = ((const SfxUInt16Item&)pPattern->GetItem( ATTR_INDENT, pCondSet )).GetValue(); in SetPattern()
402 nIndent = 0; in SetPattern()
447 nIndent = ((const SfxUInt16Item&)pPattern->GetItem( ATTR_INDENT, pCondSet )).GetValue(); in SetPatternSimple()
449 nIndent = 0; in SetPatternSimple()
2312 sal_uInt16 nIndent = 0; in DrawEdit() local
2314 nIndent = ((const SfxUInt16Item&)pPattern-> in DrawEdit()
2317 long nLeftM = (long) ( (pMargin->GetLeftMargin() + nIndent) * nPPTX ); in DrawEdit()
3183 sal_uInt16 nIndent = 0; in DrawRotated() local
3185 nIndent = ((const SfxUInt16Item&)pPattern-> in DrawRotated()
3192 long nLeftM = (long) ( (pMargin->GetLeftMargin() + nIndent) * nPPTX ); in DrawRotated()