Searched refs:SW_PROP_NAME (Results 1 – 13 of 13) sorted by relevance
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unosett.cxx | 123 …{ SW_PROP_NAME(UNO_NAME_ANCHOR_CHAR_STYLE_NAME),WID_ANCHOR_CHARACTER_STYLE, &::getCppuType((const … in SV_IMPL_PTRARR() 124 …{ SW_PROP_NAME(UNO_NAME_BEGIN_NOTICE), WID_BEGIN_NOTICE, &::getCppuType((const OUSt… in SV_IMPL_PTRARR() 125 …{ SW_PROP_NAME(UNO_NAME_CHAR_STYLE_NAME), WID_CHARACTER_STYLE, &::getCppuType((const OUSt… in SV_IMPL_PTRARR() 126 …{ SW_PROP_NAME(UNO_NAME_END_NOTICE), WID_END_NOTICE , &::getCppuType((const OUSt… in SV_IMPL_PTRARR() 127 …{ SW_PROP_NAME(UNO_NAME_FOOTNOTE_COUNTING), WID_FOOTNOTE_COUNTING, &::getCppuType((const sal_… in SV_IMPL_PTRARR() 128 …{ SW_PROP_NAME(UNO_NAME_NUMBERING_TYPE), WID_NUMBERING_TYPE, &::getCppuType((const sal_… in SV_IMPL_PTRARR() 129 …{ SW_PROP_NAME(UNO_NAME_PAGE_STYLE_NAME), WID_PAGE_STYLE, &::getCppuType((const OUSt… in SV_IMPL_PTRARR() 130 …{ SW_PROP_NAME(UNO_NAME_PARA_STYLE_NAME), WID_PARAGRAPH_STYLE, &::getCppuType((const OUSt… in SV_IMPL_PTRARR() 131 …{ SW_PROP_NAME(UNO_NAME_POSITION_END_OF_DOC), WID_POSITION_END_OF_DOC,&::getBooleanCppuType(), P… in SV_IMPL_PTRARR() 132 …{ SW_PROP_NAME(UNO_NAME_PREFIX), WID_PREFIX, &::getCppuType((const OUSt… in SV_IMPL_PTRARR() [all …]
|
| H A D | unoredline.cxx | 265 if(rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_REDLINE_TEXT))) in getPropertyValue() 285 ! rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_REDLINE_SUCCESSOR_DATA))) in getPropertyValue() 322 if(rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_REDLINE_AUTHOR))) in GetPropertyValue() 324 else if(rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_REDLINE_DATE_TIME))) in GetPropertyValue() 328 else if(rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_REDLINE_COMMENT))) in GetPropertyValue() 330 else if(rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_REDLINE_TYPE))) in GetPropertyValue() 334 else if(rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_REDLINE_SUCCESSOR_DATA))) in GetPropertyValue() 339 else if (rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_REDLINE_IDENTIFIER))) in GetPropertyValue() 345 else if (rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_IS_IN_HEADER_FOOTER))) in GetPropertyValue() 351 else if (rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_MERGE_LAST_PARA))) in GetPropertyValue() [all …]
|
| H A D | unofield.cxx | 522 if( rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_SUB_TYPE))) in setPropertyValue() 569 ( rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_NAME))) ) in setPropertyValue() 641 if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_CONTENT))) in setPropertyValue() 643 else if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_VALUE ))) in setPropertyValue() 649 else if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_IS_EXPRESSION ))) in setPropertyValue() 658 if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_DATA_BASE_NAME))) in setPropertyValue() 660 else if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_DATA_TABLE_NAME))) in setPropertyValue() 662 else if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_DATA_COLUMN_NAME))) in setPropertyValue() 664 else if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_DATA_COMMAND_TYPE))) in setPropertyValue() 666 if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_DATA_BASE_URL))) in setPropertyValue() [all …]
|
| H A D | unoparagraph.cxx | 850 if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_ANCHOR_TYPE))) in GetDefaultTextContentValue() 852 else if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_ANCHOR_TYPES))) in GetDefaultTextContentValue() 854 else if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_TEXT_WRAP))) in GetDefaultTextContentValue() 1078 if (rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_ANCHOR_TYPE)) || in setPropertyToDefault() 1079 rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_ANCHOR_TYPES)) || in setPropertyToDefault() 1080 rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_TEXT_WRAP))) in setPropertyToDefault()
|
| H A D | unoobj.cxx | 2111 if (pNames[i].equalsAsciiL( SW_PROP_NAME(UNO_NAME_IS_SKIP_HIDDEN_TEXT)) || in GetPropertyStates() 2112 pNames[i].equalsAsciiL( SW_PROP_NAME(UNO_NAME_IS_SKIP_PROTECTED_TEXT))) in GetPropertyStates() 2328 …{ SW_PROP_NAME(UNO_NAME_IS_SKIP_HIDDEN_TEXT), FN_SKIP_HIDDEN_TEXT, &::getBooleanCppuType(), PROPER… in getPropertySetInfo() 2329 …{ SW_PROP_NAME(UNO_NAME_IS_SKIP_PROTECTED_TEXT), FN_SKIP_PROTECTED_TEXT, &::getBooleanCppuType(), … in getPropertySetInfo() 2357 if (rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_IS_SKIP_HIDDEN_TEXT))) in setPropertyValue() 2367 SW_PROP_NAME(UNO_NAME_IS_SKIP_PROTECTED_TEXT))) in setPropertyValue() 2396 if (rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_IS_SKIP_HIDDEN_TEXT))) in getPropertyValue() 2402 SW_PROP_NAME(UNO_NAME_IS_SKIP_PROTECTED_TEXT))) in getPropertyValue() 2607 SW_PROP_NAME(UNO_NAME_IS_SKIP_HIDDEN_TEXT)) || in setPropertiesToDefault() 2609 SW_PROP_NAME(UNO_NAME_IS_SKIP_PROTECTED_TEXT))) in setPropertiesToDefault() [all …]
|
| H A D | unoftn.cxx | 634 if (rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_START_REDLINE)) || in getPropertyValue() 635 rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_END_REDLINE))) in getPropertyValue() 644 SW_PROP_NAME(UNO_NAME_REFERENCE_ID))) in getPropertyValue()
|
| H A D | unoframe.cxx | 1242 … else if(0 != (bNextFrame = (rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_CHAIN_NEXT_NAME)))) in setPropertyValue() 1243 || rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_CHAIN_PREV_NAME))) in setPropertyValue() 1604 (rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_ACTUAL_SIZE)))) in getPropertyValue() 1908 if(!rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_ANCHOR_TYPE))) in setPropertyToDefault() 1912 … else if(0 != (bNextFrame = (rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_CHAIN_NEXT_NAME)))) in setPropertyToDefault() 1913 || rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_NAME_CHAIN_PREV_NAME))) in setPropertyToDefault() 2740 if(rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_START_REDLINE))|| in getPropertyValue() 2741 rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_END_REDLINE))) in getPropertyValue()
|
| H A D | unobkm.cxx | 456 if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_LINK_DISPLAY_NAME))) in getPropertyValue()
|
| H A D | unostyle.cxx | 2266 … (!bIsConditional && pNames[nProp].equalsAsciiL(SW_PROP_NAME(UNO_NAME_PARA_STYLE_CONDITIONS)))) in SetPropertyValues_Impl() 2536 … (!bIsConditional && pNames[nProp].equalsAsciiL(SW_PROP_NAME(UNO_NAME_PARA_STYLE_CONDITIONS)))) in GetPropertyValues_Impl()
|
| /AOO41X/main/sw/source/ui/uno/ |
| H A D | unotxvw.cxx | 852 SW_PROP_NAME(UNO_NAME_RUBY_BASE_TEXT))) in setRubyList() 858 SW_PROP_NAME(UNO_NAME_RUBY_TEXT))) in setRubyList() 864 SW_PROP_NAME(UNO_NAME_RUBY_CHAR_STYLE_NAME))) in setRubyList() 878 SW_PROP_NAME(UNO_NAME_RUBY_ADJUST))) in setRubyList() 885 SW_PROP_NAME(UNO_NAME_RUBY_IS_ABOVE))) in setRubyList()
|
| H A D | unotxdoc.cxx | 3964 if( rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_LINK_DISPLAY_NAME))) in getPropertyValue() 3968 else if( rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_LINK_DISPLAY_BITMAP))) in getPropertyValue() 4079 if(rPropertyName.equalsAsciiL( SW_PROP_NAME(UNO_LINK_DISPLAY_NAME))) in getPropertyValue()
|
| /AOO41X/main/sw/source/core/fields/ |
| H A D | authfld.cxx | 507 if(pValue[j].Name.equalsAsciiL(SW_PROP_NAME(UNO_NAME_SORT_KEY))) in PutValue() 515 … else if(pValue[j].Name.equalsAsciiL(SW_PROP_NAME(UNO_NAME_IS_SORT_ASCENDING))) in PutValue()
|
| /AOO41X/main/sw/inc/ |
| H A D | unoprnms.hxx | 811 #define SW_PROP_NAME(nId) \ macro
|