Home
last modified time | relevance | path

Searched refs:spnTypes (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/oox/source/xls/
H A Dtablebuffer.cxx82 …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 Dcondformatbuffer.cxx159 …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 Dpivottablebuffer.cxx231 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 Dstylesbuffer.cxx1864 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 83 milliseconds