fuins2.cxx (464f741a) | fuins2.cxx (437a6594) |
---|---|
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 --- 205 unchanged lines hidden (view full) --- 214 215FuInsertOLE::FuInsertOLE(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, 216 SdrModel* pDoc, SfxRequest& rReq) 217 : FuPoor(pViewSh, pWin, pViewP, pDoc, rReq) 218{ 219 if( ! rReq.IsAPI() ) 220 rReq.Done(); 221 | 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 --- 205 unchanged lines hidden (view full) --- 214 215FuInsertOLE::FuInsertOLE(ScTabViewShell* pViewSh, Window* pWin, ScDrawView* pViewP, 216 SdrModel* pDoc, SfxRequest& rReq) 217 : FuPoor(pViewSh, pWin, pViewP, pDoc, rReq) 218{ 219 if( ! rReq.IsAPI() ) 220 rReq.Done(); 221 |
222 //! hier DLL's initalisieren, damit die Factories existieren? | 222 //! hier DLL's initialisieren, damit die Factories existieren? |
223 224 uno::Reference < embed::XEmbeddedObject > xObj; 225 uno::Reference < embed::XStorage > xStorage = comphelper::OStorageHelper::GetTemporaryStorage(); 226 sal_Bool bIsFromFile = sal_False; 227 ::rtl::OUString aName; 228 229 sal_Int64 nAspect = embed::Aspects::MSOLE_CONTENT; 230 ::rtl::OUString aIconMediaType; --- 606 unchanged lines hidden --- | 223 224 uno::Reference < embed::XEmbeddedObject > xObj; 225 uno::Reference < embed::XStorage > xStorage = comphelper::OStorageHelper::GetTemporaryStorage(); 226 sal_Bool bIsFromFile = sal_False; 227 ::rtl::OUString aName; 228 229 sal_Int64 nAspect = embed::Aspects::MSOLE_CONTENT; 230 ::rtl::OUString aIconMediaType; --- 606 unchanged lines hidden --- |