Lines Matching refs:nSub

197 									 sal_uInt16 nSub, sal_uInt32 nFmt, short nOff)  in SwPageNumberField()  argument
198 : SwField(pTyp, nFmt), nSubType(nSub), nOffset(nOff) in SwPageNumberField()
803 SwDocStatField::SwDocStatField(SwDocStatFieldType* pTyp, sal_uInt16 nSub, sal_uInt32 nFmt) in SwDocStatField() argument
805 nSubType(nSub) in SwDocStatField()
825 void SwDocStatField::SetSubType(sal_uInt16 nSub) in SetSubType() argument
827 nSubType = nSub; in SetSubType()
905 String SwDocInfoFieldType::Expand( sal_uInt16 nSub, sal_uInt32 nFormat, in Expand() argument
920 sal_uInt16 nExtSub = nSub & 0xff00; in Expand()
921 nSub &= 0xff; // ExtendedSubTypes nicht beachten in Expand()
923 switch(nSub) in Expand()
977 if( nSub == DI_CREATE ) in Expand()
979 else if( nSub == DI_CHANGE ) in Expand()
988 else if( nSub == DI_PRINT ) in Expand()
1053 SwDocInfoField::SwDocInfoField(SwDocInfoFieldType* pTyp, sal_uInt16 nSub, const String& rName, sal_… in SwDocInfoField() argument
1054 SwValueField(pTyp, nFmt), nSubType(nSub) in SwDocInfoField()
1060 SwDocInfoField::SwDocInfoField(SwDocInfoFieldType* pTyp, sal_uInt16 nSub, const String& rName, cons… in SwDocInfoField() argument
1061 SwValueField(pTyp, nFmt), nSubType(nSub) in SwDocInfoField()
1168 sal_uInt16 const nSub = nSubType & 0xff; in GetFieldName() local
1170 switch (nSub) in GetFieldName()
1178 ->aDocInfoLst[ nSub - DI_SUBTYPE_BEGIN ]; in GetFieldName()
1209 void SwDocInfoField::SetSubType(sal_uInt16 nSub) in SetSubType() argument
1211 nSubType = nSub; in SetSubType()
1356 sal_uInt16 nSub) : in SwHiddenTxtField() argument
1357 SwField( pFldType ), aCond(rCond), nSubType(nSub), in SwHiddenTxtField()
1385 sal_uInt16 nSub) in SwHiddenTxtField() argument
1386 : SwField( pFldType ), aTRUETxt(rTrue), aFALSETxt(rFalse), aCond(rCond), nSubType(nSub), in SwHiddenTxtField()
2036 String SwExtUserFieldType::Expand(sal_uInt16 nSub, sal_uInt32 ) const in Expand() argument
2040 switch(nSub) in Expand()
2107 void SwExtUserField::SetSubType(sal_uInt16 nSub) in SetSubType() argument
2109 nType = nSub; in SetSubType()