Searched refs:SC_UNONAME_ISCASE (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | datauno.cxx | 85 {MAP_CHAR_LEN(SC_UNONAME_ISCASE), 0, &getBooleanCppuType(), 0, 0}, in lcl_GetSubTotalPropertyMap() 102 {MAP_CHAR_LEN(SC_UNONAME_ISCASE), 0, &getBooleanCppuType(), 0, 0}, in lcl_GetFilterPropertyMap() 471 else if (aPropName.EqualsAscii( SC_UNONAME_ISCASE )) in FillSortParam() 775 if (aString.EqualsAscii( SC_UNONAME_CASE ) || aString.EqualsAscii( SC_UNONAME_ISCASE )) in setPropertyValue() 818 if (aString.EqualsAscii( SC_UNONAME_CASE ) || aString.EqualsAscii( SC_UNONAME_ISCASE )) in getPropertyValue() 1431 else if (aString.EqualsAscii( SC_UNONAME_ISCASE )) in setPropertyValue() 1483 else if (aString.EqualsAscii( SC_UNONAME_ISCASE )) in getPropertyValue()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLExportDatabaseRanges.cxx | 310 …ool(xPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ISCASE)))); in WriteFilterDescriptor() 537 …ool(xPropertySet->getPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ISCASE))))) in WriteSubTotalDescriptor()
|
H A D | xmldrani.cxx | 388 …ertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ISCASE)), uno::make… in EndElement() 413 …ertySet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ISCASE)), uno::make… in EndElement()
|
H A D | xmlsorti.cxx | 157 aSortDescriptor[2].Name = rtl::OUString::createFromAscii(SC_UNONAME_ISCASE); in EndElement()
|
/aoo41x/main/sc/inc/ |
H A D | unonames.hxx | 279 #define SC_UNONAME_ISCASE "IsCaseSensitive" macro
|
Completed in 37 milliseconds