Home
last modified time | relevance | path

Searched refs:ScCellFieldObj (Results 1 – 11 of 11) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellFieldObj.csv1 "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 Dfielduno.cxx290 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 Dshapeuno.cxx1103 ScCellFieldObj* pCellField = ScCellFieldObj::getImplementation( xContent ); in insertTextContent()
H A Dservuno.cxx395 xRet.set((text::XTextField*)new ScCellFieldObj( NULL, ScAddress(), ESelection() )); in MakeInstance()
H A Dcellsuno.cxx6425 ScCellFieldObj* pCellField = ScCellFieldObj::getImplementation( xContent ); in insertTextContent()
6479 ScCellFieldObj* pCellField = ScCellFieldObj::getImplementation( xContent ); in removeTextContent()
/trunk/main/sc/inc/
H A Dfielduno.hxx47 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 DPackage_xml.mk31 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellFieldObj.xml,ScCellFieldObj.xml))
/trunk/main/framework/qa/complex/api_internal/
H A Dworksforme.sce22 job=sc.ScCellFieldObj
H A Dapi.lst74 job75=sc.ScCellFieldObj
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScCellFieldObj.java71 public class ScCellFieldObj extends TestCase { class
/trunk/main/sc/qa/unoapi/
H A Dsc.sce46 -o sc.ScCellFieldObj