/aoo4110/main/offapi/com/sun/star/text/ |
H A D | XTextTableCursor.idl | 65 @param bExpand 71 [in] boolean bExpand ); 80 @param bExpand 84 [in] boolean bExpand ); 93 @param bExpand 97 [in] boolean bExpand ); 106 @param bExpand 110 [in] boolean bExpand ); 119 @param bExpand 129 @param bExpand [all …]
|
H A D | XTextCursor.idl | 66 @param bExpand 80 [in] boolean bExpand ); 89 @param bExpand 103 [in] boolean bExpand ); 109 void gotoStart( [in] boolean bExpand ); 115 void gotoEnd( [in] boolean bExpand ); 122 [in] boolean bExpand );
|
H A D | XParagraphCursor.idl | 62 boolean gotoStartOfParagraph( [in] boolean bExpand ); 73 boolean gotoEndOfParagraph( [in] boolean bExpand ); 83 boolean gotoNextParagraph( [in] boolean bExpand ); 93 boolean gotoPreviousParagraph( [in] boolean bExpand );
|
H A D | XWordCursor.idl | 65 boolean gotoNextWord( [in] boolean bExpand ); 79 boolean gotoPreviousWord( [in] boolean bExpand ); 90 boolean gotoEndOfWord( [in] boolean bExpand ); 101 boolean gotoStartOfWord( [in] boolean bExpand );
|
/aoo4110/main/offapi/com/sun/star/view/ |
H A D | XViewCursor.idl | 51 @param bExpand 59 boolean goDown( [in] short nCount, [in] boolean bExpand ); 67 @param bExpand 74 boolean goUp( [in] short nCount, [in] boolean bExpand ); 82 @param bExpand 89 boolean goLeft( [in] short nCount, [in] boolean bExpand ); 97 @param bExpand 104 boolean goRight( [in] short nCount, [in] boolean bExpand );
|
H A D | XLineCursor.idl | 58 @param bExpand 62 void gotoEndOfLine( [in] boolean bExpand ); 67 @param bExpand 71 void gotoStartOfLine( [in] boolean bExpand );
|
/aoo4110/main/editeng/source/uno/ |
H A D | unotext2.cxx | 608 sal_Bool SAL_CALL SvxUnoTextCursor::goLeft( sal_Int16 nCount, sal_Bool bExpand ) in goLeft() argument 612 return GoLeft( nCount, bExpand ); in goLeft() 615 sal_Bool SAL_CALL SvxUnoTextCursor::goRight( sal_Int16 nCount, sal_Bool bExpand ) in goRight() argument 619 return GoRight( nCount, bExpand ); in goRight() 622 void SAL_CALL SvxUnoTextCursor::gotoStart( sal_Bool bExpand ) in gotoStart() argument 626 GotoStart( bExpand ); in gotoStart() 629 void SAL_CALL SvxUnoTextCursor::gotoEnd( sal_Bool bExpand ) in gotoEnd() argument 633 GotoEnd( bExpand ); in gotoEnd() 636 …L SvxUnoTextCursor::gotoRange( const uno::Reference< text::XTextRange >& xRange, sal_Bool bExpand ) in gotoRange() argument 648 if( bExpand ) in gotoRange()
|
/aoo4110/main/sw/inc/ |
H A D | unotextcursor.hxx | 283 virtual sal_Bool SAL_CALL goLeft(sal_Int16 nCount, sal_Bool bExpand) 285 virtual sal_Bool SAL_CALL goRight(sal_Int16 nCount, sal_Bool bExpand) 287 virtual void SAL_CALL gotoStart(sal_Bool bExpand) 289 virtual void SAL_CALL gotoEnd(sal_Bool bExpand) 294 sal_Bool bExpand) 302 virtual sal_Bool SAL_CALL gotoNextWord(sal_Bool bExpand) 304 virtual sal_Bool SAL_CALL gotoPreviousWord(sal_Bool bExpand) 306 virtual sal_Bool SAL_CALL gotoEndOfWord(sal_Bool bExpand) 308 virtual sal_Bool SAL_CALL gotoStartOfWord(sal_Bool bExpand)
|
H A D | unotbl.hxx | 249 …virtual sal_Bool SAL_CALL gotoCellByName( const ::rtl::OUString& aCellName, sal_Bool bExpand ) thr… 250 …virtual sal_Bool SAL_CALL goLeft( sal_Int16 nCount, sal_Bool bExpand ) throw(::com::sun::star::uno… 251 …virtual sal_Bool SAL_CALL goRight( sal_Int16 nCount, sal_Bool bExpand ) throw(::com::sun::star::un… 252 …virtual sal_Bool SAL_CALL goUp( sal_Int16 nCount, sal_Bool bExpand ) throw(::com::sun::star::uno::… 253 …virtual sal_Bool SAL_CALL goDown( sal_Int16 nCount, sal_Bool bExpand ) throw(::com::sun::star::uno… 254 …virtual void SAL_CALL gotoStart( sal_Bool bExpand ) throw(::com::sun::star::uno::RuntimeException); 255 … virtual void SAL_CALL gotoEnd( sal_Bool bExpand ) throw(::com::sun::star::uno::RuntimeException);
|
/aoo4110/main/sw/source/ui/uno/ |
H A D | unotxvw.cxx | 1358 sal_Bool bExpand) in gotoRange() argument 1376 if(!bExpand || in gotoRange() 1451 if(bExpand && in gotoRange() 1460 if(bExpand) in gotoRange() 1508 m_pView->GetWrtShell().SttDoc( bExpand ); in gotoStart() 1516 void SwXTextViewCursor::gotoEnd(sal_Bool bExpand) throw( uno::RuntimeException ) in gotoEnd() argument 1524 m_pView->GetWrtShell().EndDoc( bExpand ); in gotoEnd() 1983 bRet = m_pView->GetWrtShell().Down( bExpand, 1, sal_True ); in goDown() 2002 bRet = m_pView->GetWrtShell().Up( bExpand, 1, sal_True ); in goUp() 2055 m_pView->GetWrtShell().RightMargin(bExpand, sal_True); in gotoEndOfLine() [all …]
|
/aoo4110/main/toolkit/source/layout/vcl/ |
H A D | wcontainer.cxx | 193 void Box::Add( Window *window, bool bExpand, bool bFill, sal_Int32 nPadding) in Add() argument 202 setProps( xChild, bExpand, bFill, nPadding ); in Add() 205 void Box::Add( Container *pContainer, bool bExpand, bool bFill, sal_Int32 nPadding) in Add() argument 213 setProps( xChild, bExpand, bFill, nPadding ); in Add() 217 bool bExpand, bool bFill, sal_Int32 nPadding ) in setProps() argument 223 uno::Any( bExpand ) ); in setProps()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | unotxvw.hxx | 196 …virtual sal_Bool SAL_CALL goLeft( sal_Int16 nCount, sal_Bool bExpand ) throw(::com::sun::star::uno… 197 …virtual sal_Bool SAL_CALL goRight( sal_Int16 nCount, sal_Bool bExpand ) throw(::com::sun::star::un… 198 …virtual void SAL_CALL gotoStart( sal_Bool bExpand ) throw(::com::sun::star::uno::RuntimeException); 199 … virtual void SAL_CALL gotoEnd( sal_Bool bExpand ) throw(::com::sun::star::uno::RuntimeException); 200 …::uno::Reference< ::com::sun::star::text::XTextRange >& xRange, sal_Bool bExpand ) throw(::com::su… 224 …virtual sal_Bool SAL_CALL goDown(sal_Int16 nCount, sal_Bool bExpand) throw( ::com::sun::star::uno:… 225 …virtual sal_Bool SAL_CALL goUp(sal_Int16 nCount, sal_Bool bExpand) throw( ::com::sun::star::uno::R… 232 …virtual void SAL_CALL gotoEndOfLine(sal_Bool bExpand) throw( ::com::sun::star::uno::RuntimeExcepti… 233 …virtual void SAL_CALL gotoStartOfLine(sal_Bool bExpand) throw( ::com::sun::star::uno::RuntimeExcep…
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | XUsedAreaCursor.idl | 51 @param bExpand 55 void gotoStartOfUsedArea( [in] boolean bExpand ); 61 @param bExpand 65 void gotoEndOfUsedArea( [in] boolean bExpand );
|
/aoo4110/main/editeng/source/outliner/ |
H A D | outlundo.cxx | 186 sal_Bool bExpand = sal_False; in Restore() local 189 bExpand = sal_True; in Restore() 193 if( bExpand ) in Restore() 203 if( bExpand ) in Restore()
|
H A D | outlvw.cxx | 928 …d OutlinerView::ImplExpandOrCollaps( sal_uInt16 nStartPara, sal_uInt16 nEndPara, sal_Bool bExpand ) in ImplExpandOrCollaps() argument 937 pOwner->UndoActionStart( bExpand ? OLUNDO_EXPAND : OLUNDO_COLLAPSE ); in ImplExpandOrCollaps() 942 sal_Bool bDone = bExpand ? pOwner->Expand( pPara ) : pOwner->Collapse( pPara ); in ImplExpandOrCollaps() 951 pOwner->UndoActionEnd( bExpand ? OLUNDO_EXPAND : OLUNDO_COLLAPSE ); in ImplExpandOrCollaps()
|
/aoo4110/main/sw/source/core/text/ |
H A D | porhyph.hxx | 68 sal_Bool bExpand; member in SwSoftHyphPortion 79 inline void SetExpand( const sal_Bool bNew ) { bExpand = bNew; } in SetExpand() 80 sal_Bool IsExpand() const { return bExpand; } in IsExpand()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | refupdat.cxx | 281 sal_Bool bExpand = pDoc->IsExpandRefs(); in Update() local 285 sal_Bool bExp = (bExpand && IsExpand( theCol1, theCol2, nCol1, nDx )); in Update() 304 sal_Bool bExp = (bExpand && IsExpand( theRow1, theRow2, nRow1, nDy )); in Update() 325 sal_Bool bExp = (bExpand && IsExpand( theTab1, theTab2, nTab1, nDz )); in Update() 511 sal_Bool bExpand = pDoc->IsExpandRefs(); in Update() local 539 sal_Bool bExp = (bExpand && !bInDeleteUndo && IsExpand( rRef.Ref1.nCol, in Update() 581 sal_Bool bExp = (bExpand && !bInDeleteUndo && IsExpand( rRef.Ref1.nRow, in Update() 623 sal_Bool bExp = (bExpand && !bInDeleteUndo && IsExpand( rRef.Ref1.nTab, in Update()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | cursuno.cxx | 251 void SAL_CALL ScCellCursorObj::gotoStartOfUsedArea( sal_Bool bExpand ) in gotoStartOfUsedArea() argument 273 if (!bExpand) in gotoStartOfUsedArea() 279 void SAL_CALL ScCellCursorObj::gotoEndOfUsedArea( sal_Bool bExpand ) in gotoEndOfUsedArea() argument 301 if (!bExpand) in gotoEndOfUsedArea()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | navsett.hxx | 43 … SetExpanded( sal_uInt16 nIndex, sal_Bool bExpand ) { maExpandedVec[ nIndex ] = bExpan… in SetExpanded() argument
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | seleng.hxx | 159 void ExpandSelectionOnMouseMove( sal_Bool bExpand = sal_True ) in ExpandSelectionOnMouseMove() argument 161 if( bExpand ) in ExpandSelectionOnMouseMove()
|
/aoo4110/main/sc/inc/ |
H A D | cursuno.hxx | 57 virtual void SAL_CALL gotoStartOfUsedArea( sal_Bool bExpand ) 59 virtual void SAL_CALL gotoEndOfUsedArea( sal_Bool bExpand )
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterPaneBorderPainter.cxx | 163 const bool bExpand, 731 const bool bExpand, in PaintBitmap() argument 764 if (bExpand) in PaintBitmap() 779 if (bExpand) in PaintBitmap()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docfld.cxx | 1949 sal_Bool bExpand = sal_False; in ChangeDBFields() local 1967 bExpand = sal_True; in ChangeDBFields() 1977 bExpand = sal_True; in ChangeDBFields() 1987 bExpand = sal_True; in ChangeDBFields() 1995 bExpand = sal_True; in ChangeDBFields() 2004 bExpand = sal_True; in ChangeDBFields() 2008 if (bExpand) in ChangeDBFields()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 253 sal_Bool bExpand = !pBox->GetSttNd() && nDepth>0; in ShouldExpandSub() local 254 if( bExpand && bExpandedBefore ) in ShouldExpandSub() 262 bExpand = bBorders; in ShouldExpandSub() 265 return bExpand; in ShouldExpandSub()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | unotext.hxx | 651 …virtual sal_Bool SAL_CALL goLeft( sal_Int16 nCount, sal_Bool bExpand ) throw(::com::sun::star::uno… 652 …virtual sal_Bool SAL_CALL goRight( sal_Int16 nCount, sal_Bool bExpand ) throw(::com::sun::star::un… 653 …virtual void SAL_CALL gotoStart( sal_Bool bExpand ) throw(::com::sun::star::uno::RuntimeException); 654 … virtual void SAL_CALL gotoEnd( sal_Bool bExpand ) throw(::com::sun::star::uno::RuntimeException); 655 …::uno::Reference< ::com::sun::star::text::XTextRange >& xRange, sal_Bool bExpand ) throw(::com::su…
|