Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx1093 const OUString msZOrder; member in ShapeSortContext
1102 msZOrder(RTL_CONSTASCII_USTRINGPARAM("ZOrder")) in ShapeSortContext()
1112 if( xPropSet.is() && xPropSet->getPropertySetInfo()->hasPropertyByName( msZOrder ) ) in moveShape()
1115 xPropSet->setPropertyValue( msZOrder, aAny ); in moveShape()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx116 rtl::OUString msZOrder; member
119 msZOrder(RTL_CONSTASCII_USTRINGPARAM( "ZOrder" )) in ScShapeDataLess()
173 uno::Any aAny1 = xProps1->getPropertyValue(msZOrder); in operator ()()
175 uno::Any aAny2 = xProps2->getPropertyValue(msZOrder); in operator ()()

Completed in 37 milliseconds