Searched refs:aCellName (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetDocHelper.cs | 119 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()
|
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetDocHelper.java | 158 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()
|
/aoo42x/main/testtools/source/cliversioning/ |
H A D | version.cs | 333 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()
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | XTextTable.idl | 94 @param aCellName 112 com::sun::star::table::XCell getCellByName( [in] string aCellName ); 131 com::sun::star::text::XTextTableCursor createCursorByCellName( [in] string aCellName );
|
H A D | XTextTableCursor.idl | 62 @param aCellName 70 boolean gotoCellByName( [in] string aCellName,
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbaselection.cxx | 204 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()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unochart.cxx | 2270 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()
|
/aoo42x/main/oox/source/xls/ |
H A D | formulabase.cxx | 1493 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()
|
/aoo42x/main/sw/inc/ |
H A D | unotbl.hxx | 249 …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 85 milliseconds