dbnamdlg.hxx (38d50f7b) | dbnamdlg.hxx (0deba7fb) |
---|---|
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 --- 86 unchanged lines hidden (view full) --- 95 ScViewData* pViewData; 96 ScDocument* pDoc; 97 sal_Bool bRefInputMode; 98 ScAddress::Details aAddrDetails; 99 100 ScDBCollection aLocalDbCol; 101 ScRange theCurArea; 102 List aRemoveList; | 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 --- 86 unchanged lines hidden (view full) --- 95 ScViewData* pViewData; 96 ScDocument* pDoc; 97 sal_Bool bRefInputMode; 98 ScAddress::Details aAddrDetails; 99 100 ScDBCollection aLocalDbCol; 101 ScRange theCurArea; 102 List aRemoveList; |
103 //IAccessibility2 Implementation 2009----- 104 Timer SynFocusTimer; 105 DECL_LINK( FocusToComoboxHdl, Timer* ); 106 //-----IAccessibility2 Implementation 2009 |
|
103 104#ifdef _DBNAMDLG_CXX 105private: 106 void Init(); 107 void UpdateNames(); 108 void UpdateDBData( const String& rStrName ); 109 void SetInfoStrings( const ScDBData* pDBData ); 110 --- 13 unchanged lines hidden --- | 107 108#ifdef _DBNAMDLG_CXX 109private: 110 void Init(); 111 void UpdateNames(); 112 void UpdateDBData( const String& rStrName ); 113 void SetInfoStrings( const ScDBData* pDBData ); 114 --- 13 unchanged lines hidden --- |