diff options
author | gt <gt@openoffice.org> | 2004-07-27 06:57:37 +0000 |
---|---|---|
committer | gt <gt@openoffice.org> | 2004-07-27 06:57:37 +0000 |
commit | 732efe1b2f854287e4bf7b8998a050fe0b4a0179 (patch) | |
tree | 77be9f7500bfd8c7d355dc8d1afe30884fe3df49 /xmlsecurity/source/dialogs/resourcemanager.hxx | |
parent | f5ac518a9ac4af010b3267594bdc5caf4da617a8 (diff) |
#i20883# signature state in DigitalSignaturesDialog
Diffstat (limited to 'xmlsecurity/source/dialogs/resourcemanager.hxx')
-rw-r--r-- | xmlsecurity/source/dialogs/resourcemanager.hxx | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/xmlsecurity/source/dialogs/resourcemanager.hxx b/xmlsecurity/source/dialogs/resourcemanager.hxx index 892f9977c81d..81eff9199a84 100644 --- a/xmlsecurity/source/dialogs/resourcemanager.hxx +++ b/xmlsecurity/source/dialogs/resourcemanager.hxx @@ -2,9 +2,9 @@ * * $RCSfile: resourcemanager.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: gt $ $Date: 2004-07-15 06:20:09 $ + * last change: $Author: gt $ $Date: 2004-07-27 07:57:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,6 +78,10 @@ #include <com/sun/star/uno/Sequence.hxx> #endif +class FixedImage; +class FixedInfo; +class Control; + namespace XmlSec { ResMgr* GetResMgr( void ); @@ -94,6 +98,11 @@ namespace XmlSec String GetContentPart( const String& _rRawString, const String& _rPartId ); String GetHexString( const ::com::sun::star::uno::Sequence< sal_Int8 >& _rSeq, const char* _pSep = ":", UINT16 _nLineBreak = 0xFFFF ); + + long ShrinkToFitWidth( Control& _rCtrl, long _nOffs = 0 ); // return = new width + void AlignAfterImage( const FixedImage& _rImage, Control& _rCtrl, long _nXOffset = 0 ); + void AlignAfterImage( const FixedImage& _rImage, FixedInfo& _rFI, long _nXOffset = 0 ); + void AlignAndFitImageAndControl( FixedImage& _rImage, FixedInfo& _rFI, long _nXOffset = 0 ); } #define XMLSEC_RES(id) ResId(id,XmlSec::GetResMgr()) |