Home
last modified time | relevance | path

Searched refs:Cell (Results 1 – 25 of 182) sorted by relevance

12345678

/AOO41X/main/svx/source/table/
H A Dcell.cxx120 CellProperties(SdrObject& rObj, sdr::table::Cell* pCell );
123 CellProperties(const CellProperties& rProps, SdrObject& rObj, sdr::table::Cell* pCell);
162 CellProperties::CellProperties(SdrObject& rObj, sdr::table::Cell* pCell) in CellProperties()
168 …lProperties::CellProperties(const CellProperties& rProps, SdrObject& rObj, sdr::table::Cell* pCell) in CellProperties()
292 rtl::Reference< Cell > Cell::create( SdrTableObj& rTableObj, OutlinerParaObject* pOutlinerParaObjec… in create()
294 rtl::Reference< Cell > xCell( new Cell( rTableObj, pOutlinerParaObject ) ); in create()
305 Cell::Cell( SdrTableObj& rTableObj, OutlinerParaObject* pOutlinerParaObject ) throw() in Cell() function in sdr::table::Cell
324 Cell::~Cell() throw() in ~Cell()
331 void Cell::dispose() in dispose()
357 void Cell::SetModel(SdrModel* pNewModel) in SetModel()
[all …]
H A Dcellcursor.cxx184 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( mnLeft, mnTop ).get() ) ); in GetMergedSelection()
191 xCell.set( dynamic_cast< Cell* >( mxTable->getCellByPosition( mnRight, mnBottom ).get() ) ); in GetMergedSelection()
200 … xCell.set( dynamic_cast< Cell* >( mxTable->getCellByPosition( rEnd.mnCol, rEnd.mnRow ).get() ) ); in GetMergedSelection()
215 … xCell.set( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in GetMergedSelection()
227 … xCell.set( dynamic_cast< Cell* >( mxTable->getCellByPosition( nOriginCol, nOriginRow ).get() ) ); in GetMergedSelection()
299 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in split_column()
329 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in split_column()
335 … xCell.set( dynamic_cast< Cell* >(mxTable->getCellByPosition( nCol+1, nRow ).get() ) ); in split_column()
415 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in split_row()
445 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in split_row()
[all …]
H A Dcell.hxx55 class SVX_DLLPUBLIC Cell : public SdrText, class
65 …SVX_DLLPRIVATE static rtl::Reference< Cell > create( SdrTableObj& rTableObj, OutlinerParaObject* p…
200 …SVX_DLLPRIVATE sdr::properties::TextProperties* CloneProperties( SdrObject& rNewObj, Cell& rNewCel…
202 …loneProperties( sdr::properties::TextProperties* pProperties, SdrObject& rNewObj, Cell& rNewCell );
215 SVX_DLLPRIVATE Cell( SdrTableObj& rTableObj, OutlinerParaObject* pOutlinerParaObject ) throw();
216 SVX_DLLPRIVATE virtual ~Cell() throw();
H A Dtablecontroller.cxx875 … CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in SetTableStyle()
996 … CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in SetVertical()
1133 … CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in DeleteMarked()
1165 … CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in GetStyleSheet()
1201 … CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in SetStyleSheet()
2010 … CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in MergeAttrFromSelectedCells()
2262 … CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in ApplyBorderAttr()
2341 … CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in SetAttrToSelectedCells()
2496 …CellRef xTargetCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( aStart.mnCol + nCol, aStar… in PasteObject()
2500 …xTargetCell->cloneFrom( dynamic_cast< Cell* >( xPasteTable->getCellByPosition( nCol, nRow ).get() … in PasteObject()
[all …]
H A Dcelltypes.hxx32 class Cell;
38 typedef rtl::Reference< Cell > CellRef;
/AOO41X/main/sc/source/ui/dbgui/
H A Dvalidate.src61 //<!--Added by PengYunQuan for Validity Cell Range Picker
63 //-->Added by PengYunQuan for Validity Cell Range Picker
74 //<!--Modified by PengYunQuan for Validity Cell Range Picker
77 //-->Modified by PengYunQuan for Validity Cell Range Picker
84 //<!--Modified by PengYunQuan for Validity Cell Range Picker
87 //-->Modified by PengYunQuan for Validity Cell Range Picker
98 < "Cell range" ; SC_VALIDDLG_ALLOW_RANGE ; > ;
106 //<!--Modified by PengYunQuan for Validity Cell Range Picker
109 //-->Modified by PengYunQuan for Validity Cell Range Picker
116 //<!--Modified by PengYunQuan for Validity Cell Range Picker
[all …]
/AOO41X/main/svx/source/dialog/
H A Dframelinkarray.cxx39 Cell::Cell() : in Cell() function in svx::frame::Cell
50 void Cell::MirrorSelfX( bool bMirrorStyles, bool bSwapDiag ) in MirrorSelfX()
70 void Cell::MirrorSelfY( bool bMirrorStyles, bool bSwapDiag ) in MirrorSelfY()
103 Cell& rCell = rCells[ nRow * nWidth + nCol ]; in lclSetMergedRange()
115 static const Cell OBJ_CELL_NONE;
140 const Cell& ArrayImpl::GetCell( size_t nCol, size_t nRow ) const in GetCell()
145 Cell& ArrayImpl::GetCellAcc( size_t nCol, size_t nRow ) in GetCellAcc()
147 static Cell aDummy; in GetCellAcc()
179 const Cell& ArrayImpl::GetMergedOriginCell( size_t nCol, size_t nRow ) const in GetMergedOriginCell()
184 Cell& ArrayImpl::GetMergedOriginCellAcc( size_t nCol, size_t nRow ) in GetMergedOriginCellAcc()
[all …]
/AOO41X/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.src49 Text [ en-US ] = "Cell Appearance" ;
55 Text [ en-US ] = "~Cell background:" ;
64 Text [ en-US ] = "Cell Background" ;
71 Text [ en-US ] = "Cell background" ;
84 Text [ en-US ] = "Cell ~border:" ;
93 Text [ en-US ] = "Cell Border" ;
100 Text [ en-US ] = "Cell border" ;
351 Text [ en-US ] = "Cell Border 1" ;
392 Text [ en-US ] = "Cell Border 2" ;
406 Text [ en-US ] = "Cell Border 3" ;
/AOO41X/main/svx/inc/svx/
H A Dframelinkarray.hxx40 struct Cell struct
56 explicit Cell();
66 typedef std::vector< Cell > CellVec;
92 const Cell& GetCell( size_t nCol, size_t nRow ) const;
93 Cell& GetCellAcc( size_t nCol, size_t nRow );
100 const Cell& GetMergedOriginCell( size_t nCol, size_t nRow ) const;
101 Cell& GetMergedOriginCellAcc( size_t nCol, size_t nRow );
H A Dsvdotable.hxx49 class Cell;
50 typedef rtl::Reference< Cell > CellRef;
108 friend class Cell;
323 SdrOutliner* GetCellTextEditOutliner( const ::sdr::table::Cell& rCell ) const;
/AOO41X/main/writerfilter/qa/cppunittests/xxml/
H A DtestXXML.cxx62 class Cell : public Node class
67 Cell(QName_t tag, Row &parent) : Node(tag), parent(parent) {}; in Cell() function in Cell
77 Cell *currentCell;
116 currentCell=new Cell(name, *currentRow); in startElement()
118 currentCell->append(*new Cell(name, *currentRow)); in startElement()
/AOO41X/main/sw/source/core/unocore/
H A DXMLRangeHelper.hxx39 struct Cell struct
47 Cell() : in Cell() argument
60 Cell aUpperLeft;
61 Cell aLowerRight;
H A DXMLRangeHelper.cxx88 OUStringBuffer lcl_getXMLStringForCell( const /*::chart::*/XMLRangeHelper::Cell & rCell ) in lcl_getXMLStringForCell()
125 /*::chart::*/XMLRangeHelper::Cell & rOutCell ) in lcl_getSingleCellAddressFromXMLString()
169 /*::chart::*/XMLRangeHelper::Cell & rOutCell, in lcl_getCellAddressFromXMLString()
/AOO41X/main/chart2/source/inc/
H A DXMLRangeHelper.hxx35 struct OOO_DLLPUBLIC_CHARTTOOLS Cell struct
43 Cell() : in Cell() function
56 Cell aUpperLeft;
57 Cell aLowerRight;
/AOO41X/main/offapi/com/sun/star/sheet/
H A DFillMode.idl49 <p>Cell by cell, the value used to fill the cells is increased
58 <p>Cell by cell, the value used to fill the cells is multiplied
67 <p>Cell by cell, the value used to fill the cells is increased
/AOO41X/main/sc/source/ui/src/
H A Dcondfrmt.src52 < "Cell value is" ; Default ; > ;
120 Text [ en-US ] = "~Cell Style" ;
163 < "Cell value is" ; Default ; > ;
274 < "Cell value is" ; Default ; > ;
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…
/AOO41X/main/sdext/source/presenter/
H A DPresenterTextView.hxx170 class Cell class in sdext::presenter::PresenterTextParagraph
173Cell (const sal_Int32 nCharacterIndex, const sal_Int32 nCharacterCount, const double nCellWidth);
220 ::std::vector<Cell> maCells;
/AOO41X/main/chart2/source/tools/
H A DXMLRangeHelper.cxx88 OUStringBuffer lcl_getXMLStringForCell( const ::chart::XMLRangeHelper::Cell & rCell ) in lcl_getXMLStringForCell()
125 ::chart::XMLRangeHelper::Cell & rOutCell ) in lcl_getSingleCellAddressFromXMLString()
169 ::chart::XMLRangeHelper::Cell & rOutCell, in lcl_getCellAddressFromXMLString()
/AOO41X/main/offapi/com/sun/star/text/
H A DXTextTableCursor.idl41 @see com::sun::star::text::Cell
68 @see com::sun::star::text::Cell
163 @see com:sun::star::Cell
/AOO41X/main/cui/source/tabpages/
H A Dalign.src242 Text [ en-US ] = "Text Extension From Lower Cell Border" ;
246 Text [ en-US ] = "Text Extension From Upper Cell Border" ;
250 Text [ en-US ] = "Text Extension Inside Cell" ;
/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" ;
/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 -

12345678