Lines Matching refs:nContextID

114 		    sal_Int16 nContextID = getPropertySetMapper()->GetEntryContextId(property->mnIndex);  in finished()  local
115 switch (nContextID) in finished()
240 sal_Int16 nContextID = getPropertySetMapper()->GetEntryContextId(property->mnIndex); in finished() local
241 switch (nContextID) in finished()
559 void XMLTableStyleContext::AddProperty(const sal_Int16 nContextID, const uno::Any& rValue) in AddProperty() argument
561 XMLPropertyState* property = FindProperty(nContextID); in AddProperty()
564 sal_Int32 nIndex(static_cast<XMLTableStylesContext *>(pStyles)->GetIndex(nContextID)); in AddProperty()
570 XMLPropertyState* XMLTableStyleContext::FindProperty(const sal_Int16 nContextID) in FindProperty() argument
586 … if (property->mnIndex != -1 && xPrMap->GetEntryContextId(property->mnIndex) == nContextID) in FindProperty()
870 sal_Int32 XMLTableStylesContext::GetIndex(const sal_Int16 nContextID) in GetIndex() argument
872 if (nContextID == CTF_SC_CELLSTYLE) in GetIndex()
876 …ortPropertyMapper(XML_STYLE_FAMILY_TABLE_CELL)->getPropertySetMapper()->FindEntryIndex(nContextID); in GetIndex()
879 else if (nContextID == CTF_SC_NUMBERFORMAT) in GetIndex()
883 …ortPropertyMapper(XML_STYLE_FAMILY_TABLE_CELL)->getPropertySetMapper()->FindEntryIndex(nContextID); in GetIndex()
886 else if (nContextID == CTF_SC_IMPORT_MAP) in GetIndex()
890 …ortPropertyMapper(XML_STYLE_FAMILY_TABLE_CELL)->getPropertySetMapper()->FindEntryIndex(nContextID); in GetIndex()
893 else if (nContextID == CTF_SC_MASTERPAGENAME) in GetIndex()
897 …rtPropertyMapper(XML_STYLE_FAMILY_TABLE_TABLE)->getPropertySetMapper()->FindEntryIndex(nContextID); in GetIndex()