Home
last modified time | relevance | path

Searched refs:SwXCellRange (Results 1 – 8 of 8) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXCellRange.csv1 "SwXCellRange";"com::sun::star::style::CharacterPropertiesAsian";"CharHeightAsian"
2 "SwXCellRange";"com::sun::star::style::CharacterPropertiesAsian";"CharWeightAsian"
3 "SwXCellRange";"com::sun::star::style::CharacterPropertiesAsian";"CharFontNameAsian"
4 "SwXCellRange";"com::sun::star::style::CharacterPropertiesAsian";"CharFontStyleNameAsian"
5 "SwXCellRange";"com::sun::star::style::CharacterPropertiesAsian";"CharFontFamilyAsian"
6 "SwXCellRange";"com::sun::star::style::CharacterPropertiesAsian";"CharFontCharSetAsian"
7 "SwXCellRange";"com::sun::star::style::CharacterPropertiesAsian";"CharFontPitchAsian"
8 "SwXCellRange";"com::sun::star::style::CharacterPropertiesAsian";"CharPostureAsian"
9 "SwXCellRange";"com::sun::star::style::CharacterPropertiesAsian";"CharLocaleAsian"
10 "SwXCellRange";"com::sun::star::style::CharacterPropertiesAsian";"ParaIsCharacterDistance"
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2418 SwXCellRange* pCellRange = new SwXCellRange(pUnoCrsr, *pFmt, rDesc); in GetRangeByName()
3562 const uno::Sequence< sal_Int8 > & SwXCellRange::getUnoTunnelId() in getUnoTunnelId()
3568 sal_Int64 SAL_CALL SwXCellRange::getSomething( const uno::Sequence< sal_Int8 >& rId ) in getSomething()
3580 TYPEINIT1(SwXCellRange, SwClient);
3582 OUString SwXCellRange::getImplementationName(void) throw( uno::RuntimeException ) in getImplementationName()
3587 sal_Bool SwXCellRange::supportsService(const OUString& rServiceName) throw( uno::RuntimeException ) in supportsService()
3599 uno::Sequence< OUString > SwXCellRange::getSupportedServiceNames(void) throw( uno::RuntimeException… in getSupportedServiceNames()
3614 SwXCellRange::SwXCellRange(SwUnoCrsr* pCrsr, SwFrmFmt& rFrmFmt, in SwXCellRange() function in SwXCellRange
3629 SwXCellRange::~SwXCellRange() in ~SwXCellRange()
3635 uno::Reference< table::XCell > SwXCellRange::getCellByPosition(sal_Int32 nColumn, sal_Int32 nRow) in getCellByPosition()
[all …]
H A Dunochart.cxx2172 SwXCellRange aRange( pTblCrsr->Clone(), *pTblFmt, aDesc ); in getData()
2339 SwXCellRange aRange( pTblCrsr->Clone(), *pTblFmt, aDesc ); in getTextualData()
2369 SwXCellRange aRange( pTblCrsr->Clone(), *pTblFmt, aDesc ); in getNumericalData()
/trunk/main/sw/qa/unoapi/
H A Dknownissues.xcl22 sw.SwXCellRange::com::sun::star::text::CellRange
96 sw.SwXCellRange::com::sun::star::style::ParagraphProperties
H A Dsw.sce45 -o sw.SwXCellRange
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXCellRange.java57 public class SwXCellRange extends TestCase { class
/trunk/main/sw/inc/
H A Dunotbl.hxx426 class SwXCellRange : public cppu::WeakImplHelper7 class
450 SwXCellRange(SwUnoCrsr* pCrsr, SwFrmFmt& rFrmFmt, SwRangeDescriptor& rDesc);
451 ~SwXCellRange();
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx397 SwXCellRange* pRange = xIfcTunnel.is() ? reinterpret_cast<SwXCellRange*>( in select()
398 xIfcTunnel->getSomething(SwXCellRange::getUnoTunnelId())) : 0; in select()