Home
last modified time | relevance | path

Searched refs:xCols (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/svx/source/fmcomp/
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 …]
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()
/trunk/main/dbaccess/source/ui/misc/
H A Dindexcollection.cxx185 Reference< XNameAccess > xCols; in commitNewIndex() local
187 xCols = xColsSupp->getColumns(); in commitNewIndex()
189 Reference< XDataDescriptorFactory > xColumnFactory(xCols, UNO_QUERY); in commitNewIndex()
211 …OSL_ENSURE(!xCols->hasByName(aFieldLoop->sFieldName), "OIndexCollection::commitNewIndex: double co… in commitNewIndex()
315 Reference< XNameAccess > xCols; in implFillIndexInfo() local
317 xCols = xSuppCols->getColumns(); in implFillIndexInfo()
318 OSL_ENSURE(xCols.is(), "OIndexCollection::implFillIndexInfo: the index does not have columns!"); in implFillIndexInfo()
319 if (xCols.is()) in implFillIndexInfo()
321 Sequence< ::rtl::OUString > aFieldNames = xCols->getElementNames(); in implFillIndexInfo()
333 xCols->getByName(*pFieldNames) >>= xIndexColumn; in implFillIndexInfo()
/trunk/main/cui/source/dialogs/
H A Dshowcols.cxx96 …lumns(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer>& xCols) in SetColumns() argument
98 DBG_ASSERT(xCols.is(), "FmShowColsDialog::SetColumns : invalid columns !"); in SetColumns()
99 if (!xCols.is()) in SetColumns()
101 m_xColumns = xCols.get(); in SetColumns()
107 for (sal_uInt16 i=0; i<xCols->getCount(); ++i) in SetColumns()
110 ::cppu::extractInterface(xCurCol, xCols->getByIndex(i)); in SetColumns()
/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 …]
H A Dbrwctrlr.cxx2214 …Reference< ::com::sun::star::container::XNameAccess > xCols = xColumnsSupplier.is() ? xColumnsSup… in Execute() local
2215 if ( xCols.is() && xCols->hasByName(sName) ) in Execute()
2217 Reference<XPropertySet> xProp(xCols->getByName(sName),UNO_QUERY); in Execute()
2537 Reference< ::com::sun::star::container::XIndexContainer > xCols(getControlModel(), UNO_QUERY); in getBoundField() local
2538 Reference< XPropertySet > xCurrentCol(xCols->getByIndex(nCurrentCol),UNO_QUERY); in getBoundField()
2829 Reference< ::com::sun::star::container::XNameAccess > xCols = m_xColumnsSupplier->getColumns(); in isValidCursor() local
2830 if (!xCols.is() || !xCols->hasElements()) in isValidCursor()
/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 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 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 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 Ddbtree.cxx400 Reference <XNameAccess> xCols = xColsSupplier->getColumns(); in RequestingChilds() local
401 Sequence< ::rtl::OUString> aColNames = xCols->getElementNames(); in RequestingChilds()
/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/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/table/
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()
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 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 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()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DKeyGenerator.java159 XNameAccess xCols = xSuppCols.getColumns(); in insertPrimaryKey() local
161 XColumnUpdate.class, xCols.getByName( sFieldName ) ); in insertPrimaryKey()
H A DDataAwareness.java238 XNameAccess xCols = xSuppCols.getColumns(); in resetted() local
242 XColumnUpdate.class, xCols.getByName( "SALEDATE" ) ); in resetted()
/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/dbaccess/source/core/api/
H A Dquery.cxx205 Reference< XColumnsSupplier > xCols( xComposer, UNO_QUERY_THROW ); in IMPLEMENT_FORWARD_XINTERFACE3() local
206 xColumns.set( xCols->getColumns(), UNO_QUERY_THROW ); in IMPLEMENT_FORWARD_XINTERFACE3()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DCodeSamples.java313 XNameAccess xCols = xColsSup.getColumns(); in printQueryColumnNames() local
314 String aNames [] = xCols.getElementNames(); in printQueryColumnNames()
/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/cui/source/inc/
H A Dshowcols.hxx55 …umns(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer>& xCols);
/trunk/main/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx692 Reference< XTableColumns > xCols( xColsRows->getColumns(), UNO_SET_THROW ); in impl_setSheetAnchorType_nothrow() local
693 … sal_Int32 nNewAnchorCol = lcl_getLowerBoundRowOrColumn( xCols.get(), false, aRelativePosition ); in impl_setSheetAnchorType_nothrow()

Completed in 209 milliseconds

12