Home
last modified time | relevance | path

Searched refs:aCell (Results 1 – 25 of 39) sorted by relevance

12

/trunk/main/sc/source/filter/xml/ !
H A DXMLExportIterator.cxx744 aCell.bHasAnnotation = sal_False; in HasAnnotation()
855 SetCellData( aCell, aAddress ); in GetNext()
857 pShapes->SetCellData( aCell ); in GetNext()
865 pAreaLinks->SetCellData( aCell ); in GetNext()
871 HasAnnotation( aCell ); in GetNext()
872 SetMatrixCellData( aCell ); in GetNext()
876 aCell.nStyleIndex = pCellStyles->GetStyleNameIndex(aCell.aCellAddress.Sheet, in GetNext()
877 aCell.aCellAddress.Column, aCell.aCellAddress.Row, in GetNext()
878 bIsAutoStyle, aCell.nValidationIndex, aCell.nNumberFormat, nRemoveBeforeRow); in GetNext()
879 aLastAddress = aCell.aCellAddress; in GetNext()
[all …]
H A Dxmlexprt.cxx2821 (aCellAddress.EndColumn > aCell.Col() || aCellAddress.EndRow > aCell.Row())) in IsMatrix()
2827 aCellAddress.EndColumn != aCell.Col() || aCellAddress.EndRow != aCell.Row()) in IsMatrix()
2908 sal_Bool bIsMatrix(aCell.bIsMatrixBase || aCell.bIsMatrixCovered); in WriteCell()
2922 switch (aCell.nType) in WriteCell()
2937 aCell.nNumberFormat, aCell.fValue); in WriteCell()
3006 if (aCell.bIsCovered) in WriteCell()
3015 sal_Int32 nRows(aCell.aMergeRange.EndRow - aCell.aMergeRange.StartRow + 1); in WriteCell()
3026 WriteAreaLink(aCell); in WriteCell()
3027 WriteAnnotation(aCell); in WriteCell()
3028 WriteDetective(aCell); in WriteCell()
[all …]
H A DXMLDDELinksContext.cxx143 void ScXMLDDELinkContext::AddCellToRow(const ScDDELinkCell& aCell) in AddCellToRow() argument
145 aDDELinkRow.push_back(aCell); in AddCellToRow()
479 ScDDELinkCell aCell; in EndElement() local
480 aCell.sValue = sValue; in EndElement()
481 aCell.fValue = fValue; in EndElement()
482 aCell.bEmpty = bEmpty; in EndElement()
483 aCell.bString = bString2; in EndElement()
485 pDDELink->AddCellToRow(aCell); in EndElement()
H A Dxmlcelli.cxx452 …table::CellAddress aCell; // don't need to set the sheet, because every sheet can contain the same… in IsMerged() local
453 aCell.Column = nCol; in IsMerged()
454 aCell.Row = nRow; in IsMerged()
455 if (CellExists(aCell)) in IsMerged()
H A DXMLExportIterator.hxx379 void HasAnnotation( ScMyCell& aCell );
405 sal_Bool GetNext(ScMyCell& aCell, ScFormatRangeStyles* pCellStyles);
H A Dxmlexprt.hxx181 void WriteCell(ScMyCell& aCell, sal_Int32 nEqualCellCount);
245 sal_Bool IsMatrix (const ScAddress& aCell,
/trunk/main/sc/source/ui/docshell/ !
H A Dimpex.cxx833 String aLine, aCell; in Text2Doc() local
845 aCell.Erase(); in Text2Doc()
849 p = lcl_ScanString( p, aCell, cStr, DQM_KEEP ); in Text2Doc()
1204 String aLine, aCell; in ExtText2Doc() local
1430 String aCell; in Doc2Text() local
1448 if( aCell.Search( cSep ) != STRING_NOTFOUND ) in Doc2Text()
1449 lcl_WriteString( rStrm, aCell, cStr, cStr ); in Doc2Text()
1451 lcl_WriteSimpleString( rStrm, aCell ); in Doc2Text()
1463 aCell.ConvertLineEnd(); in Doc2Text()
1479 lcl_WriteSimpleString( rStrm, aCell ); in Doc2Text()
[all …]
/trunk/main/svtools/source/table/ !
H A Dtablecontrol_impl.cxx1457 for ( TableCellGeometry aCell( aHeaderRow, m_nLeftColumn ); in doPaintContent() local
1458 aCell.isValid(); in doPaintContent()
1459 aCell.moveRight() in doPaintContent()
1468 *m_pDataWindow, aCell.getRect(), rStyle ); in doPaintContent()
1538 aCell.isValid(); in doPaintContent()
1539 aCell.moveRight() in doPaintContent()
1544 *m_pDataWindow, aCell.getRect(), rStyle ); in doPaintContent()
1971 _rCellRect = aCell.getRect(); in impl_getCellRect()
1992 if ( aCell.nColumn > COL_ROW_HEADERS ) in hitTest()
2001 aCell.eArea = ColumnDivider; in hitTest()
[all …]
H A Dtabledatawindow.cxx131 TableCellGeometry const aCell( m_rTableControl, aWindowRect, hitCol, hitRow ); in RequestHelp() local
132 Rectangle const aCellRect( aCell.getRect() ); in RequestHelp()
/trunk/main/sw/source/core/access/ !
H A Dacctable.cxx741 if( aCell.GetSwFrm() ) in GetTableBox()
743 const SwFrm* pChildFrm = aCell.GetSwFrm(); in GetTableBox()
1362 if ( aCell.IsValid() ) in getAccessibleIndex()
1364 nRet = GetChildIndex( *(GetMap()), aCell ); in getAccessibleIndex()
1387 SwAccessibleChild aCell( GetChild( *(GetMap()), nChildIndex ) ); in getAccessibleRow() local
1388 if ( aCell.GetSwFrm() ) in getAccessibleRow()
1390 sal_Int32 nTop = aCell.GetSwFrm()->Frm().Top(); in getAccessibleRow()
1399 ASSERT( !aCell.IsValid(), "SwAccessibleTable::getAccessibleColumn:" in getAccessibleRow()
1426 SwAccessibleChild aCell( GetChild( *(GetMap()), nChildIndex ) ); in getAccessibleColumn() local
1427 if ( aCell.GetSwFrm() ) in getAccessibleColumn()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ !
H A DScCellTextCursor.java145 XCell aCell = null; in createTestEnvironment() local
161 aCell = oSheet.getCellByPosition(1,1) ; in createTestEnvironment()
177 XText aText = (XText) UnoRuntime.queryInterface(XText.class, aCell); in createTestEnvironment()
H A DScStyleObj.java205 XCell aCell = null; in createTestEnvironment() local
210 aCell = oSheet.getCellByPosition(2,3) ; in createTestEnvironment()
223 UnoRuntime.queryInterface(XPropertySet.class, aCell); in createTestEnvironment()
/trunk/main/accessibility/source/extended/ !
H A DAccessibleGridControlTableCell.cxx366 Rectangle aCell( Point( nX, nY ), aCellRect.GetSize()); in implGetBoundingBox() local
367 return aCell; in implGetBoundingBox()
377 Rectangle aCell( Point( nX, nY ), aCellRect.GetSize()); in implGetBoundingBoxOnScreen() local
378 return aCell; in implGetBoundingBoxOnScreen()
/trunk/main/sc/qa/complex/sc/ !
H A DCalcRTL.java528 XCellRangeAddressable aCell = UnoRuntime.queryInterface( in getRealValue() local
531 value = "Cell in Column " + aCell.getRangeAddress().StartColumn + in getRealValue()
532 " and Row " + aCell.getRangeAddress().StartRow; in getRealValue()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/ !
H A DNumber_Formats.java230 XCell aCell = maSheet.getCellByPosition( 1, 1 + iCounter ); in initSpreadsheet() local
231 aCell.setValue( (double) iCounter ); in initSpreadsheet()
/trunk/main/sc/source/ui/unoobj/ !
H A Dviewuno.cxx416 ScAddress aCell(pViewShell->GetViewData()->GetPosX(eWhichH), in GetVisArea() local
419 …Rectangle aCellRect( pDoc->GetMMRect( aCell.Col(), aCell.Row(), aCell.Col(), aCell.Row(), aCell.Ta… in GetVisArea()
422 if ( pDoc->IsLayoutRTL( aCell.Tab() ) ) in GetVisArea()
/trunk/main/xmloff/source/chart/ !
H A DSchXMLTableContext.cxx779 SchXMLCell aCell; in StartElement() local
780 aCell.eType = eValueType; in StartElement()
788 aCell.fValue = fData; in StartElement()
793 mrTable.aData[ mrTable.nRowIndex ].push_back( aCell ); in StartElement()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/ !
H A DSpreadsheetDocHelper.cs239 String aCell ) in createCellAddress() argument
243 xSheet.getCellRangeByName( aCell ).getCellByPosition( 0, 0 ); in createCellAddress()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/ !
H A DSpreadsheetDocHelper.java261 String aCell ) throws RuntimeException, Exception in createCellAddress() argument
265 xSheet.getCellRangeByName( aCell ).getCellByPosition( 0, 0 ) ); in createCellAddress()
/trunk/main/sc/source/core/tool/ !
H A Drangeutl.cxx936 ScAddress aCell; in GetStringFromXMLRangeString() local
937 … sal_uInt16 nRet = aCell.Parse(aToken, pDoc, ::formula::FormulaGrammar::CONV_OOO, &aExtInfo); in GetStringFromXMLRangeString()
948 lcl_appendCellAddress(aRetStr, pDoc, aCell, aExtInfo); in GetStringFromXMLRangeString()
/trunk/main/sc/source/core/data/ !
H A Dtable3.cxx1154 String aCell( pTransliteration->transliterate( in ValidQuery() local
1161 || rEntry.eOp == SC_DOES_NOT_END_WITH)? (aCell.Len()-aQuer.Len()):0; in ValidQuery()
1162 xub_StrLen nStrPos = aCell.Search( aQuer, nIndex ); in ValidQuery()
1180 bOk = ( nStrPos + aQuer.Len() == aCell.Len() ); in ValidQuery()
1183 bOk = ( nStrPos + aQuer.Len() != aCell.Len() ); in ValidQuery()
/trunk/main/automation/source/server/ !
H A Dstatemnt.cxx6160 Any aCell; in Execute() local
6161 … pModel->getCellContent( nNr1-1, nNr2-1, aCell ); in Execute()
6162 … pRet->GenReturn ( RET_Value, aUId, String( aCell.getValueTypeName() )); in Execute()
6172 Any aCell; in Execute() local
6173 … pModel->getCellContent( nNr1-1, nNr2-1, aCell ); in Execute()
6179 Type aType = aCell.getValueType(); in Execute()
6191 … pRet->GenReturn ( RET_Value, aUId, *(sal_Bool*)aCell.getValue() ); in Execute()
6195 … ::rtl::OUString aContent( *(sal_Unicode*)aCell.getValue() ); in Execute()
6202 aCell >>= aContent; in Execute()
6217 aCell >>= val; in Execute()
[all …]
/trunk/main/testtools/source/cliversioning/ !
H A Dversion.cs453 String aCell ) in createCellAddress() argument
457 xSheet.getCellRangeByName( aCell ).getCellByPosition( 0, 0 ); in createCellAddress()
/trunk/main/sc/source/ui/Accessibility/ !
H A DAccessibleCell.cxx392 … ScAccessibleCell::CreateEditSource(ScTabViewShell* pViewShell, ScAddress aCell, ScSplitPos eSplit… in CreateEditSource() argument
399 ( new ScAccessibleCellTextData( pViewShell, aCell, eSplitPos, this ) ); in CreateEditSource()
/trunk/main/reportdesign/source/filter/xml/ !
H A DxmlExport.cxx876 … SvXMLElementExport aCell(*this,XML_NAMESPACE_TABLE, XML_TABLE_CELL, sal_True, sal_False); in exportContainer() local
982 … SvXMLElementExport aCell(*this,XML_NAMESPACE_TABLE, XML_COVERED_TABLE_CELL, sal_True, sal_True); in exportContainer() local
991 … SvXMLElementExport aCell(*this,XML_NAMESPACE_TABLE, XML_TABLE_CELL, sal_True, sal_True); in exportContainer() local
1012 … SvXMLElementExport aCell(*this,XML_NAMESPACE_TABLE, XML_TABLE_CELL, sal_True, sal_True); in exportContainer() local

Completed in 216 milliseconds

12