Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/extras/
H A Dcheck_data_pilot_field.cxx98 table::CellAddress sCellAdress; in init() local
99 sCellAdress.Sheet = 0; in init()
100 sCellAdress.Column = 7; in init()
101 sCellAdress.Row = 8; in init()
138 int x = sCellAdress.Column; in init()
139 int y = sCellAdress.Row + 3; in init()
163 DPT->insertNewByName("DataPilotTField", sCellAdress, DPDsc); in init()
H A Dcheck_data_pilot_table.cxx96 table::CellAddress sCellAdress; in init() local
97 sCellAdress.Sheet = 0; in init()
98 sCellAdress.Column = 7; in init()
99 sCellAdress.Row = 8; in init()
136 int x = sCellAdress.Column; in init()
137 int y = sCellAdress.Row + 3; in init()
161 DPT->insertNewByName("DataPilotTable", sCellAdress, DPDsc); in init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/extras/
H A Dcheck_data_pilot_field.cxx99 table::CellAddress sCellAdress; in init() local
100 sCellAdress.Sheet = 0; in init()
101 sCellAdress.Column = 7; in init()
102 sCellAdress.Row = 8; in init()
139 int x = sCellAdress.Column; in init()
140 int y = sCellAdress.Row + 3; in init()
164 DPT->insertNewByName("DataPilotTField", sCellAdress, DPDsc); in init()
H A Dcheck_data_pilot_table.cxx96 table::CellAddress sCellAdress; in init() local
97 sCellAdress.Sheet = 0; in init()
98 sCellAdress.Column = 7; in init()
99 sCellAdress.Row = 8; in init()
136 int x = sCellAdress.Column; in init()
137 int y = sCellAdress.Row + 3; in init()
161 DPT->insertNewByName("DataPilotTable", sCellAdress, DPDsc); in init()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_sc/
H A DScDataPilotItemObj.java132 CellAddress sCellAdress = new CellAddress(); in createTestEnvironment() local
133 sCellAdress.Sheet = 0; in createTestEnvironment()
134 sCellAdress.Column = 7; in createTestEnvironment()
135 sCellAdress.Row = 8; in createTestEnvironment()
171 int x = sCellAdress.Column; in createTestEnvironment()
172 int y = sCellAdress.Row + 3; in createTestEnvironment()
208 DPT.insertNewByName("DataPilotTable", sCellAdress, DPDsc); in createTestEnvironment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/mod/_sc/
H A DScDataPilotItemObj.java132 CellAddress sCellAdress = new CellAddress(); in createTestEnvironment() local
133 sCellAdress.Sheet = 0; in createTestEnvironment()
134 sCellAdress.Column = 7; in createTestEnvironment()
135 sCellAdress.Row = 8; in createTestEnvironment()
171 int x = sCellAdress.Column; in createTestEnvironment()
172 int y = sCellAdress.Row + 3; in createTestEnvironment()
208 DPT.insertNewByName("DataPilotTable", sCellAdress, DPDsc); in createTestEnvironment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/OLE/delphi/InsertTables/
H A DSampleCode.pas89 sCellAdress : String) : Variant;
349 sCellAdress : String) : Variant;
356 sTableAddress := '//' + sTableName + '/%' + sCellAdress;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/OLE/delphi/InsertTables/
H A DSampleCode.pas89 sCellAdress : String) : Variant;
349 sCellAdress : String) : Variant;
356 sTableAddress := '//' + sTableName + '/%' + sCellAdress;
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-base/tests/
H A DOOHelper.pp95 sCellAdress : String) : Variant;
355 sCellAdress : String) : Variant;
362 sTableAddress := '//' + sTableName + '/%' + sCellAdress;