Searched refs:ScAutoFormatObj (Results 1 – 7 of 7) sorted by relevance
1 "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"10 "ScAutoFormatObj";"com::sun::star::container::XElementAccess";"hasElements()"11 "ScAutoFormatObj";"com::sun::star::container::XNamed";"getName()"12 "ScAutoFormatObj";"com::sun::star::container::XNamed";"setName()"14 "ScAutoFormatObj";"com::sun::star::beans::XPropertySet";"setPropertyValue()"[all …]
222 return new ScAutoFormatObj(nIndex); in GetObjectByIndex_Impl()252 ScAutoFormatObj* pFormatObj = ScAutoFormatObj::getImplementation( xInterface ); in insertByName()423 ScAutoFormatObj::ScAutoFormatObj(sal_uInt16 nIndex) : in ScAutoFormatObj() function in ScAutoFormatObj430 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()484 ScAutoFormatObj* ScAutoFormatObj::getImplementation( in getImplementation()487 ScAutoFormatObj* pRet = NULL; in getImplementation()619 void SAL_CALL ScAutoFormatObj::setPropertyValue( in setPropertyValue()[all …]
413 xRet.set((container::XIndexAccess*)new ScAutoFormatObj( SC_AFMTOBJ_INVALID )); in MakeInstance()
47 class ScAutoFormatObj;66 ScAutoFormatObj* GetObjectByIndex_Impl(sal_uInt16 nIndex);67 ScAutoFormatObj* GetObjectByName_Impl(const ::rtl::OUString& aName);132 class ScAutoFormatObj : public ::cppu::WeakImplHelper6< class148 ScAutoFormatObj(sal_uInt16 nIndex);149 virtual ~ScAutoFormatObj();233 static ScAutoFormatObj* getImplementation( const ::com::sun::star::uno::Reference<
69 public class ScAutoFormatObj extends TestCase { class
43 -o sc.ScAutoFormatObj
77 job79=sc.ScAutoFormatObj
Completed in 31 milliseconds