Lines Matching refs:aNodePropValues
1072 Sequence< Any > aNodePropValues = GetProperties( aNodePropNames ); in ReadMenuMergeInstructions() local
1075 aNodePropValues[0] >>= aMergeMenuInstruction.aMergePoint; in ReadMenuMergeInstructions()
1076 aNodePropValues[1] >>= aMergeMenuInstruction.aMergeCommand; in ReadMenuMergeInstructions()
1077 aNodePropValues[2] >>= aMergeMenuInstruction.aMergeCommandParameter; in ReadMenuMergeInstructions()
1078 aNodePropValues[3] >>= aMergeMenuInstruction.aMergeFallback; in ReadMenuMergeInstructions()
1079 aNodePropValues[4] >>= aMergeMenuInstruction.aMergeContext; in ReadMenuMergeInstructions()
1163 Sequence< Any > aNodePropValues = GetProperties( aNodePropNames ); in ReadToolbarMergeInstructions() local
1166 aNodePropValues[0] >>= aMergeToolbarInstruction.aMergeToolbar; in ReadToolbarMergeInstructions()
1167 aNodePropValues[1] >>= aMergeToolbarInstruction.aMergePoint; in ReadToolbarMergeInstructions()
1168 aNodePropValues[2] >>= aMergeToolbarInstruction.aMergeCommand; in ReadToolbarMergeInstructions()
1169 aNodePropValues[3] >>= aMergeToolbarInstruction.aMergeCommandParameter; in ReadToolbarMergeInstructions()
1170 aNodePropValues[4] >>= aMergeToolbarInstruction.aMergeFallback; in ReadToolbarMergeInstructions()
1171 aNodePropValues[5] >>= aMergeToolbarInstruction.aMergeContext; in ReadToolbarMergeInstructions()
1244 Sequence< Any > aNodePropValues = GetProperties( aNodePropNames ); in ReadStatusbarMergeInstructions() local
1247 aNodePropValues[0] >>= aMergeStatusbarInstruction.aMergePoint; in ReadStatusbarMergeInstructions()
1248 aNodePropValues[1] >>= aMergeStatusbarInstruction.aMergeCommand; in ReadStatusbarMergeInstructions()
1249 aNodePropValues[2] >>= aMergeStatusbarInstruction.aMergeCommandParameter; in ReadStatusbarMergeInstructions()
1250 aNodePropValues[3] >>= aMergeStatusbarInstruction.aMergeFallback; in ReadStatusbarMergeInstructions()
1251 aNodePropValues[4] >>= aMergeStatusbarInstruction.aMergeContext; in ReadStatusbarMergeInstructions()