fmslots.sdi (db240f72) fmslots.sdi (a8f4084d)
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

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

547 [
548 ExecMethod = ExecuteTextAttribute;
549 StateMethod = GetTextAttributeState;
550 ]
551
552 /**** <HACK> ****/
553 // the following is a slight hack. Problem is that the form shell needs to translate
554 // slot names/args into URL dispatch names/args. For this, the SfxSlotPool is used
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

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

547 [
548 ExecMethod = ExecuteTextAttribute;
549 StateMethod = GetTextAttributeState;
550 ]
551
552 /**** <HACK> ****/
553 // the following is a slight hack. Problem is that the form shell needs to translate
554 // slot names/args into URL dispatch names/args. For this, the SfxSlotPool is used
555 // - it provides convinient methods for this. However, the "pool" is not really a
555 // - it provides convenient methods for this. However, the "pool" is not really a
556 // "pool" - it only knows slots, if there is a shell on the dispatcher stack which
557 // which is responsible for this slot.
558 // So, we declare the form shell as responsible for the following slots.
559 SID_ATTR_CHAR_CJK_FONT
560 [
561 ExecMethod = ExecuteTextAttribute;
562 StateMethod = GetTextAttributeState;
563 ]

--- 203 unchanged lines hidden ---
556 // "pool" - it only knows slots, if there is a shell on the dispatcher stack which
557 // which is responsible for this slot.
558 // So, we declare the form shell as responsible for the following slots.
559 SID_ATTR_CHAR_CJK_FONT
560 [
561 ExecMethod = ExecuteTextAttribute;
562 StateMethod = GetTextAttributeState;
563 ]

--- 203 unchanged lines hidden ---