Lines Matching refs:XPropertySet

276 	    Reference<XPropertySet> xProp( getDataSource(), UNO_SET_THROW );  in exportDataSource()
281 Reference< XPropertySet > xDataSourceSettings; in exportDataSource()
511 Reference<XPropertySet> xProp(getDataSource()); in exportApplicationConnectionSettings()
554 Reference<XPropertySet> xProp(getDataSource()); in exportConnectionData()
583 Reference< XPropertySet > xDataSourceSettings; in exportConnectionData()
617 …Reference< XPropertySet > xDataSourceSettings( xProp->getPropertyValue( PROPERTY_SETTINGS ), UNO_Q… in exportConnectionData()
794 Reference<XPropertySet> xProp(getDataSource()); in exportSequence()
812 Reference<XPropertySet> xProp(getDataSource()); in exportLogin()
832 ,const ::comphelper::mem_fun1_t<ODBExport,XPropertySet* >& _aMemFunc in exportCollection()
845 Reference<XPropertySet> xProp(_xCollection->getByName(*pIter),UNO_QUERY); in exportCollection()
859 void ODBExport::exportComponent(XPropertySet* _xProp) in exportComponent()
877 void ODBExport::exportQuery(XPropertySet* _xProp) in exportQuery()
901 void ODBExport::exportTable(XPropertySet* _xProp) in exportTable()
924 void ODBExport::exportStyleName(XPropertySet* _xProp,SvXMLAttributeList& _rAtt) in exportStyleName()
926 Reference<XPropertySet> xFind(_xProp); in exportStyleName()
932 …nst ::xmloff::token::XMLTokenEnum _eToken,const uno::Reference<beans::XPropertySet>& _xProp,SvXMLA… in exportStyleName()
943 void ODBExport::exportTableName(XPropertySet* _xProp,sal_Bool _bUpdate) in exportTableName()
964 void ODBExport::exportFilter(XPropertySet* _xProp in exportFilter()
990 Reference< XPropertySet > xComponent(_xColSup,UNO_QUERY); in exportColumns()
1011 Reference<XPropertySet> xProp(xNameAccess->getByName(*pIter),UNO_QUERY); in exportColumns()
1073 ::comphelper::mem_fun1_t<ODBExport,XPropertySet* > aMemFunc(&ODBExport::exportComponent); in exportForms()
1094 ::comphelper::mem_fun1_t<ODBExport,XPropertySet* > aMemFunc(&ODBExport::exportComponent); in exportReports()
1115 ::std::auto_ptr< ::comphelper::mem_fun1_t<ODBExport,XPropertySet* > > pMemFunc; in exportQueries()
1117 … pMemFunc.reset( new ::comphelper::mem_fun1_t<ODBExport,XPropertySet* >(&ODBExport::exportQuery) ); in exportQueries()
1119 …pMemFunc.reset( new ::comphelper::mem_fun1_t<ODBExport,XPropertySet* >(&ODBExport::exportAutoStyle… in exportQueries()
1135 ::std::auto_ptr< ::comphelper::mem_fun1_t<ODBExport,XPropertySet* > > pMemFunc; in exportTables()
1137 … pMemFunc.reset( new ::comphelper::mem_fun1_t<ODBExport,XPropertySet* >(&ODBExport::exportTable) ); in exportTables()
1139 …pMemFunc.reset( new ::comphelper::mem_fun1_t<ODBExport,XPropertySet* >(&ODBExport::exportAutoStyle… in exportTables()
1145 void ODBExport::exportAutoStyle(XPropertySet* _xProp) in exportAutoStyle()
1180 Reference< XPropertySet> xColumn = xFac->createDataDescriptor(); in exportAutoStyle()
1181 …m_aTableDummyColumns.insert(TTableColumnMap::value_type(Reference< XPropertySet>(_xProp),xColumn)); in exportAutoStyle()
1187 ::comphelper::mem_fun1_t<ODBExport,XPropertySet* > aMemFunc(&ODBExport::exportAutoStyle); in exportAutoStyle()
1316 Reference<XPropertySet> xProp(xCollection->getByName(*pIter),UNO_QUERY); in GetViewSettings()
1336 Reference<XPropertySet> xProp(getDataSource()); in GetConfigurationSettings()