Searched refs:sourceProps (Results 1 – 2 of 2) sorted by relevance
77 PropertyValue[] sourceProps = new PropertyValue[1]; in getXGraphicOfGraphicFile() local78 sourceProps[0] = new PropertyValue(); in getXGraphicOfGraphicFile()79 sourceProps[0].Name = "URL"; in getXGraphicOfGraphicFile()80 sourceProps[0].Value = sUrl; in getXGraphicOfGraphicFile()88 PropertyValue[] sourceProps = new PropertyValue[1]; in getSize100thMMOfGraphicFile() local89 sourceProps[0] = new PropertyValue(); in getSize100thMMOfGraphicFile()90 sourceProps[0].Name = "URL"; in getSize100thMMOfGraphicFile()91 sourceProps[0].Value = sUrl; in getSize100thMMOfGraphicFile()102 sourceProps[0] = new PropertyValue(); in getSizePixelOfGraphicFile()103 sourceProps[0].Name = "URL"; in getSizePixelOfGraphicFile()[all …]
1108 for ( ::std::vector< Property >::const_iterator sourceProps = aProperties.begin(); in doInspection()1109 sourceProps != aProperties.end(); in doInspection()1110 ++sourceProps in doInspection()1113 sal_Int32 nRelativePropertyOrder = sourceProps - aProperties.begin(); in doInspection()1115 nRelativePropertyOrder = m_xModel->getPropertyOrderIndex( sourceProps->Name ); in doInspection()1118 m_aProperties[ nRelativePropertyOrder ] = *sourceProps; in doInspection()
Completed in 22 milliseconds