summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/browserline.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 12:52:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 12:52:33 +0000
commit85c64fe85008482388cd9cf2baf4831d44aec467 (patch)
tree799afe638ba7d9bee4a546e813733aabc975aab6 /extensions/source/propctrlr/browserline.hxx
parentc1cbb5f5bef0bb362a8b8c46bb1b8b39079cfd07 (diff)
INTEGRATION: CWS hcicons (1.8.232); FILE MERGED
2007/07/01 14:10:47 fs 1.8.232.2: RESYNC: (1.8-1.9); FILE MERGED 2007/04/18 07:21:32 fs 1.8.232.1: #i76228# HC support for button icons
Diffstat (limited to 'extensions/source/propctrlr/browserline.hxx')
-rw-r--r--extensions/source/propctrlr/browserline.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/browserline.hxx b/extensions/source/propctrlr/browserline.hxx
index 580dae47d0e9..c96c6c295825 100644
--- a/extensions/source/propctrlr/browserline.hxx
+++ b/extensions/source/propctrlr/browserline.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: browserline.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 10:46:25 $
+ * last change: $Author: hr $ $Date: 2007-08-03 13:52:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -123,7 +123,9 @@ namespace pcr
void SetTabOrder(Window* pRefWindow, sal_uInt16 nFlags );
sal_Bool GrabFocus();
+ void ShowBrowseButton( const ::rtl::OUString& _rImageURL, sal_Bool _bPrimary );
void ShowBrowseButton( const Image& _rImage, sal_Bool _bPrimary );
+ void ShowBrowseButton( sal_Bool _bPrimary );
void HideBrowseButton( sal_Bool _bPrimary );
void EnablePropertyControls( sal_Int16 _nControls, bool _bEnable );
@@ -144,6 +146,9 @@ namespace pcr
void implUpdateEnabledDisabled();
void impl_layoutComponents();
+
+ PushButton& impl_ensureButton( bool _bPrimary );
+ void impl_getImagesFromURL_nothrow( const ::rtl::OUString& _rImageURL, Image& _out_rImage, Image& _out_rHCImage );
};
//............................................................................