ctredlin.cxx (f6e50924) | ctredlin.cxx (9b8096d0) |
---|---|
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 --- 1331 unchanged lines hidden (view full) --- 1340 RowEnableHdl(&aCbComment); 1341 } 1342} 1343void SvxTPFilter::Disable( bool bChild) 1344{ 1345 Enable( false, bChild ); 1346} 1347 | 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 --- 1331 unchanged lines hidden (view full) --- 1340 RowEnableHdl(&aCbComment); 1341 } 1342} 1343void SvxTPFilter::Disable( bool bChild) 1344{ 1345 Enable( false, bChild ); 1346} 1347 |
1348//IAccessibility2 Implementation 2009----- 1349void SvxTPFilter::SetAccessibleRelationMemberOf( Window* pWin ) 1350{ 1351 aCbDate.SetAccessibleRelationMemberOf(pWin); 1352 aLbDate.SetAccessibleRelationMemberOf(pWin); 1353 aDfDate.SetAccessibleRelationMemberOf(pWin); 1354 aTfDate.SetAccessibleRelationMemberOf(pWin); 1355 aIbClock.SetAccessibleRelationMemberOf(pWin); 1356 aFtDate2.SetAccessibleRelationMemberOf(pWin); 1357 aDfDate2.SetAccessibleRelationMemberOf(pWin); 1358 aTfDate2.SetAccessibleRelationMemberOf(pWin); 1359 aIbClock2.SetAccessibleRelationMemberOf(pWin); 1360 aCbAuthor.SetAccessibleRelationMemberOf(pWin); 1361 aLbAuthor.SetAccessibleRelationMemberOf(pWin); 1362 aCbRange.SetAccessibleRelationMemberOf(pWin); 1363 aEdRange.SetAccessibleRelationMemberOf(pWin); 1364 aBtnRange.SetAccessibleRelationMemberOf(pWin); 1365 aLbAction.SetAccessibleRelationMemberOf(pWin); 1366 aCbComment.SetAccessibleRelationMemberOf(pWin); 1367 aEdComment.SetAccessibleRelationMemberOf(pWin); 1368} 1369//-----IAccessibility2 Implementation 2009 1370 |
|
1348IMPL_LINK( SvxTPFilter, ModifyDate, void*,pTF) 1349{ 1350 1351 Date aDate; 1352 Time aTime(0); 1353 if(&aDfDate==pTF) 1354 { 1355 if(aDfDate.GetText().Len()==0) --- 190 unchanged lines hidden --- | 1371IMPL_LINK( SvxTPFilter, ModifyDate, void*,pTF) 1372{ 1373 1374 Date aDate; 1375 Time aTime(0); 1376 if(&aDfDate==pTF) 1377 { 1378 if(aDfDate.GetText().Len()==0) --- 190 unchanged lines hidden --- |