summaryrefslogtreecommitdiff
path: root/svx/source/dialog/docrecovery.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-04 14:56:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-04 15:07:36 +0100
commit35c31f5f4017fac3a3ea37ee1b3e7cf6b60c53c6 (patch)
treecc7497f31a4c11432a4110b601093f9c01d9c5d4 /svx/source/dialog/docrecovery.src
parent8fd0320e8a890b559ec7c0b498c17e87a1a38ea5 (diff)
convert document recovery dialog to .ui
and move sidebar global resource defines up to the toplevel so its harder to collide with them and adjust the define to indicate the next free resource id. and simplify the dialog down a good bit and remove intermediate classes etc. Change-Id: I8d6db17fcdfc86457368d7f432bd96f6f3aa182d
Diffstat (limited to 'svx/source/dialog/docrecovery.src')
-rw-r--r--svx/source/dialog/docrecovery.src123
1 files changed, 0 insertions, 123 deletions
diff --git a/svx/source/dialog/docrecovery.src b/svx/source/dialog/docrecovery.src
index 2b676d4ec3eb..764a846fb10b 100644
--- a/svx/source/dialog/docrecovery.src
+++ b/svx/source/dialog/docrecovery.src
@@ -63,129 +63,6 @@ ModalDialog RID_SVX_MDLG_DOCRECOVERY_PROGR
};
};
-TabPage RID_SVXPAGE_DOCRECOVERY_RECOVER
-{
- Size = MAP_APPFONT( RECOV_WIDTH, RECOV_HEIGHT );
- HelpId = HID_SVX_TP_DOCRECOVERY_RECOVER;
- OutputSize = TRUE;
- SVLook = TRUE;
- Hide = TRUE;
- Window WIN_RECOV_TITLE
- {
- Pos = MAP_APPFONT( 0 , 0 );
- Size = MAP_APPFONT( RECOV_WIDTH, RECOV_TITLEWINHEIGHT );
- };
- FixedText FT_RECOV_TITLE
- {
- Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW0 );
- Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
- Text[ en-US ] = "%PRODUCTNAME Document Recovery";
- };
- FixedLine FL_RECOV_TITLE
- {
- Pos = MAP_APPFONT( 0 , RECOV_TITLEWINHEIGHT );
- Size = MAP_APPFONT( RECOV_WIDTH, 2 );
- };
- FixedText FT_RECOV_DESCR
- {
- Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW2 );
- Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_DESCRHEIGHT );
- WordBreak = TRUE;
- Text[ en-US ] = "Press 'Start Recovery' to start the recovery process of the documents listed below.\n\nThe 'Status' column shows whether the document can be recovered.";
- };
- FixedText FT_RECOV_PROGR
- {
- Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW3 );
- Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
- Text[ en-US ] = "Recovering document:";
- };
- Window WIN_RECOV_PROGR
- {
- Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW4 );
- Size = MAP_APPFONT( RECOV_CONTROLWIDTH, PROGR_HEIGHT );
- Border = TRUE;
- };
- FixedText FT_RECOV_FILELIST
- {
- Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW5 );
- Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
- Text[ en-US ] = "Status of recovered documents:";
- };
- String STR_HEADERBAR
- {
- Text[ en-US ] = "Document Name\tStatus";
- };
- Control LB_RECOV_FILELIST
- {
- Pos = MAP_APPFONT( RECOV_COL1, RECOV_ROW6 );
- Size = MAP_APPFONT( RECOV_CONTROLWIDTH, RECOV_FILELISTHEIGHT );
- Border = TRUE;
- SVLook = TRUE;
- };
- FixedLine FL_RECOV_BOTTOM
- {
- Pos = MAP_APPFONT( 0 , RECOV_ROW8 );
- Size = MAP_APPFONT( RECOV_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
- };
- PushButton BTN_RECOV_NEXT
- {
- HelpID = "svx:PushButton:RID_SVXPAGE_DOCRECOVERY_RECOVER:BTN_RECOV_NEXT";
- Pos = MAP_APPFONT( RECOV_COL_C, RECOV_ROW9 );
- Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH*2, RSC_CD_PUSHBUTTON_HEIGHT );
- Text[ en-US ] = "~Start Recovery >";
- DefButton = TRUE;
- };
- CancelButton BTN_RECOV_CANCEL
- {
- Pos = MAP_APPFONT( RECOV_COL_F, RECOV_ROW9 );
- Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
- };
- Image IMG_GREENCHECK
- {
- ImageBitmap = Bitmap { File = "nu01.png"; };
- };
- Image IMG_YELLOWCHECK
- {
- ImageBitmap = Bitmap { File = "nu04.png"; };
- };
- Image IMG_REDCROSS
- {
- ImageBitmap = Bitmap { File = "nu02.png"; };
- };
- String STR_SUCCESSRECOV
- {
- Text[ en-US ] = "Successfully recovered";
- };
- String STR_ORIGDOCRECOV
- {
- Text[ en-US ] = "Original document recovered";
- };
- String STR_RECOVFAILED
- {
- Text[ en-US ] = "Recovery failed";
- };
- String STR_RECOVINPROGR
- {
- Text[ en-US ] = "Recovery in progress";
- };
- String STR_NOTRECOVYET
- {
- Text[ en-US ] = "Not recovered yet";
- };
- String STR_RECOVERY_INPROGRESS
- {
- Text[ en-US ] = "%PRODUCTNAME %PRODUCTVERSION will start to recover your documents. Depending on the size of the documents this process can take some time." ;
- };
- String STR_RECOVERYONLY_FINISH_DESCR
- {
- Text[ en-US ] = "Recovery of your documents was finished.\nClick 'Finish' to see your documents.";
- };
- String STR_RECOVERYONLY_FINISH
- {
- Text[ en-US ] = "~Finish";
- };
-};
-
QueryBox RID_SVXQB_EXIT_RECOVERY
{
BUTTONS = WB_YES_NO ;