wrtsh.hxx (dec99bbd) | wrtsh.hxx (52f1c2ee) |
---|---|
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 --- 298 unchanged lines hidden (view full) --- 307 sal_Bool bRule = sal_False ); 308 309 void InsertByWord( const String & ); 310 void InsertPageBreak(const String *pPageDesc = 0, sal_uInt16 nPgNum = 0 ); 311 void InsertLineBreak(); 312 void InsertColumnBreak(); 313 void InsertFootnote(const String &, sal_Bool bEndNote = sal_False, sal_Bool bEdit = sal_True ); 314 void SplitNode( sal_Bool bAutoFormat = sal_False, sal_Bool bCheckTableStart = sal_True ); | 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 --- 298 unchanged lines hidden (view full) --- 307 sal_Bool bRule = sal_False ); 308 309 void InsertByWord( const String & ); 310 void InsertPageBreak(const String *pPageDesc = 0, sal_uInt16 nPgNum = 0 ); 311 void InsertLineBreak(); 312 void InsertColumnBreak(); 313 void InsertFootnote(const String &, sal_Bool bEndNote = sal_False, sal_Bool bEdit = sal_True ); 314 void SplitNode( sal_Bool bAutoFormat = sal_False, sal_Bool bCheckTableStart = sal_True ); |
315 sal_Bool CanInsert(); | 315 bool CanInsert(); |
316 317 // Verzeichnisse 318 void InsertTableOf(const SwTOXBase& rTOX, const SfxItemSet* pSet = 0); 319 sal_Bool UpdateTableOf(const SwTOXBase& rTOX, const SfxItemSet* pSet = 0); 320 321 // Numerierung und Bullets 322 /** 323 Turns on numbering or bullets. --- 269 unchanged lines hidden (view full) --- 593 //nach SSize/Move eines Frames Update; Point ist Destination. 594 SW_DLLPRIVATE long UpdateLayoutFrm(const Point *, sal_Bool bProp=sal_False ); 595 596 SW_DLLPRIVATE long SttLeaveSelect(const Point *, sal_Bool bProp=sal_False ); 597 SW_DLLPRIVATE long AddLeaveSelect(const Point *, sal_Bool bProp=sal_False ); 598 SW_DLLPRIVATE long Ignore(const Point *, sal_Bool bProp=sal_False ); 599 600 SW_DLLPRIVATE void LeaveExtSel() { bSelWrd = bSelLn = sal_False;} | 316 317 // Verzeichnisse 318 void InsertTableOf(const SwTOXBase& rTOX, const SfxItemSet* pSet = 0); 319 sal_Bool UpdateTableOf(const SwTOXBase& rTOX, const SfxItemSet* pSet = 0); 320 321 // Numerierung und Bullets 322 /** 323 Turns on numbering or bullets. --- 269 unchanged lines hidden (view full) --- 593 //nach SSize/Move eines Frames Update; Point ist Destination. 594 SW_DLLPRIVATE long UpdateLayoutFrm(const Point *, sal_Bool bProp=sal_False ); 595 596 SW_DLLPRIVATE long SttLeaveSelect(const Point *, sal_Bool bProp=sal_False ); 597 SW_DLLPRIVATE long AddLeaveSelect(const Point *, sal_Bool bProp=sal_False ); 598 SW_DLLPRIVATE long Ignore(const Point *, sal_Bool bProp=sal_False ); 599 600 SW_DLLPRIVATE void LeaveExtSel() { bSelWrd = bSelLn = sal_False;} |
601 SW_DLLPRIVATE sal_Bool _CanInsert(); | 601 SW_DLLPRIVATE bool _CanInsert(); |
602 603 SW_DLLPRIVATE sal_Bool GoStart(sal_Bool KeepArea = sal_False, sal_Bool * = 0, 604 sal_Bool bSelect = sal_False, sal_Bool bDontMoveRegion = sal_False); 605 SW_DLLPRIVATE sal_Bool GoEnd(sal_Bool KeepArea = sal_False, sal_Bool * = 0); 606 607 enum BookMarkMove 608 { 609 BOOKMARK_INDEX, --- 39 unchanged lines hidden --- | 602 603 SW_DLLPRIVATE sal_Bool GoStart(sal_Bool KeepArea = sal_False, sal_Bool * = 0, 604 sal_Bool bSelect = sal_False, sal_Bool bDontMoveRegion = sal_False); 605 SW_DLLPRIVATE sal_Bool GoEnd(sal_Bool KeepArea = sal_False, sal_Bool * = 0); 606 607 enum BookMarkMove 608 { 609 BOOKMARK_INDEX, --- 39 unchanged lines hidden --- |