Home
last modified time | relevance | path

Searched refs:xCols (Results 1 – 25 of 32) sorted by last modified time

12

/trunk/main/svx/source/table/
H A Dsvdotable.cxx496 Reference< XIndexAccess > xCols( mxTable->getColumns(), UNO_QUERY_THROW ); in DragEdge() local
497 Reference< XPropertySet > xColSet( xCols->getByIndex( nEdge ), UNO_QUERY_THROW ); in DragEdge()
514 xColSet = Reference< XPropertySet >( xCols->getByIndex( nEdge ), UNO_QUERY_THROW ); in DragEdge()
H A Dtablecontroller.cxx549 Reference< XTableColumns > xCols( mxTable->getColumns() ); in onInsert() local
552 xCols->insertByIndex( nNewStartColumn, nNewColumns ); in onInsert()
556 Reference< XPropertySet >( xCols->getByIndex( aEnd.mnCol + nOffset + 1 ), UNO_QUERY_THROW )-> in onInsert()
558 Reference< XPropertySet >( xCols->getByIndex( aStart.mnCol + nOffset ), UNO_QUERY_THROW )-> in onInsert()
646 Reference< XTableColumns > xCols( mxTable->getColumns() ); in onDelete() local
647 xCols->removeByIndex( aStart.mnCol, nRemovedColumns ); in onDelete()
H A Dtablelayouter.cxx554 Reference< XTableColumns > xCols( mxTable->getColumns(), UNO_QUERY_THROW ); in LayoutTableWidth() local
595 Reference< XPropertySet > xColSet( xCols->getByIndex( nCol ), UNO_QUERY_THROW ); in LayoutTableWidth()
681 Reference< XPropertySet > xColSet( xCols->getByIndex(nCol), UNO_QUERY_THROW ); in LayoutTableWidth()
1127 Reference< XTableColumns > xCols( mxTable->getColumns(), UNO_QUERY_THROW ); in DistributeColumns() local
1134 Reference< XPropertySet > xColSet( xCols->getByIndex( nCol ), UNO_QUERY_THROW ); in DistributeColumns()
H A Dtablertfimporter.cxx244 Reference< XTableColumns > xCols( mxTable->getColumns(), UNO_QUERY_THROW ); in FillTable() local
248 xCols->insertByIndex( nColCount, mnColMax - nColCount ); in FillTable()
256 Reference< XPropertySet > xSet( xCols->getByIndex( nCol ), UNO_QUERY_THROW ); in FillTable()
H A Dcellcursor.cxx307 Reference< XTableColumns > xCols( mxTable->getColumns(), UNO_QUERY_THROW ); in split_column() local
308 Reference< XPropertySet > xRefColumn( xCols->getByIndex( nCol ), UNO_QUERY_THROW ); in split_column()
316 xCols->insertByIndex( nCol + 1, nNewCols ); in split_column()
322 Reference< XPropertySet > xNewCol( xCols->getByIndex( nNewCol ), UNO_QUERY_THROW ); in split_column()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx513 Reference< XNameAccess > xCols = xColSupp->getColumns(); in doEditIndexes() local
514 OSL_ENSURE(xCols.is(), "OTableController::doEditIndexes: no columns!"); in doEditIndexes()
515 if (xCols.is()) in doEditIndexes()
516 aFieldNames = xCols->getElementNames(); in doEditIndexes()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx2328 Reference< XColumnsSupplier > xCols( m_xComposer, UNO_QUERY_THROW ); in impl_initComposer_throw() local
2329 m_xColumns = xCols->getColumns(); in impl_initComposer_throw()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1009 Reference< XIndexAccess > xCols(GetPeer()->getColumns(), UNO_QUERY); in SetColWidth() local
1011 if (xCols.is() && (nModelPos != (sal_uInt16)-1)) in SetColWidth()
1012 ::cppu::extractInterface(xAffectedCol,xCols->getByIndex(nModelPos)); in SetColWidth()
1042 Reference< XPropertySet > xCols(GetPeer()->getColumns(), UNO_QUERY); in SetRowHeight() local
1043 if (!xCols.is()) in SetRowHeight()
1046 Any aHeight = xCols->getPropertyValue(PROPERTY_ROW_HEIGHT); in SetRowHeight()
1056 Reference< XPropertyState > xPropState(xCols, UNO_QUERY); in SetRowHeight()
1071 xCols->setPropertyValue(PROPERTY_ROW_HEIGHT, aNewHeight); in SetRowHeight()
1092 if (xCols.is() && (nModelPos != (sal_uInt16)-1)) in SetColAttrs()
1226 if ( xCols.is() && xCols->getCount() > nModelPos ) in getField()
[all …]
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1692 Reference<XNameAccess> xCols(Reference<XColumnsSupplier>(xIndex,UNO_QUERY)->getColumns()); in isUniqueByColumnName() local
1693 if(xCols->hasByName(sColName)) in isUniqueByColumnName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DOSingleSelectQueryComposer.java232 XNameAccess xCols = xColSup.getColumns(); in createTestEnvironment() local
236 xCols.getByName(xCols.getElementNames()[0])); in createTestEnvironment()
261 tEnv.addObjRelation("colName", xCols.getElementNames()[0]); in createTestEnvironment()
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx422 …olsDialog_Impl::SetColumns(const ::Reference< ::com::sun::star::container::XIndexContainer>& xCols) in SetColumns() argument
424 pDlg->SetColumns(xCols); in SetColumns()
/trunk/main/sw/source/ui/fldui/
H A Dxfldui.cxx122 Reference <XNameAccess> xCols; in IsDBNumeric() local
125 xCols = xColsSupplier->getColumns(); in IsDBNumeric()
131 if(xCols.is() && xCols->hasByName(rFldName)) in IsDBNumeric()
133 Any aCol = xCols->getByName(rFldName); in IsDBNumeric()
/trunk/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx1442 uno::Reference<container::XNameAccess> xCols = xColsSupp->getColumns(); in IsAddressFieldsAssigned() local
1471 if(!xCols->hasByName(sConvertedColumn)) in IsAddressFieldsAssigned()
1495 uno::Reference<container::XNameAccess> xCols = xColsSupp->getColumns(); in IsGreetingFieldsAssigned() local
1532 if(!xCols->hasByName(sConvertedColumn)) in IsGreetingFieldsAssigned()
H A Ddbinsdlg.cxx301 Reference <XNameAccess> xCols = xColSupp->getColumns(); in SwInsertDBColAutoPilot() local
302 Sequence<rtl::OUString> aColNames = xCols->getElementNames(); in SwInsertDBColAutoPilot()
308 Any aCol = xCols->getByName(pColNames[n]); in SwInsertDBColAutoPilot()
1041 Reference <XNameAccess> xCols = xColsSupp->getColumns(); in DataToDoc() local
1145 xCols->getByName(pEntry->sColumn) >>= xColumn; in DataToDoc()
1361 xCols->getByName(pDBCol->pColInfo->sColumn) >>= xColumnProps; in DataToDoc()
1396 xCols->getByName(pDBCol->pColInfo->sColumn) >>= xColumnProps; in DataToDoc()
H A Ddbmgr.cxx301 uno::Reference<XNameAccess> xCols; in lcl_GetColumnCnt() local
304 xCols = xColsSupp->getColumns(); in lcl_GetColumnCnt()
309 if(!xCols.is() || !xCols->hasByName(rColumnName)) in lcl_GetColumnCnt()
311 Any aCol = xCols->getByName(rColumnName); in lcl_GetColumnCnt()
574 if(!xCols->hasByName(sColumn)) in ImportDBEntry()
576 Any aCol = xCols->getByName(sColumn); in ImportDBEntry()
896 if(!xCols->hasByName(sEMailAddrFld)) in MergeMailFiles()
1472 if(!xCols.is() || !xCols->hasByName(rColNm)) in IMPL_LINK_INLINE_END()
1474 Any aCol = xCols->getByName(rColNm); in IMPL_LINK_INLINE_END()
1611 if(xCols->hasByName(rColNm)) in GetColumnType()
[all …]
H A Ddbtree.cxx400 Reference <XNameAccess> xCols = xColsSupplier->getColumns(); in RequestingChilds() local
401 Sequence< ::rtl::OUString> aColNames = xCols->getElementNames(); in RequestingChilds()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx1062 uno::Reference< text::XTextColumns > xCols = new SwXTextColumns(*this); in QueryValue() local
1063 rVal.setValue(&xCols, ::getCppuType((uno::Reference< text::XTextColumns>*)0)); in QueryValue()
1079 uno::Reference< text::XTextColumns > xCols; in PutValue() local
1080 rVal >>= xCols; in PutValue()
1081 if(xCols.is()) in PutValue()
1083 uno::Sequence<text::TextColumn> aSetColumns = xCols->getColumns(); in PutValue()
1106 uno::Reference<lang::XUnoTunnel> xNumTunnel(xCols, uno::UNO_QUERY); in PutValue()
/trunk/main/svx/source/form/
H A Dfmtools.cxx484 Reference< ::com::sun::star::container::XIndexAccess> xCols; in isRowSetAlive() local
486xCols = Reference< ::com::sun::star::container::XIndexAccess>(xSupplyCols->getColumns(), UNO_QUERY… in isRowSetAlive()
487 if (xCols.is() && (xCols->getCount() > 0)) in isRowSetAlive()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx474 Reference< XIndexContainer > xCols(mxModel, UNO_QUERY); in setModel() local
475 xGridPeer->setColumns(xCols); in setModel()
1231 Reference< XIndexContainer > xCols( e.Source, UNO_QUERY ); in disposing() local
1232 if ( xCols.is() ) in disposing()
H A Dfmgridcl.cxx601 xCols->insertByIndex(nPos, aElement);
610 Reference< XFormComponent > xFormCp(xCols, UNO_QUERY);
698 if (pMenu && xCols.is() && nColId) in PreExecuteColumnContextMenu()
701 ::cppu::extractInterface(xSet, xCols->getByIndex(nPos)); in PreExecuteColumnContextMenu()
742 if (xCols.is()) in PreExecuteColumnContextMenu()
747 for (sal_uInt16 i=0; i<xCols->getCount(); ++i) in PreExecuteColumnContextMenu()
822 xCols->removeByIndex(nPos); in PostExecuteColumnContextMenu()
893 pDlg->SetColumns(xCols); in PostExecuteColumnContextMenu()
904 for (sal_uInt16 i=0; i<xCols->getCount(); ++i) in PostExecuteColumnContextMenu()
2112 if ( xCols.is() ) in KeyInput()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvxdlg.hxx77 …s(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer>& xCols)= 0;
/trunk/main/sc/workben/
H A Dtest.cxx692 XTableColumnsRef xCols = xCRR->getColumns(); in lcl_Sheet() local
693 if (!xCols) return; in lcl_Sheet()
694 XPropertySetRef xCol = xCols->getColumnByIndex(2); in lcl_Sheet()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java238 XNameAccess xCols = xSuppCols.getColumns(); in resetted() local
242 XColumnUpdate.class, xCols.getByName( "SALEDATE" ) ); in resetted()
H A DKeyGenerator.java159 XNameAccess xCols = xSuppCols.getColumns(); in insertPrimaryKey() local
161 XColumnUpdate.class, xCols.getByName( sFieldName ) ); in insertPrimaryKey()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DCodeSamples.java313 XNameAccess xCols = xColsSup.getColumns(); in printQueryColumnNames() local
314 String aNames [] = xCols.getElementNames(); in printQueryColumnNames()

Completed in 232 milliseconds

12