Home
last modified time | relevance | path

Searched refs:xCol (Results 26 – 41 of 41) sorted by relevance

12

/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DKeyGenerator.java160 XColumnUpdate xCol = (XColumnUpdate)UnoRuntime.queryInterface( in insertPrimaryKey() local
163 xCol.updateInt( generatePrimaryKey( xForm, sFieldName ) ); in insertPrimaryKey()
/trunk/main/connectivity/source/drivers/file/
H A Dfcomp.cxx463 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> xCol; in execute_Operand()
466 if (m_orgColumns->getByName(aColumnName) >>= xCol) in execute_Operand()
468 …ndAttr(Reference< XColumnLocate>(m_orgColumns,UNO_QUERY)->findColumn(aColumnName),xCol,m_xIndexes); in execute_Operand()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx309 Reference <XPropertySet> xCol; in SwInsertDBColAutoPilot() local
310 aCol >>= xCol; in SwInsertDBColAutoPilot()
311 Any aType = xCol->getPropertyValue(C2S("Type")); in SwInsertDBColAutoPilot()
332 Any aFormat = xCol->getPropertyValue(C2U("FormatKey")); in SwInsertDBColAutoPilot()
363 … pNew->nDBNumFmt = SwNewDBMgr::GetDbtoolsClient().getDefaultNumberFormat(xCol, in SwInsertDBColAutoPilot()
H A Ddbmgr.cxx1614 uno::Reference<XPropertySet> xCol; in GetColumnType() local
1615 aCol >>= xCol; in GetColumnType()
1616 Any aType = xCol->getPropertyValue(C2S("Type")); in GetColumnType()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx894 Reference<XColumnsSupplier> xCol(_xProp,UNO_QUERY); in exportQuery() local
895 exportColumns(xCol); in exportQuery()
918 Reference<XColumnsSupplier> xCol(_xProp,UNO_QUERY); in exportTable() local
919 exportColumns(xCol); in exportTable()
/trunk/main/dbaccess/source/ui/inc/
H A Dbrwctrlr.hxx281 …mnListener(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & xCol);
282 …mnListener(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & xCol);
H A Dunodatbr.hxx273 …mnListener(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & xCol);
274 …mnListener(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & xCol);
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx1355 Reference< XPropertySet > xCol; in impl_gridView2ModelPos_nothrow() local
1359 _rxColumns->getByIndex( col ) >>= xCol; in impl_gridView2ModelPos_nothrow()
1360 OSL_VERIFY( xCol->getPropertyValue( PROPERTY_HIDDEN ) >>= bHidden ); in impl_gridView2ModelPos_nothrow()
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx795 uno::Reference< XCollection > xCol( xRange->Areas( uno::Any() ), uno::UNO_QUERY_THROW ); in lclAddToListOfScRange() local
796 for( sal_Int32 nIdx = 1, nCount = xCol->getCount(); nIdx <= nCount; ++nIdx ) in lclAddToListOfScRange()
798 …uno::Reference< excel::XRange > xAreaRange( xCol->Item( uno::Any( nIdx ), uno::Any() ), uno::UNO_Q… in lclAddToListOfScRange()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1228 Reference< XPropertySet > xCol(xCols->getByIndex(nModelPos),UNO_QUERY); in getField() local
1229 if ( xCol.is() ) in getField()
1230 xEmptyReturn.set(xCol->getPropertyValue(PROPERTY_BOUNDFIELD),UNO_QUERY); in getField()
H A Dbrwctrlr.cxx1000 Reference< XPropertySet > xCol(xColumns->getByIndex(i),UNO_QUERY); in removeModelListeners() local
1001 RemoveColumnListener(xCol); in removeModelListeners()
3070 Reference< XPropertySet > xCol(xColumns->getByIndex(i),UNO_QUERY); in addColumnListeners() local
3071 AddColumnListener(xCol); in addColumnListeners()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx807 boost::shared_ptr<vcl::RowOrColumn> xCol( new vcl::RowOrColumn( xIndent.get() ) ); in setupLayout() local
808 xIndent->setChild( xCol ); in setupLayout()
809 mxOptGroup = xCol; in setupLayout()
810 xCol->addWindow( &maToFileBox ); in setupLayout()
811 xCol->addWindow( &maCollateSingleJobsBox ); in setupLayout()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx529 Reference< XPropertySet> xCol = pColumn; in fillColumns() local
530 m_aColumns->get().push_back(xCol); in fillColumns()
/trunk/main/svx/source/table/
H A Dtableundo.hxx166 TableColumnUndo( const TableColumnRef& xCol );
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx181 Reference< XPropertySet> xCol = pColumn; in fillColumns() local
182 m_aColumns->get().push_back(xCol); in fillColumns()
/trunk/main/svx/inc/svx/
H A Dfmgridif.hxx534 …mnListeners(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xCol);
535 …mnListeners(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xCol);

Completed in 129 milliseconds

12