summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-08-06 11:42:07 +0000
committerOcke Janssen <oj@openoffice.org>2002-08-06 11:42:07 +0000
commitbc31dc6cddd6bf2ddaa9db496f85042a7e2d1bcc (patch)
tree15ac028d651a56fd7bc82b13383dab9fa593826b
parenta563eba9fd6ddcbd563886b3db8f88a069b7175d (diff)
#101527# insert hc bitmaps for sort order radio buttons
-rw-r--r--sw/source/ui/index/cnttab.cxx13
-rw-r--r--sw/source/ui/index/cnttab.hrc9
-rw-r--r--sw/source/ui/index/cnttab.src25
3 files changed, 41 insertions, 6 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index c3557c4ae4c7..35db511f8bde 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cnttab.cxx,v $
*
- * $Revision: 1.43 $
+ * $Revision: 1.44 $
*
- * last change: $Author: fs $ $Date: 2002-08-02 15:18:55 $
+ * last change: $Author: oj $ $Date: 2002-08-06 12:40:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2146,6 +2146,15 @@ SwTOXEntryTabPage::SwTOXEntryTabPage(Window* pParent, const SfxItemSet& rAttrSet
pCurrentForm(0),
bInLevelHdl(sal_False)
{
+ Image aSortUpHC(ResId(IMG_SORTUP_HC ));
+ aFirstSortUpRB.SetModeImage(aSortUpHC,BMP_COLOR_HIGHCONTRAST);
+ aSecondSortUpRB.SetModeImage(aSortUpHC,BMP_COLOR_HIGHCONTRAST);
+ aThirdSortUpRB.SetModeImage(aSortUpHC,BMP_COLOR_HIGHCONTRAST);
+
+ Image aSortDownHC(ResId(IMG_SORTDOWN_HC ));
+ aFirstSortDownRB.SetModeImage(aSortDownHC,BMP_COLOR_HIGHCONTRAST);
+ aSecondSortDownRB.SetModeImage(aSortDownHC,BMP_COLOR_HIGHCONTRAST);
+ aThirdSortDownRB.SetModeImage(aSortDownHC,BMP_COLOR_HIGHCONTRAST);
FreeResource();
sLevelStr = aLevelFT.GetText();
diff --git a/sw/source/ui/index/cnttab.hrc b/sw/source/ui/index/cnttab.hrc
index 826c3b8370d6..a83c478c123d 100644
--- a/sw/source/ui/index/cnttab.hrc
+++ b/sw/source/ui/index/cnttab.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: cnttab.hrc,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: os $ $Date: 2002-03-05 08:04:38 $
+ * last change: $Author: oj $ $Date: 2002-08-06 12:40:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -256,6 +256,8 @@
#define LB_LANGUAGE 146
#define FT_SORTALG 147
#define LB_SORTALG 148
+#define IMG_SORTUP_HC 149
+#define IMG_SORTDOWN_HC 150
#define TO_CONTENT 1
#define TO_INDEX 2
#define TO_ILLUSTRATION 4
@@ -304,3 +306,6 @@
#define MN_AUTOMARK_NEW 2
#define MN_AUTOMARK_EDIT 3
+
+
+
diff --git a/sw/source/ui/index/cnttab.src b/sw/source/ui/index/cnttab.src
index e2d3bf560067..92df0241cbc6 100644
--- a/sw/source/ui/index/cnttab.src
+++ b/sw/source/ui/index/cnttab.src
@@ -2,9 +2,9 @@
*
* $RCSfile: cnttab.src,v $
*
- * $Revision: 1.54 $
+ * $Revision: 1.55 $
*
- * last change: $Author: os $ $Date: 2002-03-05 08:37:34 $
+ * last change: $Author: oj $ $Date: 2002-08-06 12:42:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3772,6 +3772,24 @@ TabPage TP_TOX_ENTRY
Border = TRUE;
DropDown = TRUE;
};
+ Image IMG_SORTUP_HC
+ {
+ ImageBitmap = Bitmap{File = "sch10712.bmp"; };
+ MaskColor = Color {
+ Red = 0xffff;
+ Green = 0x0000;
+ Blue = 0xffff;
+ };
+ };
+ Image IMG_SORTDOWN_HC
+ {
+ ImageBitmap = Bitmap{File = "sch10713.bmp"; };
+ MaskColor = Color {
+ Red = 0xffff;
+ Green = 0x0000;
+ Blue = 0xffff;
+ };
+ };
ImageRadioButton RB_SORTUP1
{
Pos = MAP_APPFONT ( 222 , 138 ) ;
@@ -4756,6 +4774,7 @@ ModalDialog DLG_CREATE_AUTOMARK
Text[ catalan ] = "Entradas";
Text[ finnish ] = "Merkinnt";
};
+
Text[ english_us ] = "Edit Concordance File";
Text[ portuguese ] = "Editar ficheiro de concordncia";
Text[ russian ] = " -";
@@ -4777,5 +4796,7 @@ ModalDialog DLG_CREATE_AUTOMARK
Text[ catalan ] = "Editar archivo de concordancia";
Text[ finnish ] = "Muokkaa vastaavuustiedostoa";
};
+// -----------------------------------------------------------------------------
+