toolboxcontroller.cxx (5900e8ec) toolboxcontroller.cxx (dccf82be)
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

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

227 if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Frame") ))
228 m_xFrame.set(aPropValue.Value,UNO_QUERY);
229 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("CommandURL") ))
230 aPropValue.Value >>= m_aCommandURL;
231 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ServiceManager") ))
232 m_xServiceManager.set(aPropValue.Value,UNO_QUERY);
233 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ParentWindow") ))
234 m_pImpl->m_xParentWindow.set(aPropValue.Value,UNO_QUERY);
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

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

227 if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("Frame") ))
228 m_xFrame.set(aPropValue.Value,UNO_QUERY);
229 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("CommandURL") ))
230 aPropValue.Value >>= m_aCommandURL;
231 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ServiceManager") ))
232 m_xServiceManager.set(aPropValue.Value,UNO_QUERY);
233 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ParentWindow") ))
234 m_pImpl->m_xParentWindow.set(aPropValue.Value,UNO_QUERY);
235 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ModuleName" ) ) )
235 else if ( aPropValue.Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("ModuleIdentifier" ) ) )
236 aPropValue.Value >>= m_pImpl->m_sModuleName;
237 }
238 }
239
240 try
241 {
242 if ( !m_pImpl->m_xUrlTransformer.is() && m_xServiceManager.is() )
243 m_pImpl->m_xUrlTransformer.set( m_xServiceManager->createInstance(

--- 636 unchanged lines hidden ---
236 aPropValue.Value >>= m_pImpl->m_sModuleName;
237 }
238 }
239
240 try
241 {
242 if ( !m_pImpl->m_xUrlTransformer.is() && m_xServiceManager.is() )
243 m_pImpl->m_xUrlTransformer.set( m_xServiceManager->createInstance(

--- 636 unchanged lines hidden ---