Home
last modified time | relevance | path

Searched refs:autoFormat (Results 1 – 14 of 14) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XAutoFormattable.java66 oObj.autoFormat(name); // applying default format in _autoFormat()
104 oObj.autoFormat(name); in _autoFormat()
/trunk/main/offapi/com/sun/star/table/
H A DXAutoFormattable.idl55 void autoFormat( [in] string aName )
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextTable.csv11 "SwXTextTable";"com::sun::star::table::XAutoFormattable";"autoFormat()"
H A Dcom.sun.star.comp.office.SwXParagraph.csv85 "SwXParagraph";"com::sun::star::table::XAutoFormattable#optional";"autoFormat()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellRangeObj.csv127 "ScCellRangeObj";"com::sun::star::table::XAutoFormattable";"autoFormat()"
H A Dcom.sun.star.comp.office.ScCellCursorObj.csv134 "ScCellCursorObj";"com::sun::star::table::XAutoFormattable";"autoFormat()"
H A Dcom.sun.star.comp.office.ScTableSheetObj.csv148 "ScTableSheetObj";"com::sun::star::table::XAutoFormattable";"autoFormat()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxUnoTextContent.csv85 "SvxUnoTextContent";"com::sun::star::table::XAutoFormattable#optional";"autoFormat()"
/trunk/main/sw/inc/
H A Dunotbl.hxx384 virtual void SAL_CALL autoFormat(const rtl::OUString& aName);
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java775 xAutoForm.autoFormat( aAutoFormatName ); in doFormattingSamples()
/trunk/main/sc/inc/
H A Dcellsuno.hxx591 virtual void SAL_CALL autoFormat( const ::rtl::OUString& aName );
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs755 xAutoForm.autoFormat( aAutoFormatName ); in doFormattingSamples()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2896 void SwXTextTable::autoFormat(const OUString& aName) in autoFormat() function in SwXTextTable
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx5425 void SAL_CALL ScCellRangeObj::autoFormat( const rtl::OUString& aName ) in autoFormat() function in ScCellRangeObj