OutlineView.hxx (86e1cf34) | OutlineView.hxx (07df5c71) |
---|---|
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 --- 203 unchanged lines hidden (view full) --- 212 */ 213 Color maDocColor; 214 215 /** updates the high contrast settings and document color if they changed. 216 @param bForceUpdate forces the method to set all style settings 217 */ 218 void onUpdateStyleSettings( bool bForceUpdate = false ); 219 | 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 --- 203 unchanged lines hidden (view full) --- 212 */ 213 Color maDocColor; 214 215 /** updates the high contrast settings and document color if they changed. 216 @param bForceUpdate forces the method to set all style settings 217 */ 218 void onUpdateStyleSettings( bool bForceUpdate = false ); 219 |
220 /** this link is called from the vcl applicaten when the stylesettings | 220 /** this link is called from the vcl application when the stylesettings |
221 change. Its only purpose is to call onUpdateStyleSettings() then. 222 */ 223 DECL_LINK( AppEventListenerHdl, void * ); 224 225 DECL_LINK(EventMultiplexerListener, sd::tools::EventMultiplexerEvent*); 226 227 /** holds a model guard during drag and drop between BeginMovingHdl and EndMovingHdl */ 228 std::auto_ptr< OutlineViewModelChangeGuard > maDragAndDropModelGuard; --- 32 unchanged lines hidden --- | 221 change. Its only purpose is to call onUpdateStyleSettings() then. 222 */ 223 DECL_LINK( AppEventListenerHdl, void * ); 224 225 DECL_LINK(EventMultiplexerListener, sd::tools::EventMultiplexerEvent*); 226 227 /** holds a model guard during drag and drop between BeginMovingHdl and EndMovingHdl */ 228 std::auto_ptr< OutlineViewModelChangeGuard > maDragAndDropModelGuard; --- 32 unchanged lines hidden --- |