Home
last modified time | relevance | path

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

/trunk/test/testuno/source/testlib/uno/
H A DGraphicUtil.java77 PropertyValue[] sourceProps = new PropertyValue[1]; in getXGraphicOfGraphicFile() local
78 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() local
89 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 …]
/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx1108 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 30 milliseconds