filectrl.hxx (01aa44aa) | filectrl.hxx (a49f1911) |
---|---|
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 --- 84 unchanged lines hidden (view full) --- 93 94 //------ 95 //manipulate the Button-Text: 96 XubString GetButtonText() const { return maButtonText; } 97 void SetButtonText( const XubString& rStr ); 98 void ResetButtonText(); 99 100 //------ | 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 --- 84 unchanged lines hidden (view full) --- 93 94 //------ 95 //manipulate the Button-Text: 96 XubString GetButtonText() const { return maButtonText; } 97 void SetButtonText( const XubString& rStr ); 98 void ResetButtonText(); 99 100 //------ |
101 //use this to manipulate the dialog bevore executing it: | 101 //use this to manipulate the dialog before executing it: |
102 void SetDialogCreatedHdl( const Link& rLink ) { maDialogCreatedHdl = rLink; } 103 const Link& GetDialogCreatedHdl() const { return maDialogCreatedHdl; } 104}; 105 106#endif 107 | 102 void SetDialogCreatedHdl( const Link& rLink ) { maDialogCreatedHdl = rLink; } 103 const Link& GetDialogCreatedHdl() const { return maDialogCreatedHdl; } 104}; 105 106#endif 107 |