Home
last modified time | relevance | path

Searched refs:xRowProperties (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx994 Reference<XPropertySet> xRowProperties(xRowSet, UNO_QUERY); in GetResultSet() local
995xRowProperties->setPropertyValue(C2U("DataSourceName"), makeAny(m_pImpl->aDBData.sDataSource)); in GetResultSet()
996xRowProperties->setPropertyValue(C2U("Command"), makeAny(m_pImpl->aDBData.sCommand)); in GetResultSet()
997xRowProperties->setPropertyValue(C2U("CommandType"), makeAny(m_pImpl->aDBData.nCommandType)); in GetResultSet()
998 xRowProperties->setPropertyValue(C2U("FetchSize"), makeAny((sal_Int32)10)); in GetResultSet()
1002xRowProperties->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()
1054xRowProperties->setPropertyValue(C2U("ApplyFilter"), makeAny(m_pImpl->sFilter.getLength()>0)); in SetFilter()
[all …]
H A Daddresslistdialog.cxx322 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()
327xRowProperties->setPropertyValue(C2U("CommandType"), makeAny(pUserData->nCommandType)); in IMPL_LINK()
328xRowProperties->setPropertyValue(C2U("ActiveConnection"), makeAny(pUserData->xConnection.getTyped(… in IMPL_LINK()
335 xRowProperties->getPropertyValue(C2U("ActiveCommand"))>>= sQuery; in IMPL_LINK()
H A Ddbmgr.cxx1683 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()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlrowi.cxx184 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 DXMLTableShapeResizer.cxx225 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 Dxmlexprt.cxx2105 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 Dxmlexprt.hxx218 const com::sun::star::uno::Reference< com::sun::star::beans::XPropertySet >& xRowProperties,

Completed in 136 milliseconds