basesh.cxx (69a74367) basesh.cxx (8ef2f12b)
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

--- 633 unchanged lines hidden (view full) ---

642 SwTableFUNC( &rSh, sal_False).UpdateChart();
643 rSh.ClearTblBoxCntnt();
644 rSh.SaveTblBoxCntnt();
645 }
646 }
647 break;
648 case FN_UPDATE_CHARTS:
649 {
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

--- 633 unchanged lines hidden (view full) ---

642 SwTableFUNC( &rSh, sal_False).UpdateChart();
643 rSh.ClearTblBoxCntnt();
644 rSh.SaveTblBoxCntnt();
645 }
646 }
647 break;
648 case FN_UPDATE_CHARTS:
649 {
650 SwWait aWait( *rView.GetDocShell(), sal_True );
650 SwWait aWait( *rView.GetDocShell(), true );
651 rSh.UpdateAllCharts();
652 }
653 break;
654
655 case FN_UPDATE_ALL:
656 {
657 SwView& rTempView = GetView();
658 rSh.EnterStdMode();

--- 88 unchanged lines hidden (view full) ---

747 break;
748
749 const int nSelType = rSh.GetSelectionType();
750 sal_Int8 nGalleryItemType( pGalleryItem->GetType() );
751
752 if ( (!rSh.IsSelFrmMode() || nSelType & nsSelectionType::SEL_GRF) &&
753 nGalleryItemType == com::sun::star::gallery::GalleryItemType::GRAPHIC )
754 {
651 rSh.UpdateAllCharts();
652 }
653 break;
654
655 case FN_UPDATE_ALL:
656 {
657 SwView& rTempView = GetView();
658 rSh.EnterStdMode();

--- 88 unchanged lines hidden (view full) ---

747 break;
748
749 const int nSelType = rSh.GetSelectionType();
750 sal_Int8 nGalleryItemType( pGalleryItem->GetType() );
751
752 if ( (!rSh.IsSelFrmMode() || nSelType & nsSelectionType::SEL_GRF) &&
753 nGalleryItemType == com::sun::star::gallery::GalleryItemType::GRAPHIC )
754 {
755 SwWait aWait( *rView.GetDocShell(), sal_True );
755 SwWait aWait( *rView.GetDocShell(), true );
756
757 String aGrfName, aFltName;
758 const Graphic aGrf( pGalleryItem->GetGraphic() );
759
760 if( pGalleryItem->IsLink() )
761 {
762 // Verknuepft
763 aGrfName = pGalleryItem->GetURL();

--- 2195 unchanged lines hidden ---
756
757 String aGrfName, aFltName;
758 const Graphic aGrf( pGalleryItem->GetGraphic() );
759
760 if( pGalleryItem->IsLink() )
761 {
762 // Verknuepft
763 aGrfName = pGalleryItem->GetURL();

--- 2195 unchanged lines hidden ---