Home
last modified time | relevance | path

Searched refs:CellAddress (Results 51 – 75 of 197) sorted by relevance

12345678

/aoo41x/main/qadevOOo/tests/java/mod/_sc/
H A DScAnnotationTextCursor.java42 import com.sun.star.table.CellAddress;
105 CellAddress cellPos = new CellAddress((short)0, 1, 2); in createTestEnvironment()
H A DScAreaLinkObj.java39 import com.sun.star.table.CellAddress;
120 CellAddress addr = new CellAddress ((short) 1,2,3) ; in createTestEnvironment()
H A DScIndexEnumeration_CellAreaLinksEnumeration.java40 import com.sun.star.table.CellAddress;
94 CellAddress addr = new CellAddress ((short) 1,2,3) ; in createTestEnvironment()
H A DScAnnotationObj.java42 import com.sun.star.table.CellAddress;
126 CellAddress cellPos = new CellAddress((short)0, 1, 2); in createTestEnvironment()
H A DScAnnotationShapeObj.java34 import com.sun.star.table.CellAddress;
136 CellAddress cellPos = new CellAddress((short) 0, 1, 2); in createTestEnvironment()
H A DScTableConditionalFormat.java44 import com.sun.star.table.CellAddress;
181 CellAddress ca = new CellAddress(); in Conditions()
H A DScIndexEnumeration_TableConditionalEntryEnumeration.java46 import com.sun.star.table.CellAddress;
180 CellAddress ca = new CellAddress(); in Conditions()
H A DScTableConditionalEntry.java46 import com.sun.star.table.CellAddress;
203 CellAddress ca = new CellAddress(); in Conditions()
/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetDocument.java28 import com.sun.star.table.CellAddress;
85 CellAddress address = new CellAddress( sheet, column, row ); in createCellBinding()
/aoo41x/main/oox/inc/oox/xls/
H A Dviewsettings.hxx41 ::com::sun::star::table::CellAddress maActiveCell; /// Position of active cell (cursor).
57 ::com::sun::star::table::CellAddress maFirstPos; /// First visible cell.
58 ::com::sun::star::table::CellAddress maSecondPos; /// First visible cell in additional panes.
/aoo41x/main/forms/qa/integration/forms/
H A DSpreadsheetDocument.java30 import com.sun.star.table.CellAddress;
104 CellAddress address = new CellAddress( sheet, column, row ); in createCellBinding()
/aoo41x/main/offapi/com/sun/star/sheet/
H A DXGoalSeek.idl36 #include <com/sun/star/table/CellAddress.idl>
68 [in] com::sun::star::table::CellAddress aFormulaPosition,
69 [in] com::sun::star::table::CellAddress aVariablePosition,
H A DXSheetPastable.idl32 #include <com/sun/star/table/CellAddress.idl>
64 void paste( [in] com::sun::star::table::CellAddress aDestination );
71 void pasteFormat( [in] com::sun::star::table::CellAddress aDestination,
H A DXNamedRange.idl32 #include <com/sun/star/table/CellAddress.idl>
71 com::sun::star::table::CellAddress getReferencePosition();
79 [in] com::sun::star::table::CellAddress aReferencePosition );
H A DXMultipleOperation.idl40 #include <com/sun/star/table/CellAddress.idl>
88 [in] com::sun::star::table::CellAddress aColumnCell,
89 [in] com::sun::star::table::CellAddress aRowCell );
H A DXCellRangeMovement.idl44 #include <com/sun/star/table/CellAddress.idl>
101 [in] com::sun::star::table::CellAddress aDestination,
117 [in] com::sun::star::table::CellAddress aDestination,
H A DXConsolidationDescriptor.idl40 #include <com/sun/star/table/CellAddress.idl>
87 com::sun::star::table::CellAddress getStartOutputPosition();
95 [in] com::sun::star::table::CellAddress aStartOutputPosition );
H A DXSheetCondition.idl36 #include <com/sun/star/table/CellAddress.idl>
111 com::sun::star::table::CellAddress getSourcePosition();
119 [in] com::sun::star::table::CellAddress aSourcePosition );
/aoo41x/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx843 …table::CellAddress aObjective( aObjRange.aStart.Tab(), aObjRange.aStart.Col(), aObjRange.aStart.Ro… in CallSolver()
852 uno::Sequence<table::CellAddress> aVariables; in CallSolver()
869 aVariables[nVarPos++] = table::CellAddress( nTab, nCol, nRow ); in CallSolver()
895 aConstraint.Right <<= table::CellAddress( aRightRange.aStart.Tab(), in CallSolver()
929 aConstraint.Left = table::CellAddress( aLeftRange.aStart.Tab(), nCol, nRow ); in CallSolver()
931 aConstraint.Right <<= table::CellAddress( aRightRange.aStart.Tab(), in CallSolver()
952 aConstraint.Right <<= table::CellAddress( aRightRange.aStart.Tab(), in CallSolver()
/aoo41x/main/sc/source/ui/unoobj/
H A Dfmtuno.cxx293 table::CellAddress aAddress; in addNew()
572 table::CellAddress SAL_CALL ScTableConditionalEntry::getSourcePosition() throw(uno::RuntimeExceptio… in getSourcePosition()
575 table::CellAddress aRet; in getSourcePosition()
582 void SAL_CALL ScTableConditionalEntry::setSourcePosition( const table::CellAddress& aSourcePosition… in setSourcePosition()
756 table::CellAddress SAL_CALL ScTableValidationObj::getSourcePosition() throw(uno::RuntimeException) in getSourcePosition()
759 table::CellAddress aRet; in getSourcePosition()
766 void SAL_CALL ScTableValidationObj::setSourcePosition( const table::CellAddress& aSourcePosition ) in setSourcePosition()
H A Dnameuno.cxx295 table::CellAddress SAL_CALL ScNamedRangeObj::getReferencePosition() in getReferencePosition()
303 table::CellAddress aAddress; in getReferencePosition()
321 void SAL_CALL ScNamedRangeObj::setReferencePosition( const table::CellAddress& aReferencePosition ) in setReferencePosition()
598 …const ::com::sun::star::table::CellAddress& aPosition, sal_Int32 nUnoType) throw(uno::RuntimeExcep… in ImplAddNewByScopeAndName()
662 const rtl::OUString& aContent, const table::CellAddress& aPosition, in addNewByName()
671 const rtl::OUString& aContent, const table::CellAddress& aPosition, in addNewByScopeName()
757 void SAL_CALL ScNamedRangesObj::outputList( const table::CellAddress& aOutputPosition ) in outputList()
/aoo41x/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCreateShowHideEditDeleteComments.java40 import com.sun.star.table.CellAddress;
118 CellAddress aAddress = xCellAddr.getCellAddress(); in testCreateEditDeleteComments()
179 CellAddress aAddress = xCellAddr.getCellAddress(); in testShowHideComments()
/aoo41x/main/extensions/source/propctrlr/
H A Dcellbindinghelper.hxx92 const ::com::sun::star::table::CellAddress& _rAddress,
124 ::com::sun::star::table::CellAddress& _rAddress
214 ::com::sun::star::table::CellAddress& /* [out] */ _rAddress
/aoo41x/main/sc/qa/complex/cellRanges/
H A DCheckXCellRangesQuery.java35 import com.sun.star.table.CellAddress;
220 new CellAddress((short) 0, 1, 1)); in _queryColumnDifferences()
257 new CellAddress((short) 0, 1, 1)); in _queryRowDifferences()
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XCellRangesQuery.java35 import com.sun.star.table.CellAddress;
130 new CellAddress((short) 0, 1, 1)); in _queryColumnDifferences()
241 new CellAddress((short) 0, 1, 1)); in _queryRowDifferences()

Completed in 70 milliseconds

12345678