dbinsdlg.cxx (efeef26f) | dbinsdlg.cxx (8ef2f12b) |
---|---|
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 --- 1209 unchanged lines hidden (view full) --- 1218 { 1219 if ( !xResultSet->next() ) 1220 break; 1221 } 1222 else if( i+1 >= rSelection.getLength() ) 1223 break; 1224 1225 if( 10 == i ) | 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 --- 1209 unchanged lines hidden (view full) --- 1218 { 1219 if ( !xResultSet->next() ) 1220 break; 1221 } 1222 else if( i+1 >= rSelection.getLength() ) 1223 break; 1224 1225 if( 10 == i ) |
1226 pWait = ::std::auto_ptr<SwWait>(new SwWait( *pView->GetDocShell(), sal_True )); | 1226 pWait = ::std::auto_ptr<SwWait>(new SwWait( *pView->GetDocShell(), true )); |
1227 } 1228 1229 rSh.MoveTable( GetfnTableCurr(), GetfnTableStart() ); 1230 if( !pSelection && ( pTblSet || pTAutoFmt )) 1231 { 1232 if( pTblSet ) 1233 SetTabSet(); 1234 --- 215 unchanged lines hidden (view full) --- 1450 1451 if( aRbAsField.IsChecked() ) 1452 rSh.Insert( aNxtDBFld ); 1453 1454 if( !rSh.IsSttPara() ) 1455 rSh.SwEditShell::SplitNode(); 1456 1457 if( 10 == i ) | 1227 } 1228 1229 rSh.MoveTable( GetfnTableCurr(), GetfnTableStart() ); 1230 if( !pSelection && ( pTblSet || pTAutoFmt )) 1231 { 1232 if( pTblSet ) 1233 SetTabSet(); 1234 --- 215 unchanged lines hidden (view full) --- 1450 1451 if( aRbAsField.IsChecked() ) 1452 rSh.Insert( aNxtDBFld ); 1453 1454 if( !rSh.IsSttPara() ) 1455 rSh.SwEditShell::SplitNode(); 1456 1457 if( 10 == i ) |
1458 pWait = ::std::auto_ptr<SwWait>(new SwWait( *pView->GetDocShell(), sal_True )); | 1458 pWait = ::std::auto_ptr<SwWait>(new SwWait( *pView->GetDocShell(), true )); |
1459 } 1460 1461 if( !bSetCrsr && pMark != NULL) 1462 { 1463 rSh.SetMark(); 1464 rSh.GotoMark( pMark ); 1465 rSh.getIDocumentMarkAccess()->deleteMark( pMark ); 1466 break; --- 475 unchanged lines hidden --- | 1459 } 1460 1461 if( !bSetCrsr && pMark != NULL) 1462 { 1463 rSh.SetMark(); 1464 rSh.GotoMark( pMark ); 1465 rSh.getIDocumentMarkAccess()->deleteMark( pMark ); 1466 break; --- 475 unchanged lines hidden --- |