Searched refs:ScCellFieldObj (Results 1 – 11 of 11) sorted by relevance
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/ |
| H A D | com.sun.star.comp.office.ScCellFieldObj.csv | 1 "ScCellFieldObj";"com::sun::star::lang::XComponent";"dispose()" 2 "ScCellFieldObj";"com::sun::star::lang::XComponent";"addEventListener()" 3 "ScCellFieldObj";"com::sun::star::lang::XComponent";"removeEventListener()" 4 "ScCellFieldObj";"com::sun::star::text::TextContent";"AnchorType#optional" 5 "ScCellFieldObj";"com::sun::star::text::TextContent";"AnchorTypes#optional" 6 "ScCellFieldObj";"com::sun::star::text::TextContent";"TextWrap#optional" 7 "ScCellFieldObj";"com::sun::star::text::XTextField";"getPresentation()" 8 "ScCellFieldObj";"com::sun::star::beans::XPropertySet#optional";"getPropertySetInfo()" 9 "ScCellFieldObj";"com::sun::star::beans::XPropertySet#optional";"setPropertyValue()" 10 "ScCellFieldObj";"com::sun::star::beans::XPropertySet#optional";"getPropertyValue()" [all …]
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | fielduno.cxx | 290 ScCellFieldObj* ScCellFieldsObj::GetObjectByIndex_Impl(sal_Int32 Index) const in GetObjectByIndex_Impl() 301 return new ScCellFieldObj( pDocShell, aCellPos, aSelection ); in GetObjectByIndex_Impl() 439 ScCellFieldObj::ScCellFieldObj(ScDocShell* pDocSh, const ScAddress& rPos, in ScCellFieldObj() function in ScCellFieldObj 458 uno::Any SAL_CALL ScCellFieldObj::queryAggregation( const uno::Type& rType ) in queryAggregation() 470 uno::Sequence<uno::Type> SAL_CALL ScCellFieldObj::getTypes() throw(uno::RuntimeException) in getTypes() 492 uno::Sequence<sal_Int8> SAL_CALL ScCellFieldObj::getImplementationId() in getImplementationId() 504 uno::Any SAL_CALL ScCellFieldObj::queryInterface( const uno::Type& rType ) in queryInterface() 510 void SAL_CALL ScCellFieldObj::acquire() throw() in acquire() 515 void SAL_CALL ScCellFieldObj::release() throw() in release() 520 void ScCellFieldObj::InitDoc( ScDocShell* pDocSh, const ScAddress& rPos, in InitDoc() [all …]
|
| H A D | shapeuno.cxx | 1103 ScCellFieldObj* pCellField = ScCellFieldObj::getImplementation( xContent ); in insertTextContent()
|
| H A D | servuno.cxx | 395 xRet.set((text::XTextField*)new ScCellFieldObj( NULL, ScAddress(), ESelection() )); in MakeInstance()
|
| H A D | cellsuno.cxx | 6425 ScCellFieldObj* pCellField = ScCellFieldObj::getImplementation( xContent ); in insertTextContent() 6479 ScCellFieldObj* pCellField = ScCellFieldObj::getImplementation( xContent ); in removeTextContent()
|
| /trunk/main/sc/inc/ |
| H A D | fielduno.hxx | 47 class ScCellFieldObj; 73 ScCellFieldObj* GetObjectByIndex_Impl(sal_Int32 Index) const; 125 class ScCellFieldObj : public ScMutexHelper, class 144 ScCellFieldObj(); // disabled 146 ScCellFieldObj(ScDocShell* pDocSh, const ScAddress& rPos, 148 virtual ~ScCellFieldObj(); 236 static ScCellFieldObj* getImplementation( const com::sun::star::uno::Reference<
|
| /trunk/main/sc/ |
| H A D | Package_xml.mk | 31 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellFieldObj.xml,ScCellFieldObj.xml))
|
| /trunk/main/framework/qa/complex/api_internal/ |
| H A D | worksforme.sce | 22 job=sc.ScCellFieldObj
|
| H A D | api.lst | 74 job75=sc.ScCellFieldObj
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ |
| H A D | ScCellFieldObj.java | 71 public class ScCellFieldObj extends TestCase { class
|
| /trunk/main/sc/qa/unoapi/ |
| H A D | sc.sce | 46 -o sc.ScCellFieldObj
|