Home
last modified time | relevance | path

Searched refs:xCell (Results 51 – 75 of 82) sorted by relevance

1234

/aoo42x/main/svx/source/table/
H A Dcelleditsource.hxx44 CellEditSource( const CellRef& xCell );
51 CellEditSource( const CellRef& xCell, SdrView& rView, const Window& rViewWindow );
H A Dtableundo.cxx47 CellUndo::CellUndo( const SdrObjectWeakRef& xObjRef, const CellRef& xCell ) in CellUndo() argument
48 : SdrUndoAction( *xCell->GetModel() ) in CellUndo()
50 , mxCell( xCell ) in CellUndo()
H A Dtablelayouter.hxx88 bool getCellArea( const CellRef& xCell, basegfx::B2IRectangle& rArea ) const;
H A Dtableundo.hxx49 CellUndo( const SdrObjectWeakRef& xObjRef, const CellRef& xCell );
/aoo42x/main/xmloff/inc/xmloff/table/
H A DXMLTableExport.hxx101 …void ImpExportText( const com::sun::star::uno::Reference < com::sun::star::table::XCell >& xCell );
103 …void ExportCell( const com::sun::star::uno::Reference < com::sun::star::table::XCell >& xCell, con…
/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx436 …uno::Reference<table::XCell> xCell = xTable->getCellByPosition(m_curCellAddress.Col(), m_curCellAd… in GetFgBgColor() local
437 if (xCell.is()) in GetFgBgColor()
439 uno::Reference<beans::XPropertySet> xCellProps(xCell, uno::UNO_QUERY); in GetFgBgColor()
/aoo42x/main/connectivity/source/drivers/calc/
H A DCDatabaseMetaData.cxx350 Reference<XCell> xCell = xCursor->getCellByPosition( 0, 0 ); in lcl_IsEmptyOrHidden() local
351 if ( xCell.is() && xCell->getType() == CellContentType_EMPTY ) in lcl_IsEmptyOrHidden()
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DXMLContentExporter.java144 XCell xCell = xSheet.getCellByPosition(0, 0); in createTestEnvironment() local
145 xCell.setFormula(CELL_TEXT); in createTestEnvironment()
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java196 com.sun.star.table.XCell xCell = null; in doCellSamples() local
202 xCell = xSheet.getCellByPosition( 1, 2 ); in doCellSamples()
207 UnoRuntime.queryInterface( com.sun.star.text.XText.class, xCell ); in doCellSamples()
232 com.sun.star.container.XEnumerationAccess.class, xCell ); in doCellSamples()
258 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCell ); in doCellSamples()
271 UnoRuntime.queryInterface( com.sun.star.sheet.XCellAddressable.class, xCell ); in doCellSamples()
287 UnoRuntime.queryInterface( com.sun.star.sheet.XSheetAnnotationAnchor.class, xCell ); in doCellSamples()
/aoo42x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs76 unoidl.com.sun.star.table.XCell xCell = null; in doCellSamples()
82 xCell = xSheet.getCellByPosition( 1, 2 ); in doCellSamples()
86 (unoidl.com.sun.star.text.XText) xCell; in doCellSamples()
112 (unoidl.com.sun.star.container.XEnumerationAccess) xCell; in doCellSamples()
138 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) xCell; in doCellSamples()
156 (unoidl.com.sun.star.sheet.XCellAddressable) xCell; in doCellSamples()
173 (unoidl.com.sun.star.sheet.XSheetAnnotationAnchor) xCell; in doCellSamples()
/aoo42x/main/sc/source/filter/inc/
H A Dxetable.hxx913 void AppendCell( XclExpCellRef xCell, bool bIsMergedBase );
946 void InsertCell( XclExpCellRef xCell, size_t nPos, bool bIsMergedBase );
979 void AppendCell( XclExpCellRef xCell, bool bIsMergedBase );
/aoo42x/main/qadevOOo/tests/java/ifc/text/
H A D_XTextFieldsSupplier.java67 XCell xCell = (XCell)tEnv.getObjRelation("MAKEENTRYINCELL"); in before() local
115 oText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in before()
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/
H A DNumber_Formats.java113 com.sun.star.table.XCell xCell = maSheet.getCellByPosition( 1, 2 ); in doFunction() local
118 com.sun.star.beans.XPropertySet.class, xCell ); in doFunction()
/aoo42x/main/oox/source/xls/
H A Dworkbookhelper.cxx705 Reference< XCell > xCell; in getCellFromDoc() local
709 xCell = xSheet->getCellByPosition( rAddress.Column, rAddress.Row ); in getCellFromDoc()
714 return xCell; in getCellFromDoc()
H A Dscenariobuffer.cxx185 …Reference< XCell > xCell( xSheet->getCellByPosition( aIt->maPos.Column, aIt->maPos.Row ), UNO_SET_… in finalizeImport() local
186 xCell->setFormula( aIt->maValue ); in finalizeImport()
/aoo42x/main/sc/source/ui/vba/
H A Dvbacomment.cxx63 uno::Reference< table::XCell > xCell( mxRange->getCellByPosition(0, 0), uno::UNO_QUERY_THROW ); in getAnnotation() local
64 uno::Reference< sheet::XSheetAnnotationAnchor > xAnnoAnchor( xCell, uno::UNO_QUERY_THROW ); in getAnnotation()
H A Dexcelvbahelper.cxx278 getUnoSheetModuleObj( const uno::Reference< table::XCell >& xCell ) throw ( uno::RuntimeException ) in getUnoSheetModuleObj() argument
280 uno::Reference< sheet::XSheetCellRange > xSheetRange( xCell, uno::UNO_QUERY_THROW ); in getUnoSheetModuleObj()
H A Dvbaeventshelper.cxx887 …uno::Reference< table::XCell > xCell = getXSomethingFromArgs< table::XCell >( rArgs, nIndex, false… in createHyperlink() local
889 aArgs[ 0 ] <<= excel::getUnoSheetModuleObj( xCell ); in createHyperlink()
890 aArgs[ 1 ] <<= xCell; in createHyperlink()
H A Dexcelvbahelper.hxx55 …e > getUnoSheetModuleObj( const css::uno::Reference< css::table::XCell >& xCell ) throw ( css::uno…
H A Dvbarange.hxx67 …d visitNode( sal_Int32 x, sal_Int32 y, const css::uno::Reference< css::table::XCell >& xCell ) = 0;
74 …essValue( const css::uno::Any& aValue, const css::uno::Reference< css::table::XCell >& xCell ) = 0;
/aoo42x/main/svx/source/unodraw/
H A Dunoshtxt.cxx404 sdr::table::CellRef xCell = pTableObj->getActiveCell(); in Notify() local
405 if (xCell.is()) in Notify()
408 if (pCellObj && xCell.get() != pCellObj) in Notify()
/aoo42x/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx1046 uno::Reference<XAccessible> xCell = xObjSelection->getSelectedAccessibleChild(0); in GetSelAccContextInTable() local
1047 if ( xCell.is() ) in GetSelAccContextInTable()
1049 uno::Reference<XAccessibleSelection> xCellSel( xCell, uno::UNO_QUERY ); in GetSelAccContextInTable()
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XDataPilotTable2.java560 XCell xCell = xCursor.getCellByPosition(0, 0); in getLastUsedCellAddress() local
562 XCellAddressable.class, xCell); in getLastUsedCellAddress()
/aoo42x/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx597 sdr::table::CellRef xCell = pAccessibleCell->getCellRef(); in IsActive() local
598 if ( xCell.is() ) in IsActive()
599 return xCell->IsTextEditActive(); in IsActive()
/aoo42x/main/sc/source/filter/xml/
H A Dxmlcelli.hxx90 void SetCellProperties(const com::sun::star::uno::Reference<com::sun::star::table::XCell>& xCell);

Completed in 118 milliseconds

1234