Home
last modified time | relevance | path

Searched refs:Cell (Results 26 – 50 of 190) sorted by relevance

12345678

/aoo41x/main/svx/source/table/
H A Dcelltypes.hxx32 class Cell;
38 typedef rtl::Reference< Cell > CellRef;
H A Dtablertfexporter.cxx151 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in WriteRow()
200 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in WriteCell()
H A Dsvdotable.cxx624 xCell.set( dynamic_cast< Cell* >( mxTable->getCellByPosition( rPos.mnCol, rPos.mnRow ).get() ) ); in getCell()
1326 SdrOutliner* SdrTableObj::GetCellTextEditOutliner( const Cell& rCell ) const in GetCellTextEditOutliner()
1602 …mpImpl->mxActiveCell.set( dynamic_cast< Cell* >( mpImpl->mxTable->getCellByPosition( rPos.mnCol, r… in setActiveCell()
1607 …mpImpl->mxActiveCell.set( dynamic_cast< Cell* >( mpImpl->mxTable->getCellByPosition( aOrigin.mnCol… in setActiveCell()
2669 xNewCell = Cell::create( *this, 0 ); in createCell()
2729 CellRef xTargetCell( dynamic_cast< Cell* >( xNewTable->getCellByPosition( nCol, nRow ).get() ) ); in CloneRange()
2731 …xTargetCell->cloneFrom( dynamic_cast< Cell* >( xTable->getCellByPosition( rStart.mnCol + nCol, rSt… in CloneRange()
/aoo41x/main/sc/source/ui/src/
H A Dglobstr.src228 Text [ en-US ] = "Apply Cell Style" ;
232 Text [ en-US ] = "Edit Cell Style";
428 Text [ en-US ] = "Cell merge not possible if cells already merged!" ;
432 Text [ en-US ] = "Cell merge not possible if cells already merged!" ;
444 Text [ en-US ] = "Cell merge not possible if cells already merged" ;
1533 Text [ en-US ] = "Cell #1 changed from '#2' to '#3'" ;
1579 Text [ en-US ] = "Select Cell";
1719 Text [ en-US ] = "Cell Styles";
H A Dattrdlg.src90 Text [ en-US ] = "Cell Protection" ;
135 …Text [ en-US ] = "Cell protection is only effective after the current sheet has been protected. \n…
H A Dscerrors.src104 …Text [ en-US ] = "Cell $(ARG1) contains characters that are not representable in the selected targ…
108 …Text [ en-US ] = "Cell $(ARG1) contains a string that is longer in the selected target character s…
H A Dscstring.src609 Text [ en-US ] = "Cell %1";
699 Text [ en-US ] = "Cell %1";
/aoo41x/main/sc/source/ui/inc/
H A Dvalidate.hrc57 //<!--Added by PengYunQuan for Validity Cell Range Picker
59 //-->Added by PengYunQuan for Validity Cell Range Picker
/aoo41x/main/sc/source/ui/styleui/
H A Dstyledlg.src31 Text [ en-US ] = "Cell Style" ;
80 Text [ en-US ] = "Cell Protection" ;
H A Dscstyles.src54 Text [ en-US ] = "Cell Styles" ;
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A Dresources.properties52 CELL_NODE_EXCEPTION1=Cell node do not have only 1 child <text:p> nodes, will skip the merge of this…
53 CELL_NODE_EXCEPTION2=Cell node have a non Element child nodes -
/aoo41x/main/offapi/com/sun/star/text/
H A DXTextTable.idl56 @see com::sun::star::text::Cell
109 @see com::sun::star::table::Cell
/aoo41x/main/sdext/source/presenter/
H A DPresenterTextView.cxx962 const Cell& rCell (maCells[nCellIndex]); in AddLine()
1347 maCells.push_back(Cell( in SetupCellArray()
1509 PresenterTextParagraph::Cell::Cell ( in Cell() function in sdext::presenter::PresenterTextParagraph::Cell
/aoo41x/main/odk/examples/OLE/delphi/InsertTables/
H A DSampleCode.pas183 getCellContent := oTextCursor.Cell.Value;
277 oTextCursor.Cell.Value := dValue;
/aoo41x/main/odk/docs/common/ref/
H A Didl.css148 td.navimainself Cell in main navigation bar with "selected" shadow: You are here.
149 td.navimainnone Cell in main navigation bar with no link.
/aoo41x/main/offapi/com/sun/star/table/
H A DCellProperties.idl75 @see com::sun::star::table::Cell
221 <p>Cell protection is active only if the sheet is protected.</p>
H A Dmakefile.mk40 Cell.idl\
H A DXMergeableCell.idl44 @see com::sun::star::table::Cell
/aoo41x/main/svx/inc/svx/
H A Dsvdotext.hxx70 class Cell;
134 friend class sdr::table::Cell;
/aoo41x/main/sc/inc/
H A Dexternalrefmgr.hxx114 struct Cell struct in ScExternalRefCache
119 typedef ::std::hash_map<SCCOL, Cell> RowDataType;
/aoo41x/main/wizards/source/euro/
H A Deuro.src91 Text [ en-US ] = "Cell S~tyles" ;
111 Text [ en-US ] = "Select Cell Styles" ;
/aoo41x/main/offapi/com/sun/star/sheet/
H A DSheetCell.idl29 #include <com/sun/star/table/Cell.idl>
133 service com::sun::star::table::Cell;
/aoo41x/main/sc/sdi/
H A Dcellsh.sdi407 interface Cell
419 import Cell[Automation];
/aoo41x/main/svx/source/unodraw/
H A Dunoshtxt.cxx407 sdr::table::Cell* pCellObj = dynamic_cast< sdr::table::Cell* >( mpText ); in Notify()
/aoo41x/main/odk/pack/copying/
H A Didl_chapter_refs.txt1505 DESCR:Spreadsheets - Cell Area Links
1785 DESCR:Spreadsheets - Cell Cursor
2030 com.sun.star.table.Cell
2840 com.sun.star.table.Cell
3660 DESCR:Spreadsheets - Cell Ranges
4210 DESCR:Spreadsheets - Cell and Cell Range Access
4276 DESCR:Spreadsheets - Merging Cell Ranges into a Single Cell
4702 DESCR:Spreadsheets - Equally Formatted Cell Ranges - Cell Format Ranges
5380 DESCR:Spreadsheets - Equally Formatted Cell Ranges - Unique Cell Format Ranges
7484 com.sun.star.table.Cell
[all …]

Completed in 108 milliseconds

12345678