/trunk/main/offapi/com/sun/star/sheet/ |
H A D | TableAutoFormat.idl | 49 /** represents an AutoFormat, containing exactly 16 AutoFormat fields. 52 cell at a specific position in the AutoFormat range. The rows of the 71 /** provides methods to access the AutoFormat fields via index. 79 /** creates an enumeration of all 16 AutoFormat fields. 87 /** provides methods to access the name of the AutoFormat.
|
H A D | TableAutoFormatEnumeration.idl | 37 /** represents an enumeration of AutoFormat fields in an AutoFormat. 45 /** provides methods to access the AutoFormat fields in the enumeration.
|
H A D | TableAutoFormatField.idl | 69 /** represents a field in an AutoFormat. A field contains all cell 70 properties for a specific position in an AutoFormat.
|
H A D | SheetCellRange.idl | 239 /** provides applying an AutoFormat to the cell range.
|
/trunk/main/sw/source/ui/table/ |
H A D | tautofmt.src | 30 Text [ en-US ] = "AutoFormat" ; 159 Text [ en-US ] = "Add AutoFormat" ; 167 Text [ en-US ] = "Delete AutoFormat" ; 171 Text [ en-US ] = "The following AutoFormat entry will be deleted:" ; 175 Text [ en-US ] = "Rename AutoFormat" ; 211 …Text [ en-US ] = "You have entered an invalid name.\nThe desired AutoFormat could not be created.\…
|
H A D | chartins.src | 32 Text [ en-US ] = "AutoFormat Chart (1-4)" ;
|
/trunk/main/sc/source/ui/src/ |
H A D | autofmt.src | 32 Text [ en-US ] = "AutoFormat" ; 172 Text [ en-US ] = "Add AutoFormat" ; 177 Text [ en-US ] = "Rename AutoFormat" ; 186 Text [ en-US ] = "Delete AutoFormat" ; 190 Text [ en-US ] = "Do you really want to delete the # AutoFormat?" ;
|
H A D | globstr.src | 99 Text [ en-US ] = "AutoFormat" ; 987 …Text [ en-US ] = "To apply an AutoFormat,\na table range of at least\n3x3 cells must be selected."…
|
/trunk/main/offapi/com/sun/star/table/ |
H A D | XAutoFormattable.idl | 47 /** applies an AutoFormat to the cell range of the current context. 50 is the name of the AutoFormat to apply. 53 if the specified AutoFormat does not exist.
|
/trunk/main/sw/source/core/undo/ |
H A D | undo.src | 154 Text [ en-US ] = "AutoFormat" ; 312 Text [ en-US ] = "AutoFormat Table" ;
|
/trunk/main/sw/util/ |
H A D | hidother.src | 133 // AutoFormat 195 //AutoFormat QueryBox Aenderungen akzeptieren/verwerfen/bearbeiten
|
/trunk/main/sc/source/ui/view/ |
H A D | cellsh3.cxx | 858 pTabViewShell->AutoFormat( nIndex ); in Execute() 887 pTabViewShell->AutoFormat( pDlg->GetIndex() ); in Execute()
|
H A D | viewfun2.cxx | 1516 void ScViewFunc::AutoFormat( sal_uInt16 nFormatNo, sal_Bool bRecord ) in AutoFormat() function in ScViewFunc 1526 …sal_Bool bSuccess = pDocSh->GetDocFunc().AutoFormat( aRange, &rMark, nFormatNo, bRecord, sal_False… in AutoFormat() 1577 pDoc->AutoFormat( nStartCol, nStartRow, nEndCol, nEndRow, nFormatNo, rMark ); in AutoFormat()
|
/trunk/main/sc/inc/ |
H A D | autoform.hxx | 265 ScAutoFormat( const ScAutoFormat& AutoFormat );
|
H A D | table.hxx | 510 void AutoFormat( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
|
/trunk/main/sc/source/ui/inc/ |
H A D | docfunc.hxx | 143 sal_Bool AutoFormat( const ScRange& rRange, const ScMarkData* pTabMark,
|
H A D | viewfunc.hxx | 250 void AutoFormat( sal_uInt16 nFormatNo, sal_Bool bRecord = sal_True );
|
/trunk/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 625 rWrtSh.AutoFormat( &aFlags ); in Execute() 668 rWrtSh.AutoFormat( &aFlags ); in Execute()
|
/trunk/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 990 pDoc->AutoFormat( nStartX, nStartY, nEndX, nEndY, nFormatNo, aMarkData ); in Redo() 1063 ((ScTabViewTarget&)rTarget).GetViewShell()->AutoFormat( nFormatNo, sal_True ); in Repeat()
|
/trunk/main/sc/source/core/data/ |
H A D | documen3.cxx | 1031 void ScDocument::AutoFormat( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in AutoFormat() function in ScDocument 1039 pTab[i]->AutoFormat( nStartCol, nStartRow, nEndCol, nEndRow, nFormatNo ); in AutoFormat()
|
H A D | table4.cxx | 1643 void ScTable::AutoFormat( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in AutoFormat() function in ScTable
|
/trunk/main/sw/inc/ |
H A D | editsh.hxx | 762 void AutoFormat( const SvxSwAutoFmtFlags* pAFlags = 0 );
|
/trunk/main/helpcontent2/helpers/ |
H A D | unocmds.txt | 47 .uno:AutoFormat;scalc/01/05110000.xhp 48 .uno:AutoFormat;swriter/01/05150101.xhp
|
/trunk/main/cui/source/tabpages/ |
H A D | autocdlg.src | 191 Text [ en-US ] = "[T]: AutoFormat/AutoCorrect while typing" ;
|
/trunk/main/svx/inc/ |
H A D | globlmn_tmpl.hrc | 61 Command = ".uno:AutoFormat" ; \
|