Home
last modified time | relevance | path

Searched refs:GetSubType (Results 1 – 25 of 42) sorted by path

12

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DParserTablesGenerator.java341 for (final ISimpleTypeNode aSubType : aEntry.getValue().GetSubType()) in WriteSimpleTypes()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DSimpleTypeDescriptor.java55 public ISimpleTypeNode[] GetSubType () in GetSubType() method in SimpleTypeDescriptor
/trunk/main/sw/inc/
H A Ddbfld.hxx90 virtual sal_uInt16 GetSubType() const;
160 virtual sal_uInt16 GetSubType() const;
H A Ddocufld.hxx181 virtual sal_uInt16 GetSubType() const;
323 virtual sal_uInt16 GetSubType() const;
396 virtual sal_uInt16 GetSubType() const;
603 virtual sal_uInt16 GetSubType() const;
641 virtual sal_uInt16 GetSubType() const;
H A Dexpfld.hxx124 virtual sal_uInt16 GetSubType() const;
254 virtual sal_uInt16 GetSubType() const;
369 virtual sal_uInt16 GetSubType() const;
442 virtual sal_uInt16 GetSubType() const;
H A Dfldbas.hxx361 virtual sal_uInt16 GetSubType() const;
H A Dflddat.hxx121 virtual sal_uInt16 GetSubType() const;
H A Dreffld.hxx129 virtual sal_uInt16 GetSubType() const;
H A Dusrfld.hxx112 virtual sal_uInt16 GetSubType() const;
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1683 subType = ((SwDocStatField*)pField)->GetSubType(); in GetFieldTypeNameAtIndex()
1687 sal_uInt16 nSub = pField->GetSubType(); in GetFieldTypeNameAtIndex()
1729 subType = ((SwDateTimeField*)pField)->GetSubType(); in GetFieldTypeNameAtIndex()
1747 subType = ((SwExtUserField*)pField)->GetSubType(); in GetFieldTypeNameAtIndex()
1761 subType = pField->GetSubType(); in GetFieldTypeNameAtIndex()
1794 sal_uInt16 nExSub = pField->GetSubType() & 0xff00; in GetFieldTypeNameAtIndex()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx466 if( nsSwExtendedSubType::SUB_CMD & pFld->GetSubType() ) in UpdateTblFlds()
535 (pFld = (SwTblField*)pFmtFld->GetField())->GetSubType() )) in UpdateTblFlds()
1094 if( nsSwGetSetExpType::GSE_EXPR & pFld->GetSubType() ) in lcl_CalcFld()
1218 if( nsSwGetSetExpType::GSE_STRING & pFld->GetSubType() ) in FldsToExpand()
1445 if( nsSwGetSetExpType::GSE_STRING & pFld->GetSubType() ) // String Ersetzung in UpdateExpFlds()
2121 pDocInfFld->GetSubType(), in SetFixFields()
2146 pExtUserFld->GetSubType(), in SetFixFields()
2419 (nsSwGetSetExpType::GSE_STRING & pFld->GetSubType()) ) in _MakeFldList()
/trunk/main/sw/source/core/fields/
H A Ddbfld.cxx249 if(0 ==(GetSubType() & nsSwExtendedSubType::SUB_INVISIBLE)) in Expand()
391 sal_uInt16 SwDBField::GetSubType() const in GetSubType() function in SwDBField
444 SetSubType(GetSubType()&~nsSwExtendedSubType::SUB_OWN_FMT); in PutValue()
446 SetSubType(GetSubType()|nsSwExtendedSubType::SUB_OWN_FMT); in PutValue()
450 sal_uInt16 nSubTyp = GetSubType(); in PutValue()
581 sal_uInt16 nSubTyp = GetSubType(); in PutValue()
598 sal_uInt16 SwDBNameInfField::GetSubType() const in GetSubType() function in SwDBNameInfField
648 pTmp->SetSubType(GetSubType()); in Copy()
751 pTmp->SetSubType(GetSubType()); in Copy()
887 pTmp->SetSubType(GetSubType()); in Copy()
[all …]
H A Ddocufld.cxx241 sal_uInt16 SwPageNumberField::GetSubType() const in GetSubType() function in SwPageNumberField
820 sal_uInt16 SwDocStatField::GetSubType() const in GetSubType() function in SwDocStatField
1202 sal_uInt16 SwDocInfoField::GetSubType() const in GetSubType() function in SwDocInfoField
1564 sal_uInt16 SwHiddenTxtField::GetSubType() const in GetSubType() function in SwHiddenTxtField
2100 sal_uInt16 SwExtUserField::GetSubType() const in GetSubType() function in SwExtUserField
H A Dexpfld.cxx367 if( !(GetSubType() & nsSwGetSetExpType::GSE_STRING) && in ChangeExpansion()
374 if(GetSubType() & nsSwGetSetExpType::GSE_STRING) in ChangeExpansion()
407 sal_uInt16 SwGetExpField::GetSubType() const in GetSubType() function in SwGetExpField
443 sal_Int16 nRet = lcl_SubTypeToAPI(GetSubType() & 0xff); in QueryValue()
485 SetSubType( static_cast<sal_uInt16>((GetSubType() & 0xff00) | nTmp)); in PutValue()
859 pTmp->SetSubType(GetSubType()); in Copy()
872 sal_uInt16 SwSetExpField::GetSubType() const in GetSubType() function in SwSetExpField
1037 SetSubType(static_cast<sal_uInt16>((GetSubType() & 0xff00) | nTmp32)); in PutValue()
1098 nRet = lcl_SubTypeToAPI(GetSubType() & 0xff); in QueryValue()
1253 GetSubType(), in Copy()
[all …]
H A Dfldbas.cxx225 if (GetSubType() & FIXEDFLD) in GetTypeId()
226 nRet = static_cast<sal_uInt16>(GetSubType() & DATEFLD ? TYP_FIXDATEFLD : TYP_FIXTIMEFLD); in GetTypeId()
228 nRet = static_cast<sal_uInt16>(GetSubType() & DATEFLD ? TYP_DATEFLD : TYP_TIMEFLD); in GetTypeId()
235 nRet = GetSubType(); in GetTypeId()
239 if( nsSwGetSetExpType::GSE_SEQ & GetSubType() ) in GetTypeId()
248 nRet = GetSubType(); in GetTypeId()
274 ((GetSubType() & DATEFLD) != 0) ? TYP_DATEFLD : TYP_TIMEFLD); in GetFieldName()
310 sal_uInt16 SwField::GetSubType() const in GetSubType() function in SwField
413 bRet = 0 != (GetSubType() & FIXEDFLD); in IsFixed()
426 bRet = 0 != (GetSubType() & DI_SUB_FIXED); in IsFixed()
[all …]
H A Dflddat.cxx122 sal_uInt16 SwDateTimeField::GetSubType() const in GetSubType() function in SwDateTimeField
H A Dreffld.cxx227 sal_uInt16 SwGetRefField::GetSubType() const in GetSubType() function in SwGetRefField
240 return GetSubType() == REF_BOOKMARK && in IsRefToHeadingCrossRefBookmark()
246 return GetSubType() == REF_BOOKMARK && in IsRefToNumItemCrossRefBookmark()
1030 switch( rRefFld.GetSubType() ) in MergeWithOtherDoc()
H A Dtblcalc.cxx146 sal_uInt16 SwTblField::GetSubType() const in GetSubType() function in SwTblField
H A Dusrfld.cxx114 sal_uInt16 SwUserField::GetSubType() const in GetSubType() function in SwUserField
/trunk/main/sw/source/core/sw3io/
H A Dsw3convert.cxx330 switch (pFld->GetSubType() & 0xff00) in sw3io_ConvertToOldField()
342 sal_uInt16 nSubType = ((SwDateTimeField*) pFld)->GetSubType(); in sw3io_ConvertToOldField()
371 sal_uInt16 nSubType = pFld->GetSubType(); in sw3io_ConvertToOldField()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx2666 (pField)->GetSubType() & in IsValidNumTxtNd()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1857 mrSh.GotoRefMark( rRefName, pField->GetSubType(), pField->GetSeqNo() ); in EnhancedPDFExport()
H A Dtxtfld.cxx279 subType = ((SwGetRefField*)pFld)->GetSubType(); in NewFldPortion()
295 subType = ((SwDateTimeField*)pFld)->GetSubType(); in NewFldPortion()
/trunk/main/sw/source/core/txtnode/
H A Datrfld.cxx367 …& ( RES_DOCSTATFLD != nWhich || DS_PAGE != static_cast<const SwDocStatField*>(pFld)->GetSubType() ) in ExpandTxtFld()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx206 if( INP_USR == (rFld.GetSubType() & 0x00ff) ) in lcl_GetServiceForField()
212 sal_uInt16 nSubType = rFld.GetSubType(); in lcl_GetServiceForField()
242 nSrvId = TYP_CONDTXTFLD == rFld.GetSubType() in lcl_GetServiceForField()
249 switch( rFld.GetSubType() ) in lcl_GetServiceForField()
1508 sal_uInt16 nSubType = pFld->GetSubType(); in attachToRange()
1552 sal_uInt16 nSubType = pFld->GetSubType(); in attachToRange()
1567 sal_uInt16 nSubType = pFld->GetSubType(); in attachToRange()
1589 sal_uInt16 nSubType = pFld->GetSubType(); in attachToRange()
2354 pExtUserFld->GetSubType(), in update()
2379 pDocInfFld->GetSubType(), in update()

Completed in 176 milliseconds

12