Home
last modified time | relevance | path

Searched refs:bLeft (Results 1 – 25 of 76) sorted by last modified time

1234

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3061 sal_Bool bLeft, sal_Bool bTop, long nSize ) in ImplDrawToolArrow() argument
3067 if ( bLeft ) in ImplDrawToolArrow()
3156 sal_Bool bLeft, sal_Bool bTop, long nSize ) in SetToolArrowClipregion() argument
3160 if ( bLeft ) in SetToolArrowClipregion()
3374 sal_Bool bLeft = sal_False; in ImplDrawNext() local
3378 bLeft = sal_True; in ImplDrawNext()
3393 ImplDrawToolArrow( this, nX, nY, sal_True, sal_False, bLeft, bTop, 10 ); in ImplDrawNext()
H A Dsplitwin.cxx2032 if( bLeft ) in ImplDrawFadeArrow()
2058 if( bLeft ) in ImplDrawFadeArrow()
2141 sal_Bool bLeft; in ImplDrawFadeIn() local
2143 bLeft = sal_False; in ImplDrawFadeIn()
2145 bLeft = sal_True; in ImplDrawFadeIn()
2149 bLeft = sal_True; in ImplDrawFadeIn()
2151 bLeft = sal_True; in ImplDrawFadeIn()
2170 sal_Bool bLeft; in ImplDrawFadeOut() local
2172 bLeft = sal_True; in ImplDrawFadeOut()
2176 bLeft = sal_True; in ImplDrawFadeOut()
[all …]
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx924 sal_Bool bLeft = pBtn == &aLeftPB; in IMPL_LINK() local
929 if(bLeft) in IMPL_LINK()
H A Dswuiidxmrk.cxx1693 sal_Bool bLeft = sal_True; in SwCreateAuthEntryDlg_Impl() local
1708 pFixedTexts[nIndex]->SetPosPixel(bLeft ? aTL1 : aTL2); in SwCreateAuthEntryDlg_Impl()
1727 pTypeListBox->SetPosPixel(bLeft ? aTR1 : aTR2); in SwCreateAuthEntryDlg_Impl()
1756 pIdentifierBox->SetPosPixel(bLeft ? aTR1 : aTR2); in SwCreateAuthEntryDlg_Impl()
1766 pEdits[nIndex]->SetPosPixel(bLeft ? aTR1 : aTR2); in SwCreateAuthEntryDlg_Impl()
1781 if(bLeft) in SwCreateAuthEntryDlg_Impl()
1791 bLeft = !bLeft; in SwCreateAuthEntryDlg_Impl()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5137 sal_Bool bLeft = aGrid.Top() >= aInter.Top(); in PaintGrid() local
5139 sal_Bool bBorder = bLeft || bRight; in PaintGrid()
5164 if( bLeft ) in PaintGrid()
5185 if( bLeft ) in PaintGrid()
5222 if( bLeft ) in PaintGrid()
5243 if( bLeft ) in PaintGrid()
5270 sal_Bool bBorder = bLeft || bRight; in PaintGrid()
5295 if( bLeft ) in PaintGrid()
5316 if( bLeft ) in PaintGrid()
5352 if( bLeft ) in PaintGrid()
[all …]
/trunk/main/sc/source/ui/sidebar/
H A DCellBorderUpdater.cxx44 void CellBorderUpdater::UpdateCellBorder(bool bTop, bool bBot, bool bLeft, bool bRight, Image aImg,… in UpdateCellBorder() argument
74 if(bLeft) in UpdateCellBorder()
H A DCellBorderUpdater.hxx39 …void UpdateCellBorder(bool bTop, bool bBot, bool bLeft, bool bRight, Image aImg, bool bVer, bool b…
H A DCellAppearancePropertyPanel.cxx606 bool bLeft(false), bRight(false), bTop(false), bBottom(false); in NotifyItemUpdate() local
617 bLeft = true; in NotifyItemUpdate()
629 …mpCellBorderUpdater->UpdateCellBorder(bTop, bBottom, bLeft, bRight, maIMGCellBorder, mbVer, mbHor); in NotifyItemUpdate()
631 …mpCellBorderUpdater->UpdateCellBorder(bTop, bBottom, bRight, bLeft, maIMGCellBorder, mbVer, mbHor); in NotifyItemUpdate()
633 if(mbVer || mbHor || bLeft || bRight || bTop || bBottom) in NotifyItemUpdate()
/trunk/main/sw/source/core/text/
H A Dtxtfld.cxx484 const sal_Bool bLeft = SVX_ADJUST_LEFT == rNumFmt.GetNumAdjust(); in NewNumberPortion() local
501 bLeft, bCenter, nMinDist, in NewNumberPortion()
568 bLeft, bCenter, nMinDist, in NewNumberPortion()
613 bLeft, bCenter, nMinDist, in NewNumberPortion()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4594 sal_Bool bLeft = ( ( nFlags & NAME_LEFT ) != 0 ); in CreateNames() local
4605 if ( bLeft ) in CreateNames()
4619 if ( bLeft ) in CreateNames()
4629 if ( bTop && bLeft ) in CreateNames()
4633 if ( bBottom && bLeft ) in CreateNames()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx1701 sal_Bool bLeft; in IsLeft() local
1703 bLeft = sal_True; in IsLeft()
1705 bLeft = sal_False; in IsLeft()
1707 bLeft = (nPageNo & 1) != 0; in IsLeft()
1708 return bLeft; in IsLeft()
1760 sal_Bool bLeft = IsLeft(nPageNo) && !rParam.bShared; in PrintHF() local
1761 const ScPageHFItem* pHFItem = bLeft ? rParam.pLeft : rParam.pRight; in PrintHF()
1887 pLocationData->AddHeaderFooter( aHeaderRect, bHeader, bLeft ); in PrintHF()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx1249 bool bLeft = eType == SectionPropertyMap::PAGE_LEFT; in PushPageHeader() local
1250 if( bLeft ) in PushPageHeader()
1255 …xPageStyle->getPropertyValue(rPropNameSupplier.GetName( bLeft ? PROP_HEADER_TEXT_LEFT : PROP_HEADE… in PushPageHeader()
1288 bool bLeft = eType == SectionPropertyMap::PAGE_LEFT; in PushPageFooter() local
1289 if( bLeft ) in PushPageFooter()
1293 …xPageStyle->getPropertyValue(rPropNameSupplier.GetName( bLeft ? PROP_FOOTER_TEXT_LEFT : PROP_FOOTE… in PushPageFooter()
/trunk/main/xmloff/source/text/
H A DXMLTextMasterPageContext.cxx191 sal_Bool bInsert = sal_False, bFooter = sal_False, bLeft = sal_False; in CreateChildContext() local
210 bInsert = bLeft = sal_True; in CreateChildContext()
214 bInsert = bFooter = bLeft = sal_True; in CreateChildContext()
222 bFooter, bLeft ); in CreateChildContext()
238 const sal_Bool bLeft ) in CreateHeaderFooterContext() argument
245 bFooter, bLeft ); in CreateHeaderFooterContext()
H A DXMLTextHeaderFooterContext.cxx68 bLeft( bLft ) in XMLTextHeaderFooterContext()
70 if( bLeft ) in XMLTextHeaderFooterContext()
114 if( bLeft ) in CreateChildContext()
184 else if( !bLeft ) in EndElement()
/trunk/main/xmloff/inc/xmloff/
H A DXMLTextMasterPageContext.hxx83 const sal_Bool bLeft );
/trunk/main/xmloff/inc/
H A DXMLTextHeaderFooterContext.hxx49 sal_Bool bLeft : 1; member in XMLTextHeaderFooterContext
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DExtendedFormat.java53 private byte bLeft; // Left border style field in ExtendedFormat
165 bLeft = (byte) 0xFF; in ExtendedFormat()
332 bLeft = (byte) input.read(); in read()
347 " bLeft : " + bLeft + in read()
371 output.write(bLeft); in write()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx899 bool bLeft = false; in drawPolygon() local
904 bLeft = true; in drawPolygon()
908 if( bLeft && ! bRight ) in drawPolygon()
910 if( bLeft && bRight ) in drawPolygon()
/trunk/main/vcl/unx/generic/app/
H A Di18n_status.cxx226 bool bLeft = aPosEvent.mbVertical; in updatePosition() local
232 aRet.X() = x + aPosEvent.mnX + (bLeft in updatePosition()
239 aRet.X() = x + aPosEvent.mnX + (bLeft ? -m_aWindowSize.Width() : 0); in updatePosition()
243 m_bAnchoredAtRight = bLeft; in updatePosition()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx828 int SalLayout::CalcAsianKerning( sal_UCS4 c, bool bLeft, bool /*TODO:? bVertical*/ ) in CalcAsianKerning() argument
846 nResult = bLeft ? -1 : +1; // 25% left and right in CalcAsianKerning()
850 nResult = bLeft ? -1 : +1; // 25% left/right/top/bottom in CalcAsianKerning()
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx332 … sal_Bool bLeft = sal_False, sal_Bool bTop = sal_False,
335 … sal_Bool bLeft = sal_False, sal_Bool bTop = sal_False,
H A Dsplitwin.hxx128 SAL_DLLPRIVATE void ImplDrawGrip( const Rectangle& rRect, sal_Bool bHorz, sal_Bool bLeft );
129 SAL_DLLPRIVATE void ImplDrawFadeArrow( const Point& rPt, sal_Bool bHorz, sal_Bool bLeft );
/trunk/main/vcl/inc/
H A Dsallayout.hxx208 static int CalcAsianKerning( sal_UCS4, bool bLeft, bool bVertical );
/trunk/main/sw/source/ui/utlui/
H A Dshdwcrsr.cxx59 void SwShadowCursor::DrawTri( const Point& rPt, long nHeight, sal_Bool bLeft ) in DrawTri() argument
65 Point aPt1( (bLeft ? rPt.X() - 3 : rPt.X() + 3), in DrawTri()
69 long nDiff = bLeft ? -1 : 1; in DrawTri()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx227 sal_Bool bLeft = rSh.Left( CRSR_SKIP_CHARS, sal_True, 1, sal_False ); in ExecDelete() local
228 if( bLeft ) in ExecDelete()

Completed in 287 milliseconds

1234