Home
last modified time | relevance | path

Searched refs:aPropertiesSeq (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/sfx2/source/dialog/
H A Ddinfdlg.cxx2256 Sequence< beans::PropertyValue > aPropertiesSeq( m_aCustomPropertiesLines.size() ); in GetCustomProperties() local
2269 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