Home
last modified time | relevance | path

Searched refs:bLayout (Results 1 – 21 of 21) sorted by relevance

/trunk/main/vcl/source/control/
H A Dtabctrl.cxx756 if( bLayout ) in ImplDrawItem()
855 if( ! bLayout && !bNativeOK ) in ImplDrawItem()
900 if( bLayout ) in ImplDrawItem()
1060 if( ! bLayout ) in ImplPaint()
1130 if( ! bLayout ) in ImplPaint()
1134 if( ! bLayout ) in ImplPaint()
1141 if( ! bLayout ) in ImplPaint()
1144 if( ! bLayout ) in ImplPaint()
1226 if( bLayout || !aClipRgn.IsEmpty() ) in ImplPaint()
1231 if ( !bLayout && HasFocus() ) in ImplPaint()
[all …]
H A Dbutton.cxx1026 if( ! bLayout ) in ImplDrawPushButtonContent()
1050 if ( IsSymbol() && ! bLayout ) in ImplDrawPushButtonContent()
1092 void PushButton::ImplDrawPushButton( bool bLayout ) in ImplDrawPushButton() argument
1094 if( !bLayout ) in ImplDrawPushButton()
1245 if( ! bLayout && bRollOver ) in ImplDrawPushButton()
1254 if( ! bLayout ) in ImplDrawPushButton()
1261 if( ! bLayout && HasFocus() ) in ImplDrawPushButton()
2430 if( !bLayout ) in ImplDrawRadioButton()
3495 void CheckBox::ImplDrawCheckBox( bool bLayout ) in ImplDrawCheckBox() argument
3501 if( !bLayout ) in ImplDrawCheckBox()
[all …]
H A Dilstbox.cxx1792 if( ! bLayout ) in ImplPaint()
1910 if( bLayout ) in DrawEntry()
1932 if( !bLayout ) in DrawEntry()
1966 if ( mbHasFocusRect && ! bLayout ) in ImplDoPaint()
1978 ImplPaint( i, sal_False, bLayout ); in ImplDoPaint()
1987 if( HasFocus() && bShowFocusRect && !bLayout ) in ImplDoPaint()
2866 void ImplWin::ImplDraw( bool bLayout ) in ImplDraw() argument
2872 if( ! bLayout ) in ImplDraw()
2980 if( bDrawImage && bImage && !bLayout ) in DrawEntry()
3027 if ( bDrawImage && bImage && !bLayout ) in DrawEntry()
[all …]
H A Dgroup.cxx131 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 Dfixed.cxx493 void FixedLine::ImplDraw( bool bLayout ) in ImplDraw() argument
498 MetricVector* pVector = bLayout ? &mpControlData->mpLayoutData->m_aUnicodeBoundRects : NULL; in ImplDraw()
499 String* pDisplayText = bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL; in ImplDraw()
H A Dedit.cxx498 void Edit::ImplRepaint( xub_StrLen nStart, xub_StrLen nEnd, bool bLayout ) in ImplRepaint() argument
525 if( bLayout ) in ImplRepaint()
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx58 … 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 Dtabctrl.hxx79 … ImplDrawItem( ImplTabItem* pItem, const Rectangle& rCurRect, bool bLayout = false, bool bFi…
80 SAL_DLLPRIVATE void ImplPaint( const Rectangle& rRect, bool bLayout = false );
H A Dgroup.hxx44 const Point& rPos, const Size& rSize, bool bLayout = false );
H A Dfixed.hxx88 SAL_DLLPRIVATE void ImplDraw( bool bLayout = false );
H A Dedit.hxx97 …id ImplRepaint( xub_StrLen nStart = 0, xub_StrLen nEnd = STRING_LEN, bool bLayout = false );
H A Dmenu.hxx182 …, MenuItemData* pThisDataOnly = 0, sal_Bool bHighlighted = sal_False, bool bLayout = false ) const;
H A Dtoolbox.hxx261 …nPos, sal_Bool bHighlight = sal_False, sal_Bool bPaint = sal_False, sal_Bool bLayout = sal_False );
/trunk/main/vcl/inc/
H A Dilstbox.hxx270 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 );
/trunk/main/sw/source/core/inc/
H A Dflyfrm.hxx112 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()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3439 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()
3758 if( bLayout ) in ImplDrawItem()
[all …]
H A Dmenu.cxx2665 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()
2911 if( bLayout ) in ImplPaint()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dpvlaydlg.cxx353 …bool bLayout = (rSourceWindow.GetType() == PIVOTFIELDTYPE_ROW) && ((aDataFieldNames.size() > 1) ||… in NotifyDoubleClick() local
356 … this, RID_SCDLG_PIVOTSUBT, *mxDlgDPObject, *pLabelData, *pFuncData, aDataFieldNames, bLayout ) ); in NotifyDoubleClick()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx622 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()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx110 bLayout( sal_False ), in SwFlyFrm()
2934 if (bInCnt || bLayout)//Incorrect anchor type... in IsPageNumberingFrm()
H A Dflylay.cxx550 bLayout = sal_True; in SwFlyLayFrm()

Completed in 177 milliseconds