Searched refs:sCellName (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/odk/examples/OLE/delphi/InsertTables/ |
H A D | SampleCode.pas | 97 sCellName : String; 102 sCellName : String; 196 oBookmark := GetBookmarkFromAdress( Document, sTableName, sCellName ); 241 sCellName : String; 248 sCellName := sCellnames[iCellcounter]; 250 oCellCursor := oTable.getCellByName(sCellName); 256 createBookmarkName(sTableName, sCellName, dbPointer)); 268 sCellName : String; 275 oBookmark := GetBookmarkFromAdress( oDoc, sTableName, sCellName ); 360 sCellName : String; [all …]
|
/aoo41x/test/testuno/source/fvt/uno/sw/puretext/ |
H A D | InsertCharacterToTable.java | 119 public static void insertIntoCell(String sCellName, String sText, XTextTable xTable) { in insertIntoCell() argument 121 XText xCellText = (XText) UnoRuntime.queryInterface(XText.class, xTable.getCellByName(sCellName)); in insertIntoCell() 126 public static String getFromCell(String sCellName, XTextTable xTable) { in getFromCell() argument 128 XText xCellText = (XText) UnoRuntime.queryInterface(XText.class, xTable.getCellByName(sCellName)); in getFromCell()
|
/aoo41x/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 700 protected static void insertIntoCell(String sCellName, String sText, in insertIntoCell() argument 705 XText.class, xTable.getCellByName ( sCellName ) ); in insertIntoCell() 930 String sCellName = xTableCursor.getRangeName (); in AutoTextExample() local 934 XText.class, xTable.getCellByName ( sCellName ) ); in AutoTextExample() 981 xTableCursor.gotoCellByName ( sCellName, false ); in AutoTextExample()
|
/aoo41x/main/odk/examples/CLI/VB.NET/WriterDemo/ |
H A D | WriterDemo.vb | 218 Sub insertIntoCell(sCellName As String,sText As String, _ 221 xCell = xTable.getCellByName(sCellName)
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 468 String sCellName; in lcl_GetCellName() local 470 return sCellName; in lcl_GetCellName() 471 lcl_GetTblBoxColStr( static_cast< sal_uInt16 >(nColumn), sCellName ); in lcl_GetCellName() 472 sCellName += String::CreateFromInt32( nRow + 1 ); in lcl_GetCellName() 473 return sCellName; in lcl_GetCellName() 551 String sCellName = lcl_GetCellName(nColumn, nRow); in lcl_CreateXCell() local 553 SwTableBox* pBox = (SwTableBox*)pTable->GetTblBox( sCellName ); in lcl_CreateXCell() 1567 String sCellName(CellName); in gotoCellByName() local 1568 bRet = pTblCrsr->GotoTblBox(sCellName); in gotoCellByName() 2184 String sCellName(CellName); in getCellByName() local [all …]
|
Completed in 74 milliseconds