TabBar.cxx (101538fc) | TabBar.cxx (5c37a1f2) |
---|---|
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 --- 256 unchanged lines hidden (view full) --- 265 UpdateButtonIcons(); 266 267 Window::DataChanged(rDataChangedEvent); 268} 269 270 271 272 | 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 --- 256 unchanged lines hidden (view full) --- 265 UpdateButtonIcons(); 266 267 Window::DataChanged(rDataChangedEvent); 268} 269 270 271 272 |
273long TabBar::Notify (NotifyEvent& rEvent) | 273long TabBar::Notify (NotifyEvent&) |
274{ 275 return sal_False; 276} 277 278 279 280 281RadioButton* TabBar::CreateTabItem (const DeckDescriptor& rDeckDescriptor) --- 138 unchanged lines hidden --- | 274{ 275 return sal_False; 276} 277 278 279 280 281RadioButton* TabBar::CreateTabItem (const DeckDescriptor& rDeckDescriptor) --- 138 unchanged lines hidden --- |