| viewling.cxx (870262e3) | viewling.cxx (b1bc2d97) |
|---|---|
| 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 --- 954 unchanged lines hidden (view full) --- 963 964IMPL_LINK( SwFieldDialog, MyListBoxHandler, ListBox *, pBox ) 965{ 966// printf("### DROP DOWN SELECT... IsTravelSelect=%i\n", pBox->IsTravelSelect()); 967 if (pBox->IsTravelSelect()) { 968 return 0; 969 } else { 970 this->selection=pBox->GetSelectEntryPos(); | 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 --- 954 unchanged lines hidden (view full) --- 963 964IMPL_LINK( SwFieldDialog, MyListBoxHandler, ListBox *, pBox ) 965{ 966// printf("### DROP DOWN SELECT... IsTravelSelect=%i\n", pBox->IsTravelSelect()); 967 if (pBox->IsTravelSelect()) { 968 return 0; 969 } else { 970 this->selection=pBox->GetSelectEntryPos(); |
| 971 EndDialog(9); //@TODO have meaningfull returns... | 971 EndDialog(9); //@TODO have meaningful returns... |
| 972 return 1; 973 } 974} 975 976 977sal_Bool SwView::ExecFieldPopup( const Point& rPt, IFieldmark *fieldBM ) 978{ 979 sal_Bool bRet = sal_False; --- 22 unchanged lines hidden --- | 972 return 1; 973 } 974} 975 976 977sal_Bool SwView::ExecFieldPopup( const Point& rPt, IFieldmark *fieldBM ) 978{ 979 sal_Bool bRet = sal_False; --- 22 unchanged lines hidden --- |