Home
last modified time | relevance | path

Searched refs:aCellName (Results 1 – 9 of 9) sorted by relevance

/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetDocHelper.cs119 String aCellName, in setValue() argument
122 xSheet.getCellRangeByName( aCellName ).getCellByPosition( in setValue()
132 String aCellName, in setFormula() argument
135 xSheet.getCellRangeByName( aCellName ).getCellByPosition( in setFormula()
147 String aCellName, in setDate() argument
152 xSheet.getCellRangeByName( aCellName ).getCellByPosition( 0, 0 ); in setDate()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetDocHelper.java158 String aCellName, in setValue() argument
161 xSheet.getCellRangeByName( aCellName ).getCellByPosition( 0, 0 ).setValue( fValue ); in setValue()
170 String aCellName, in setFormula() argument
173 xSheet.getCellRangeByName( aCellName ).getCellByPosition( 0, 0 ).setFormula( aFormula ); in setFormula()
184 String aCellName, in setDate() argument
188 … com.sun.star.table.XCell xCell = xSheet.getCellRangeByName( aCellName ).getCellByPosition( 0, 0 ); in setDate()
/trunk/main/testtools/source/cliversioning/
H A Dversion.cs333 String aCellName, in setValue() argument
336 xSheet.getCellRangeByName( aCellName ).getCellByPosition( in setValue()
346 String aCellName, in setFormula() argument
349 xSheet.getCellRangeByName( aCellName ).getCellByPosition( in setFormula()
361 String aCellName, in setDate() argument
366 xSheet.getCellRangeByName( aCellName ).getCellByPosition( 0, 0 ); in setDate()
/trunk/main/offapi/com/sun/star/text/
H A DXTextTable.idl94 @param aCellName
112 com::sun::star::table::XCell getCellByName( [in] string aCellName );
131 com::sun::star::text::XTextTableCursor createCursorByCellName( [in] string aCellName );
H A DXTextTableCursor.idl62 @param aCellName
70 boolean gotoCellByName( [in] string aCellName,
/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx204 rtl::OUString aCellName; in NextCell() local
205 …lProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("CellName") ) ) >>= aCellName; in NextCell()
206 …rence< text::XTextTableCursor > xTextTableCursor = xTextTable->createCursorByCellName( aCellName ); in NextCell()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx2270 String aCellName( lcl_GetCellName( nCol, nRow ) ); in generateLabel() local
2272 xub_StrLen nLen = aCellName.Len(); in generateLabel()
2275 const sal_Unicode *pBuf = aCellName.GetBuffer(); in generateLabel()
2287 … aNew = String( aCellName.GetBuffer(), static_cast<xub_StrLen>(pBuf - aCellName.GetBuffer()) ); in generateLabel()
2292 … aNew = String( pBuf, static_cast<xub_StrLen>((aCellName.GetBuffer() + nLen) - pBuf) ); in generateLabel()
/trunk/main/oox/source/xls/
H A Dformulabase.cxx1493 OUString aCellName; in generateApiAddressString() local
1495 aCellProp.getProperty( aCellName, PROP_AbsoluteName ); in generateApiAddressString()
1496 …OSL_ENSURE( aCellName.getLength() > 0, "FormulaProcessorBase::generateApiAddressString - cannot cr… in generateApiAddressString()
1497 return aCellName; in generateApiAddressString()
/trunk/main/sw/inc/
H A Dunotbl.hxx249 …virtual sal_Bool SAL_CALL gotoCellByName( const ::rtl::OUString& aCellName, sal_Bool bExpand ) thr…
348 …un::star::table::XCell > SAL_CALL getCellByName( const ::rtl::OUString& aCellName ) throw(::com::s…
350 …xtTableCursor > SAL_CALL createCursorByCellName( const ::rtl::OUString& aCellName ) throw(::com::s…

Completed in 63 milliseconds