outlnvs2.cxx (79aad27f) | outlnvs2.cxx (9263c1d2) |
---|---|
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 --- 237 unchanged lines hidden (view full) --- 246 Reference< XPresentation2 > xPresentation( GetDoc()->getPresentation() ); 247 if( xPresentation.is() ) 248 { 249 if( ( SID_REHEARSE_TIMINGS != rReq.GetSlot() ) ) 250 xPresentation->start(); 251 else 252 xPresentation->rehearseTimings(); 253 } | 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 --- 237 unchanged lines hidden (view full) --- 246 Reference< XPresentation2 > xPresentation( GetDoc()->getPresentation() ); 247 if( xPresentation.is() ) 248 { 249 if( ( SID_REHEARSE_TIMINGS != rReq.GetSlot() ) ) 250 xPresentation->start(); 251 else 252 xPresentation->rehearseTimings(); 253 } |
254 rReq.Done(); | 254 Cancel(); 255 rReq.Done(); |
255 } 256 break; 257 258 case SID_COLORVIEW: 259 { 260 ::Outliner* pOutl = pOutlinerView->GetOutliner(); 261 sal_uLong nCntrl = pOutl->GetControlWord(); 262 --- 382 unchanged lines hidden --- | 256 } 257 break; 258 259 case SID_COLORVIEW: 260 { 261 ::Outliner* pOutl = pOutlinerView->GetOutliner(); 262 sal_uLong nCntrl = pOutl->GetControlWord(); 263 --- 382 unchanged lines hidden --- |