Searched refs:bBackward (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/svl/source/items/ |
H A D | srchitem.cxx | 124 bBackward ( sal_False ), in SvxSearchItem() 133 bBackward = aOpt.IsBackwards(); in SvxSearchItem() 205 bBackward ( rItem.bBackward ), in SvxSearchItem() 247 ( bBackward == rSItem.bBackward ) && in operator ==() 447 aSeq[7].Value <<= bBackward; in QueryValue() 468 rVal <<= (sal_Bool) bBackward; break; in QueryValue() 568 if ( ( aSeq[i].Value >>= bBackward ) == sal_True ) in PutValue() 603 bRet = (rVal >>= bBackward); break; in PutValue()
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbafind.cxx | 211 sal_Bool bBackward = sal_False; in getForward() local 212 …>getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchBackwards") ) ) >>= bBackward; in getForward() 213 return !bBackward; in getForward() 218 sal_Bool bBackward = !_forward; in setForward() local 219 …alue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchBackwards") ), uno::makeAny( bBackward ) ); in setForward()
|
/aoo41x/main/svl/inc/svl/ |
H A D | srchitem.hxx | 76 sal_Bool bBackward; // Suche Rueckwaerts member in SvxSearchItem 116 sal_Bool GetBackward() const { return bBackward; } in GetBackward() 117 void SetBackward(sal_Bool bNewBackward) { bBackward = bNewBackward; } in SetBackward()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editundo.hxx | 77 sal_Bool bBackward; member in EditUndoConnectParas 83 const SfxStyleSheet* pLeftStyle, const SfxStyleSheet* pRightStyle, sal_Bool bBackward );
|
H A D | editundo.cxx | 270 bBackward = bBkwrd; in EditUndoConnectParas() 310 EditPaM aPaM = GetImpEditEngine()->ConnectContents( nNode, bBackward ); in Redo()
|
H A D | impedit.hxx | 571 …EditPaM ImpConnectParagraphs( ContentNode* pLeft, ContentNode* pRight, sal_Bool bBackward = sal… 592 EditPaM ConnectContents( sal_uInt16 nLeftNode, sal_Bool bBackward );
|
H A D | impedit2.cxx | 2296 … ImpEditEngine::ImpConnectParagraphs( ContentNode* pLeft, ContentNode* pRight, sal_Bool bBackward ) in ImpConnectParagraphs() argument 2324 pLeft->GetStyleSheet(), pRight->GetStyleSheet(), bBackward ) ); in ImpConnectParagraphs() 2328 if ( bBackward ) in ImpConnectParagraphs()
|
H A D | impedit3.cxx | 3854 EditPaM ImpEditEngine::ConnectContents( sal_uInt16 nLeftNode, sal_Bool bBackward ) in ConnectContents() argument 3861 return ImpConnectParagraphs( pLeftNode, pRightNode, bBackward ); in ConnectContents()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewsrch.cxx | 81 SwSearchOptions( SwWrtShell* pSh, sal_Bool bBackward ); 653 SwSearchOptions::SwSearchOptions( SwWrtShell* pSh, sal_Bool bBackward ) in SwSearchOptions() argument 656 if( bBackward ) in SwSearchOptions()
|
H A D | viewmdi.cxx | 503 sal_Bool bBackward = pSrchItem->GetBackward(); in IMPL_STATIC_LINK() local 509 pSrchItem->SetBackward(bBackward); in IMPL_STATIC_LINK()
|
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | ww8struc.hxx | 433 …sal_Bool bBackward : 1;// for a vertical table cell, text flow is bottom to top when 1 and is bot… member
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8struc.hxx | 460 …sal_uInt8 bBackward : 1;// for a vertical table cell, text flow is bottom to top when 1 and i… member
|
H A D | ww8par2.cxx | 1301 pAktTC->bBackward = ( ( aBits1 & 0x0008 ) != 0 ); in ReadDef() 1323 if(pTCs[k].bBackward) in ReadDef()
|
Completed in 453 milliseconds