Searched refs:SwXCellRange (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/ |
| H A D | com.sun.star.comp.office.SwXCellRange.csv | 1 "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 D | unotbl.cxx | 2418 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 D | unochart.cxx | 2172 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 D | knownissues.xcl | 22 sw.SwXCellRange::com::sun::star::text::CellRange 96 sw.SwXCellRange::com::sun::star::style::ParagraphProperties
|
| H A D | sw.sce | 45 -o sw.SwXCellRange
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/ |
| H A D | SwXCellRange.java | 57 public class SwXCellRange extends TestCase { class
|
| /trunk/main/sw/inc/ |
| H A D | unotbl.hxx | 426 class SwXCellRange : public cppu::WeakImplHelper7 class 450 SwXCellRange(SwUnoCrsr* pCrsr, SwFrmFmt& rFrmFmt, SwRangeDescriptor& rDesc); 451 ~SwXCellRange();
|
| /trunk/main/sw/source/ui/uno/ |
| H A D | unotxvw.cxx | 397 SwXCellRange* pRange = xIfcTunnel.is() ? reinterpret_cast<SwXCellRange*>( in select() 398 xIfcTunnel->getSomething(SwXCellRange::getUnoTunnelId())) : 0; in select()
|