viewcoll.cxx (efeef26f) viewcoll.cxx (870262e3)
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

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

46{
47 const SfxItemSet* pArgs = rReq.GetArgs();
48 const SfxPoolItem* pItem = 0;
49 sal_uInt16 nWhich = rReq.GetSlot();
50 switch( nWhich )
51 {
52 case FN_SET_PAGE:
53 {
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

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

46{
47 const SfxItemSet* pArgs = rReq.GetArgs();
48 const SfxPoolItem* pItem = 0;
49 sal_uInt16 nWhich = rReq.GetSlot();
50 switch( nWhich )
51 {
52 case FN_SET_PAGE:
53 {
54 DBG_ASSERT(!this, "Not implemented");
54 DBG_ASSERT(sal_False, "Not implemented");
55 }
56 break;
57 case FN_SET_PAGE_STYLE:
58 {
59 if( pArgs )
60 {
61 if (pArgs &&
62 SFX_ITEM_SET == pArgs->GetItemState( nWhich , sal_True, &pItem ))

--- 32 unchanged lines hidden ---
55 }
56 break;
57 case FN_SET_PAGE_STYLE:
58 {
59 if( pArgs )
60 {
61 if (pArgs &&
62 SFX_ITEM_SET == pArgs->GetItemState( nWhich , sal_True, &pItem ))

--- 32 unchanged lines hidden ---