Lines Matching refs:aPropVal

67     PropertyValue aPropVal;  in lcl_ConvertSequenceToValues()  local
70 aPropVal = rSequence[i]; in lcl_ConvertSequenceToValues()
71 if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_URL ) ) ) in lcl_ConvertSequenceToValues()
72 aPropVal.Value >>= rItem.aCommandURL; in lcl_ConvertSequenceToValues()
73 … else if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_TITLE ) ) ) in lcl_ConvertSequenceToValues()
74 aPropVal.Value >>= rItem.aLabel; in lcl_ConvertSequenceToValues()
75 … else if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_CONTEXT ) ) ) in lcl_ConvertSequenceToValues()
76 aPropVal.Value >>= rItem.aContext; in lcl_ConvertSequenceToValues()
77 … else if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_ALIGN ) ) ) in lcl_ConvertSequenceToValues()
78 aPropVal.Value >>= sAlignment; in lcl_ConvertSequenceToValues()
79 … else if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_AUTOSIZE ) ) ) in lcl_ConvertSequenceToValues()
80 aPropVal.Value >>= bAutoSize; in lcl_ConvertSequenceToValues()
81 … else if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_OWNERDRAW ) ) ) in lcl_ConvertSequenceToValues()
82 aPropVal.Value >>= bOwnerDraw; in lcl_ConvertSequenceToValues()
83 … else if ( aPropVal.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( MERGE_STATUSBAR_WIDTH ) ) ) in lcl_ConvertSequenceToValues()
86 aPropVal.Value >>= aWidth; in lcl_ConvertSequenceToValues()