Searched refs:PROPERTY_ORDER (Results 1 – 19 of 19) sorted by relevance
/trunk/main/dbaccess/source/ui/browser/ |
H A D | brwctrlr.cxx | 915 xFormSet->addPropertyChangeListener(PROPERTY_ORDER, static_cast<XPropertyChangeListener*>(this)); in Construct() 1122 …xSourceSet->removePropertyChangeListener(PROPERTY_ORDER, static_cast<XPropertyChangeListener*>(thi… in disposingFormModel() 1241 else if (evt.PropertyName.equals(PROPERTY_ORDER)) in propertyChange() 1328 …xFormSet->removePropertyChangeListener(PROPERTY_ORDER, static_cast<XPropertyChangeListener*>(this)… in disposing() 1805 xFormSet->setPropertyValue(PROPERTY_ORDER, makeAny(_xParser->getOrder())); in applyParserOrder() 1814 xFormSet->setPropertyValue(PROPERTY_ORDER, makeAny(_rOldOrder)); in applyParserOrder() 1917 OSL_VERIFY( xRowSetProps->getPropertyValue( PROPERTY_ORDER ) >>= sOrder ); in createParser_nothrow() 2304 xSet->setPropertyValue(PROPERTY_ORDER,makeAny(::rtl::OUString())); in Execute()
|
H A D | unodatbr.cxx | 508 xRowSetProps->setPropertyValue( PROPERTY_ORDER, makeAny( sEmptyOrder ) ); in impl_sanitizeRowSetClauses_nothrow() 580 PROPERTY_ORDER in InitializeForm() 987 || evt.PropertyName.equals(PROPERTY_ORDER) // the sort ? in propertyChange()
|
/trunk/main/xmloff/source/forms/ |
H A D | strings.hxx | 118 XMLFORM_CONSTASCII_STRING( PROPERTY_ORDER, "Order" );
|
H A D | layerimport.cxx | 112 OAttributeMetaData::getFormAttributeName(faOrder), PROPERTY_ORDER); in OFormLayerXMLImport_Impl()
|
H A D | elementexport.cxx | 2126 PROPERTY_NAME, /*PROPERTY_TARGETURL,*/ PROPERTY_COMMAND, PROPERTY_FILTER, PROPERTY_ORDER in exportAttributes()
|
/trunk/main/reportdesign/source/shared/ |
H A D | stringconstants.cxx | 270 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ORDER, "Order");
|
/trunk/main/dbaccess/source/filter/xml/ |
H A D | xmlTable.cxx | 207 _xProp->setPropertyValue(PROPERTY_ORDER,makeAny(m_sOrderStatement)); in setProperties()
|
H A D | xmlExport.cxx | 897 exportFilter(_xProp,PROPERTY_ORDER,XML_ORDER_STATEMENT); in exportQuery() 921 exportFilter(_xProp,PROPERTY_ORDER,XML_ORDER_STATEMENT); in exportTable()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | datasettings.cxx | 94 registerProperty(PROPERTY_ORDER, PROPERTY_ID_ORDER, PropertyAttribute::BOUND, in registerPropertiesFor()
|
H A D | table.cxx | 210 registerProperty(PROPERTY_ORDER, PROPERTY_ID_ORDER, PropertyAttribute::BOUND, in construct()
|
H A D | tablecontainer.cxx | 370 …rtl::OUString s_pTableProps[] = { ::rtl::OUString(PROPERTY_FILTER), ::rtl::OUString(PROPERTY_ORDER) in appendObject()
|
H A D | RowSet.cxx | 192 …registerProperty(PROPERTY_ORDER, PROPERTY_ID_ORDER, PropertyAttribute::BOUND, &m_aOrder, … in ORowSet()
|
/trunk/main/reportdesign/source/inc/ |
H A D | stringconstants.hrc | 276 DECLARE_CONSTASCII_USTRING(PROPERTY_ORDER );
|
/trunk/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 589 m_xAggregateSet->setPropertyValue( PROPERTY_ORDER, uno::makeAny( the_value ) ); in setOrder() 591 set(PROPERTY_ORDER,the_value,m_Order); in setOrder()
|
/trunk/main/dbaccess/source/inc/ |
H A D | stringconstants.hrc | 254 DECLARE_CONSTASCII_USTRING(PROPERTY_ORDER);
|
H A D | stringconstants.inc | 98 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_ORDER, "Order");
|
/trunk/main/framework/inc/classes/ |
H A D | filtercachedata.hxx | 162 #define PROPERTY_ORDER DECLARE_ASCII("Order" … macro
|
/trunk/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.cxx | 745 PROPERTY_FILTER, PROPERTY_ORDER, PROPERTY_HAVING_CLAUSE, PROPERTY_GROUP_BY in impl_checkForUnsupportedSettings_throw()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | WCopyTable.cxx | 177 …,::std::pair< ::rtl::OUString, ::rtl::OUString >(PROPERTY_ORDER,::rtl::OUString(RTL_CONSTASCII_UST… in copyFilterAndSortingTo()
|
Completed in 157 milliseconds