fuline.cxx (79aad27f) fuline.cxx (d5370dc8)
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

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

94 SfxAbstractTabDialog * pDlg = pFact ? pFact->CreateSvxLineTabDialog(NULL,pNewAttr,mpDoc,pObj,bHasMarked) : 0;
95 if( pDlg && (pDlg->Execute() == RET_OK) )
96 {
97 mpView->SetAttributes (*(pDlg->GetOutputItemSet ()));
98 }
99
100 // Attribute wurden geaendert, Listboxes in Objectbars muessen aktualisiert werden
101 static sal_uInt16 SidArray[] = {
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

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

94 SfxAbstractTabDialog * pDlg = pFact ? pFact->CreateSvxLineTabDialog(NULL,pNewAttr,mpDoc,pObj,bHasMarked) : 0;
95 if( pDlg && (pDlg->Execute() == RET_OK) )
96 {
97 mpView->SetAttributes (*(pDlg->GetOutputItemSet ()));
98 }
99
100 // Attribute wurden geaendert, Listboxes in Objectbars muessen aktualisiert werden
101 static sal_uInt16 SidArray[] = {
102 SID_ATTR_LINE_STYLE,
103 SID_ATTR_LINE_DASH,
104 SID_ATTR_LINE_WIDTH,
105 SID_ATTR_LINE_COLOR,
106 0 };
102 SID_ATTR_LINE_STYLE, // ( SID_SVX_START + 169 )
103 SID_ATTR_LINE_DASH, // ( SID_SVX_START + 170 )
104 SID_ATTR_LINE_WIDTH, // ( SID_SVX_START + 171 )
105 SID_ATTR_LINE_COLOR, // ( SID_SVX_START + 172 )
106 SID_ATTR_LINE_START, // ( SID_SVX_START + 173 )
107 SID_ATTR_LINE_END, // ( SID_SVX_START + 174 )
108 SID_ATTR_LINE_TRANSPARENCE, // (SID_SVX_START+1107)
109 SID_ATTR_LINE_JOINT, // (SID_SVX_START+1110)
110 SID_ATTR_LINE_CAP, // (SID_SVX_START+1111)
111 0 };
107
108 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArray );
109
110 delete pDlg;
111 delete pNewAttr;
112 }
113
114 rReq.Ignore ();

--- 12 unchanged lines hidden ---
112
113 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArray );
114
115 delete pDlg;
116 delete pNewAttr;
117 }
118
119 rReq.Ignore ();

--- 12 unchanged lines hidden ---