pushbuttonnavigation.hxx (46dbacee) | pushbuttonnavigation.hxx (97073f94) |
---|---|
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 --- 71 unchanged lines hidden (view full) --- 80 void setCurrentTargetURL( const ::com::sun::star::uno::Any& _rValue ) const SAL_THROW(()); 81 82 /** retrieves the current state of the "TargetURL" property, taking into account 83 that some URLs are special values caused by "virtual" ButtonTypes 84 */ 85 ::com::sun::star::beans::PropertyState 86 getCurrentTargetURLState( ) const SAL_THROW(()); 87 | 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 --- 71 unchanged lines hidden (view full) --- 80 void setCurrentTargetURL( const ::com::sun::star::uno::Any& _rValue ) const SAL_THROW(()); 81 82 /** retrieves the current state of the "TargetURL" property, taking into account 83 that some URLs are special values caused by "virtual" ButtonTypes 84 */ 85 ::com::sun::star::beans::PropertyState 86 getCurrentTargetURLState( ) const SAL_THROW(()); 87 |
88 /** determines whether the current button tpye is FormButtonType_URL | 88 /** determines whether the current button type is FormButtonType_URL |
89 */ 90 bool currentButtonTypeIsOpenURL() const; 91 92 /** determines whether the TargetURL property does currently denote a non-empty string 93 */ 94 bool hasNonEmptyCurrentTargetURL() const; 95 96 private: 97 sal_Int32 implGetCurrentButtonType() const SAL_THROW(( ::com::sun::star::uno::Exception )); 98 }; 99 100//............................................................................ 101} // namespace pcr 102//............................................................................ 103 104#endif // EXTENSIONS_PROPCTRLR_PUSHBUTTONNAVIGATION_HXX | 89 */ 90 bool currentButtonTypeIsOpenURL() const; 91 92 /** determines whether the TargetURL property does currently denote a non-empty string 93 */ 94 bool hasNonEmptyCurrentTargetURL() const; 95 96 private: 97 sal_Int32 implGetCurrentButtonType() const SAL_THROW(( ::com::sun::star::uno::Exception )); 98 }; 99 100//............................................................................ 101} // namespace pcr 102//............................................................................ 103 104#endif // EXTENSIONS_PROPCTRLR_PUSHBUTTONNAVIGATION_HXX |