Searched refs:aPropertiesSeq (Results 1 – 1 of 1) sorted by relevance
2256 Sequence< beans::PropertyValue > aPropertiesSeq( m_aCustomPropertiesLines.size() ); in GetCustomProperties() local2269 aPropertiesSeq[i].Name = sPropertyName; in GetCustomProperties()2280 aPropertiesSeq[i].Value <<= makeAny( nValue ); in GetCustomProperties()2285 aPropertiesSeq[i].Value <<= makeAny( bValue ); in GetCustomProperties()2293 aPropertiesSeq[i].Value <<= aDateTime; in GetCustomProperties()2297 aPropertiesSeq[i].Value <<= pLine->m_aDurationField.GetDuration(); in GetCustomProperties()2303 aPropertiesSeq[i].Value <<= aDate; in GetCustomProperties()2309 aPropertiesSeq[i].Value <<= makeAny( sValue ); in GetCustomProperties()2314 return aPropertiesSeq; in GetCustomProperties()
Completed in 15 milliseconds