Searched refs:spnTypes (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/oox/source/xls/ |
H A D | tablebuffer.cxx | 82 …static const sal_Int32 spnTypes[] = { XML_worksheet, XML_TOKEN_INVALID, XML_TOKEN_INVALID, XML_que… in importTable() local 83 maModel.mnType = STATIC_ARRAY_SELECT( spnTypes, nType, XML_TOKEN_INVALID ); in importTable()
|
H A D | condformatbuffer.cxx | 159 …static const sal_Int32 spnTypes[] = { XML_containsText, XML_notContainsText, XML_beginsWith, XML_e… in setBiff12TextType() local 160 mnType = STATIC_ARRAY_SELECT( spnTypes, nOperator, XML_TOKEN_INVALID ); in setBiff12TextType()
|
H A D | pivottablebuffer.cxx | 231 static const sal_Int32 spnTypes[] = { XML_data, XML_default, in setBiffType() local 234 mnType = STATIC_ARRAY_SELECT( spnTypes, nType, XML_data ); in setBiffType() 920 static sal_Int32 spnTypes[] = in importPTFilter() local 941 maModel.mnType = STATIC_ARRAY_SELECT( spnTypes, nType, XML_TOKEN_INVALID ); in importPTFilter()
|
H A D | stylesbuffer.cxx | 1864 static const sal_Int32 spnTypes[] = { XML_linear, XML_path }; in readGradient() local 1865 mnType = STATIC_ARRAY_SELECT( spnTypes, nType, XML_TOKEN_INVALID ); in readGradient()
|
Completed in 47 milliseconds