| /AOO41X/main/vcl/source/control/ |
| H A D | tabctrl.cxx | 753 void TabControl::ImplDrawItem( ImplTabItem* pItem, const Rectangle& rCurRect, bool bLayout, bool bF… in ImplDrawItem() argument 758 if( bLayout ) in ImplDrawItem() 815 …if( !bLayout && (bNativeOK = IsNativeControlSupported(CTRL_TAB_ITEM, PART_ENTIRE_CONTROL)) == sal_… in ImplDrawItem() 857 if( ! bLayout && !bNativeOK ) in ImplDrawItem() 902 if( bLayout ) in ImplDrawItem() 938 bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL, in ImplDrawItem() 939 bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL in ImplDrawItem() 1060 void TabControl::ImplPaint( const Rectangle& rRect, bool bLayout ) in ImplPaint() argument 1062 if( ! bLayout ) in ImplPaint() 1103 …if( ! bLayout && (bNativeOK = IsNativeControlSupported( CTRL_TAB_PANE, PART_ENTIRE_CONTROL) ) == s… in ImplPaint() [all …]
|
| H A D | button.cxx | 367 Size& rSize, sal_Bool bLayout, in ImplDrawAlignedImage() argument 383 MetricVector *pVector = bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL; in ImplDrawAlignedImage() 384 String *pDisplayText = bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL; in ImplDrawAlignedImage() 971 bool bLayout, in ImplDrawPushButtonContent() argument 1020 ImplDrawAlignedImage( pDev, aPos, aSize, bLayout, nImageSep, in ImplDrawPushButtonContent() 1026 if( ! bLayout ) in ImplDrawPushButtonContent() 1047 ImplDrawAlignedImage( pDev, aPos, aSize, bLayout, nImageSep, nDrawFlags, in ImplDrawPushButtonContent() 1050 if ( IsSymbol() && ! bLayout ) in ImplDrawPushButtonContent() 1057 if ( mnDDStyle == PUSHBUTTON_DROPDOWN_TOOLBOX && !bLayout ) in ImplDrawPushButtonContent() 1092 void PushButton::ImplDrawPushButton( bool bLayout ) in ImplDrawPushButton() argument [all …]
|
| H A D | ilstbox.cxx | 1780 void ImplListBoxWindow::ImplPaint( sal_uInt16 nPos, sal_Bool bErase, bool bLayout ) in ImplPaint() argument 1792 if( ! bLayout ) in ImplPaint() 1826 DrawEntry( nPos, sal_True, sal_True, sal_False, bLayout ); in ImplPaint() 1832 …_uInt16 nPos, sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bool bDrawTextAtImagePos, bool bLayout ) in DrawEntry() argument 1846 if( bDrawImage && mpEntryList->HasImages() && !bLayout ) in DrawEntry() 1890 MetricVector* pVector = bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL; in DrawEntry() 1891 String* pDisplayText = bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL; in DrawEntry() 1910 if( bLayout ) in DrawEntry() 1932 if( !bLayout ) in DrawEntry() 1961 void ImplListBoxWindow::ImplDoPaint( const Rectangle& rRect, bool bLayout ) in ImplDoPaint() argument [all …]
|
| H A D | group.cxx | 131 const Point& rPos, const Size& rSize, bool bLayout ) in ImplDraw() argument 177 if( ! bLayout ) in ImplDraw() 215 MetricVector* pVector = bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL; in ImplDraw() 216 String* pDisplayText = bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL; in ImplDraw()
|
| H A D | fixed.cxx | 493 void FixedLine::ImplDraw( bool bLayout ) in ImplDraw() argument 498 …MetricVector* pVector = bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : N… in ImplDraw() 499 …String* pDisplayText = bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NU… in ImplDraw()
|
| H A D | edit.cxx | 498 void Edit::ImplRepaint( xub_StrLen nStart, xub_StrLen nEnd, bool bLayout ) in ImplRepaint() argument 525 if( bLayout ) in ImplRepaint()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | button.hxx | 58 … sal_Bool bLayout, sal_uLong nImageSep, sal_uLong nDrawFlags, 130 … const Rectangle& rRect, bool bLayout, bool bMenuBtnSep ); 131 SAL_DLLPRIVATE void ImplDrawPushButton( bool bLayout = false ); 309 Rectangle& rMouseRect, bool bLayout = false ); 310 SAL_DLLPRIVATE void ImplDrawRadioButton( bool bLayout = false ); 426 Rectangle& rMouseRect, bool bLayout ); 427 SAL_DLLPRIVATE void ImplDrawCheckBox( bool bLayout = false );
|
| H A D | tabctrl.hxx | 79 … ImplDrawItem( ImplTabItem* pItem, const Rectangle& rCurRect, bool bLayout = false, bool bFi… 80 SAL_DLLPRIVATE void ImplPaint( const Rectangle& rRect, bool bLayout = false );
|
| H A D | group.hxx | 44 const Point& rPos, const Size& rSize, bool bLayout = false );
|
| H A D | fixed.hxx | 88 SAL_DLLPRIVATE void ImplDraw( bool bLayout = false );
|
| H A D | edit.hxx | 97 …id ImplRepaint( xub_StrLen nStart = 0, xub_StrLen nEnd = STRING_LEN, bool bLayout = false );
|
| H A D | menu.hxx | 182 …, MenuItemData* pThisDataOnly = 0, sal_Bool bHighlighted = sal_False, bool bLayout = false ) const;
|
| H A D | toolbox.hxx | 261 …nPos, sal_Bool bHighlight = sal_False, sal_Bool bPaint = sal_False, sal_Bool bLayout = sal_False );
|
| /AOO41X/main/vcl/inc/ |
| H A D | ilstbox.hxx | 270 void ImplPaint( sal_uInt16 nPos, sal_Bool bErase = sal_False, bool bLayout = false ); 271 void ImplDoPaint( const Rectangle& rRect, bool bLayout = false ); 299 …l bDrawImage, sal_Bool bDrawText, sal_Bool bDrawTextAtImagePos = sal_False, bool bLayout = false ); 598 void ImplDraw( bool bLayout = false ); 639 …l bDrawImage, sal_Bool bDrawText, sal_Bool bDrawTextAtImagePos = sal_False, bool bLayout = false );
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | flyfrm.hxx | 112 sal_Bool bLayout :1; // FLY_AT_PAGE, FLY_AT_FLY, at page or at frame member in SwFlyFrm 202 sal_Bool IsFlyFreeFrm() const { return bAtCnt || bLayout; } in IsFlyFreeFrm() 203 sal_Bool IsFlyLayFrm() const { return bLayout; } in IsFlyLayFrm()
|
| /AOO41X/main/vcl/source/window/ |
| H A D | toolbox.cxx | 3424 void ToolBox::ImplDrawItem( sal_uInt16 nPos, sal_Bool bHighlight, sal_Bool bPaint, sal_Bool bLayout… in ImplDrawItem() argument 3439 MetricVector* pVector = bLayout ? &mpData->m_pLayoutData->m_aUnicodeBoundRects : NULL; in ImplDrawItem() 3440 String* pDisplayText = bLayout ? &mpData->m_pLayoutData->m_aDisplayText : NULL; in ImplDrawItem() 3460 if ( !bLayout && in ImplDrawItem() 3518 if( !bLayout ) in ImplDrawItem() 3536 if( bLayout ) in ImplDrawItem() 3549 if ( pMgr && !bLayout) in ImplDrawItem() 3602 if( ! bLayout ) in ImplDrawItem() 3644 if ( bImage && ! bLayout ) in ImplDrawItem() 3747 if ( !bLayout && !bImage && (bHighlight || (pItem->meState == STATE_CHECK) ) ) in ImplDrawItem() [all …]
|
| H A D | menu.cxx | 2638 …t16 nBorder, long nStartY, MenuItemData* pThisItemOnly, sal_Bool bHighlighted, bool bLayout ) const in ImplPaint() 2665 if( bLayout ) in ImplPaint() 2699 if ( !bLayout && !bIsMenuBar && ( pData->eType == MENUITEM_SEPARATOR ) ) in ImplPaint() 2740 if ( !bLayout && !bIsMenuBar && pData->HasCheck() ) in ImplPaint() 2807 …if ( !bLayout && !bIsMenuBar && ( ( pData->eType == MENUITEM_IMAGE ) || ( pData->eType == MENUITEM… in ImplPaint() 2830 MetricVector* pVector = bLayout ? &mpLayoutData->m_aUnicodeBoundRects : NULL; in ImplPaint() 2831 String* pDisplayText = bLayout ? &mpLayoutData->m_aDisplayText : NULL; in ImplPaint() 2832 if( bLayout ) in ImplPaint() 2869 if ( !bLayout && !bIsMenuBar && pData->aAccelKey.GetCode() && !ImplAccelDisabled() ) in ImplPaint() 2882 if ( !bLayout && !bIsMenuBar && pData->pSubMenu ) in ImplPaint() [all …]
|
| /AOO41X/main/sc/source/ui/dbgui/ |
| H A D | pvlaydlg.cxx | 353 …bool bLayout = (rSourceWindow.GetType() == PIVOTFIELDTYPE_ROW) && ((aDataFieldNames.size() > 1) ||… in NotifyDoubleClick() local 356 … this, RID_SCDLG_PIVOTSUBT, *mxDlgDPObject, *pLabelData, *pFuncData, aDataFieldNames, bLayout ) ); in NotifyDoubleClick()
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | tblrwcl.cxx | 622 const sal_Bool bLayout = !IsNewModel() && in _InsertRow() local 625 if ( bLayout ) in _InsertRow() 667 if ( bLayout ) in _InsertRow() 744 bool bLayout = 0 != SwIterator<SwTabFrm,SwFmt>::FirstElement( *GetFrmFmt() ); in AppendRow() local 745 if( bLayout ) in AppendRow() 768 if ( bLayout ) in AppendRow()
|
| /AOO41X/main/sw/source/core/layout/ |
| H A D | fly.cxx | 114 bLayout( sal_False ), in SwFlyFrm() 2954 if (bInCnt || bLayout)//Incorrect anchor type... in IsPageNumberingFrm()
|
| H A D | flylay.cxx | 550 bLayout = sal_True; in SwFlyLayFrm()
|