about.hxx (ca04f111) about.hxx (7168672c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 30 unchanged lines hidden (view full) ---

39private:
40 OKButton maOKButton;
41 PushButton maReadmeButton;
42 FixedInfo maVersionText;
43 MultiLineEdit maBuildInfoEdit;
44 MultiLineEdit maCopyrightEdit;
45 svt::FixedHyperlink maCreditsLink;
46
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 30 unchanged lines hidden (view full) ---

39private:
40 OKButton maOKButton;
41 PushButton maReadmeButton;
42 FixedInfo maVersionText;
43 MultiLineEdit maBuildInfoEdit;
44 MultiLineEdit maCopyrightEdit;
45 svt::FixedHyperlink maCreditsLink;
46
47 Image maMainLogo;
48 Image maAppLogo;
49
50 String maCopyrightTextStr;
51 rtl::OUString maVersionData;
52
47 String maCopyrightTextStr;
48 rtl::OUString maVersionData;
49
50 Image maMainLogo;
51 Image maAppLogo;
52
53 void InitControls();
54 void ApplyStyleSettings();
55 void LayoutControls( Size& aDlgSize );
56
57 const rtl::OUString GetBuildId() const;
58 const rtl::OUString GetBuildVersionString() const;
59 Point maAppLogoPos;
60 Point maMainLogoPos;

--- 17 unchanged lines hidden ---
53 void InitControls();
54 void ApplyStyleSettings();
55 void LayoutControls( Size& aDlgSize );
56
57 const rtl::OUString GetBuildId() const;
58 const rtl::OUString GetBuildVersionString() const;
59 Point maAppLogoPos;
60 Point maMainLogoPos;

--- 17 unchanged lines hidden ---