Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScAutoFormatObj.csv1 "ScAutoFormatObj";"com::sun::star::container::XIndexAccess";"getCount()"
2 "ScAutoFormatObj";"com::sun::star::container::XIndexAccess";"getByIndex()"
3 "ScAutoFormatObj";"com::sun::star::sheet::TableAutoFormat";"IncludeFont"
4 "ScAutoFormatObj";"com::sun::star::sheet::TableAutoFormat";"IncludeJustify"
5 "ScAutoFormatObj";"com::sun::star::sheet::TableAutoFormat";"IncludeBorder"
6 "ScAutoFormatObj";"com::sun::star::sheet::TableAutoFormat";"IncludeBackground"
7 "ScAutoFormatObj";"com::sun::star::sheet::TableAutoFormat";"IncludeNumberFormat"
8 "ScAutoFormatObj";"com::sun::star::sheet::TableAutoFormat";"IncludeWidthAndHeight"
9 "ScAutoFormatObj";"com::sun::star::container::XElementAccess";"getElementType()"
10 "ScAutoFormatObj";"com::sun::star::container::XElementAccess";"hasElements()"
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx158 SC_SIMPLE_SERVICE_INFO( ScAutoFormatObj, "ScAutoFormatObj", "com.sun.star.sheet.TableAutoFormat" )
218 ScAutoFormatObj* ScAutoFormatsObj::GetObjectByIndex_Impl(sal_uInt16 nIndex) in GetObjectByIndex_Impl()
222 return new ScAutoFormatObj(nIndex); in GetObjectByIndex_Impl()
227 ScAutoFormatObj* ScAutoFormatsObj::GetObjectByName_Impl(const rtl::OUString& aName) in GetObjectByName_Impl()
252 ScAutoFormatObj* pFormatObj = ScAutoFormatObj::getImplementation( xInterface ); in insertByName()
423 ScAutoFormatObj::ScAutoFormatObj(sal_uInt16 nIndex) : in ScAutoFormatObj() function in ScAutoFormatObj
430 ScAutoFormatObj::~ScAutoFormatObj() in ~ScAutoFormatObj()
445 void ScAutoFormatObj::InitFormat( sal_uInt16 nNewIndex ) in InitFormat()
454 sal_Int64 SAL_CALL ScAutoFormatObj::getSomething( in getSomething()
467 const uno::Sequence<sal_Int8>& ScAutoFormatObj::getUnoTunnelId() in getUnoTunnelId()
[all …]
H A Dservuno.cxx413 xRet.set((container::XIndexAccess*)new ScAutoFormatObj( SC_AFMTOBJ_INVALID )); in MakeInstance()
/trunk/main/sc/inc/
H A Dafmtuno.hxx47 class ScAutoFormatObj;
66 ScAutoFormatObj* GetObjectByIndex_Impl(sal_uInt16 nIndex);
67 ScAutoFormatObj* GetObjectByName_Impl(const ::rtl::OUString& aName);
132 class ScAutoFormatObj : public ::cppu::WeakImplHelper6< class
148 ScAutoFormatObj(sal_uInt16 nIndex);
149 virtual ~ScAutoFormatObj();
233 static ScAutoFormatObj* getImplementation( const ::com::sun::star::uno::Reference<
/trunk/main/sc/
H A DPackage_xml.mk40 $(eval $(call gb_Package_add_file,sc_xml,xml/ScAutoFormatObj.xml,ScAutoFormatObj.xml))
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAutoFormatObj.java69 public class ScAutoFormatObj extends TestCase { class
/trunk/main/sc/qa/unoapi/
H A Dsc.sce43 -o sc.ScAutoFormatObj
/trunk/main/framework/qa/complex/api_internal/
H A Dapi.lst72 job73=sc.ScAutoFormatObj