dwfunctr.cxx (1b1b70fb) dwfunctr.cxx (4847afeb)
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

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

113{
114 FreeResource();
115 InitLRUList();
116 SetStyle(GetStyle()|WB_CLIPCHILDREN);
117
118 aTimer.SetTimeout(200);
119 aTimer.SetTimeoutHdl(LINK( this, ScFunctionDockWin, TimerHdl));
120
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

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

113{
114 FreeResource();
115 InitLRUList();
116 SetStyle(GetStyle()|WB_CLIPCHILDREN);
117
118 aTimer.SetTimeout(200);
119 aTimer.SetTimeoutHdl(LINK( this, ScFunctionDockWin, TimerHdl));
120
121 eSfxNewAlignment=GetAlignment();
121 if (pCW != NULL)
122 eSfxNewAlignment=GetAlignment();
123 else
124 eSfxNewAlignment=SFX_ALIGN_RIGHT;
122 eSfxOldAlignment=eSfxNewAlignment;
123 aFiFuncDesc.SetUpdateMode(sal_True);
124 pAllFuncList=&aFuncList;
125 aDDFuncList.Disable();
126 aDDFuncList.Hide();
127 nArgs=0;
128 nDockMode=0;
129 bSizeFlag=sal_False;

--- 1055 unchanged lines hidden ---
125 eSfxOldAlignment=eSfxNewAlignment;
126 aFiFuncDesc.SetUpdateMode(sal_True);
127 pAllFuncList=&aFuncList;
128 aDDFuncList.Disable();
129 aDDFuncList.Hide();
130 nArgs=0;
131 nDockMode=0;
132 bSizeFlag=sal_False;

--- 1055 unchanged lines hidden ---