content.cxx (4d7c9de0) | content.cxx (90386390) |
---|---|
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 --- 883 unchanged lines hidden (view full) --- 892 bDocChgdInDragging(sal_False), 893 bIsInternalDrag(sal_False), 894 bIsRoot(sal_False), 895 bIsIdleClear(sal_False), 896 bIsLastReadOnly(sal_False), 897 bIsOutlineMoveable(sal_True), 898 bViewHasChanged(sal_False), 899 bIsImageListInitialized(sal_False), | 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 --- 883 unchanged lines hidden (view full) --- 892 bDocChgdInDragging(sal_False), 893 bIsInternalDrag(sal_False), 894 bIsRoot(sal_False), 895 bIsIdleClear(sal_False), 896 bIsLastReadOnly(sal_False), 897 bIsOutlineMoveable(sal_True), 898 bViewHasChanged(sal_False), 899 bIsImageListInitialized(sal_False), |
900 bIsKeySpace(sal_False){ | 900 bIsKeySpace(sal_False) 901{ |
901 sal_uInt16 i; 902 903 SetHelpId(HID_NAVIGATOR_TREELIST); 904 905 SetNodeDefaultImages(); 906 SetDoubleClickHdl(LINK(this, SwContentTree, ContentDoubleClickHdl)); 907 SetDragDropMode(SV_DRAGDROP_APP_COPY); 908 for( i = 0; i < CONTENT_TYPE_MAX; i++) --- 2704 unchanged lines hidden --- | 902 sal_uInt16 i; 903 904 SetHelpId(HID_NAVIGATOR_TREELIST); 905 906 SetNodeDefaultImages(); 907 SetDoubleClickHdl(LINK(this, SwContentTree, ContentDoubleClickHdl)); 908 SetDragDropMode(SV_DRAGDROP_APP_COPY); 909 for( i = 0; i < CONTENT_TYPE_MAX; i++) --- 2704 unchanged lines hidden --- |