Searched refs:xRowProperties (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sw/source/ui/dbui/ |
H A D | mmconfigitem.cxx | 994 Reference<XPropertySet> xRowProperties(xRowSet, UNO_QUERY); in GetResultSet() local 995 … xRowProperties->setPropertyValue(C2U("DataSourceName"), makeAny(m_pImpl->aDBData.sDataSource)); in GetResultSet() 996 … xRowProperties->setPropertyValue(C2U("Command"), makeAny(m_pImpl->aDBData.sCommand)); in GetResultSet() 997 … xRowProperties->setPropertyValue(C2U("CommandType"), makeAny(m_pImpl->aDBData.nCommandType)); in GetResultSet() 998 xRowProperties->setPropertyValue(C2U("FetchSize"), makeAny((sal_Int32)10)); in GetResultSet() 1002 … xRowProperties->setPropertyValue(C2U("ApplyFilter"), makeAny(m_pImpl->sFilter.getLength()>0)); in GetResultSet() 1003 xRowProperties->setPropertyValue(C2U("Filter"), makeAny(m_pImpl->sFilter)); in GetResultSet() 1049 Reference<XPropertySet> xRowProperties(m_pImpl->xResultSet, UNO_QUERY); in SetFilter() local 1050 if(xRowProperties.is()) in SetFilter() 1054 … xRowProperties->setPropertyValue(C2U("ApplyFilter"), makeAny(m_pImpl->sFilter.getLength()>0)); in SetFilter() [all …]
|
H A D | addresslistdialog.cxx | 322 uno::Reference<XPropertySet> xRowProperties(xRowSet, UNO_QUERY); in IMPL_LINK() local 323 xRowProperties->setPropertyValue(C2U("DataSourceName"), in IMPL_LINK() 325 xRowProperties->setPropertyValue(C2U("Command"), makeAny( in IMPL_LINK() 327 … xRowProperties->setPropertyValue(C2U("CommandType"), makeAny(pUserData->nCommandType)); in IMPL_LINK() 328 …xRowProperties->setPropertyValue(C2U("ActiveConnection"), makeAny(pUserData->xConnection.getTyped(… in IMPL_LINK() 335 xRowProperties->getPropertyValue(C2U("ActiveCommand"))>>= sQuery; in IMPL_LINK()
|
H A D | dbmgr.cxx | 1683 Reference<XPropertySet> xRowProperties(xRowSet, UNO_QUERY); in GetColumnSupplier() local 1684 xRowProperties->setPropertyValue(C2U("DataSourceName"), makeAny(sDataSource)); in GetColumnSupplier() 1685 xRowProperties->setPropertyValue(C2U("Command"), makeAny(::rtl::OUString(rTableOrQuery))); in GetColumnSupplier() 1686 xRowProperties->setPropertyValue(C2U("CommandType"), makeAny(nCommandType)); in GetColumnSupplier() 1687 xRowProperties->setPropertyValue(C2U("FetchSize"), makeAny((sal_Int32)10)); in GetColumnSupplier() 1688 xRowProperties->setPropertyValue(C2U("ActiveConnection"), makeAny(xConnection)); in GetColumnSupplier()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlrowi.cxx | 184 uno::Reference <beans::XPropertySet> xRowProperties(xColumnRowRange->getRows(), uno::UNO_QUERY); in EndElement() local 185 if (xRowProperties.is()) in EndElement() 196 pStyle->FillPropertySet(xRowProperties); in EndElement()
|
H A D | XMLTableShapeResizer.cxx | 225 uno::Reference <beans::XPropertySet> xRowProperties(xTableRow, uno::UNO_QUERY); in ResizeShapes() local 226 if (xRowProperties.is()) in ResizeShapes() 229 if (xRowProperties->getPropertyValue(sRowHeight) >>= nHeight) in ResizeShapes()
|
H A D | xmlexprt.cxx | 2105 void ScXMLExport::AddStyleFromRow(const uno::Reference<beans::XPropertySet>& xRowProperties, in AddStyleFromRow() argument 2110 …d::vector<XMLPropertyState> xPropStates(xRowStylesExportPropertySetMapper->Filter(xRowProperties)); in AddStyleFromRow() 2249 …uno::Reference<beans::XPropertySet> xRowProperties(xTableRows->getByIndex( aPos.Row() ), uno::UNO_… in _ExportAutoStyles() local 2252 AddStyleFromRow( xRowProperties, &aRowIter->maName, nIndex ); in _ExportAutoStyles() 2566 … uno::Reference <beans::XPropertySet> xRowProperties(xTableRows->getByIndex(nRow), uno::UNO_QUERY); in _ExportAutoStyles() local 2567 if(xRowProperties.is()) in _ExportAutoStyles() 2569 AddStyleFromRow( xRowProperties, NULL, nIndex ); in _ExportAutoStyles()
|
H A D | xmlexprt.hxx | 218 const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet >& xRowProperties,
|
Completed in 67 milliseconds