Home
last modified time | relevance | path

Searched refs:bStart (Results 1 – 25 of 92) sorted by relevance

1234

/trunk/main/xmloff/source/text/
H A DXMLRedlineExport.cxx344 sal_Bool bStart = sal_True; // ignored if bCollapsed = sal_True in ExportChangeInline() local
352 bStart = *(sal_Bool *)aAny.getValue(); in ExportChangeInline()
353 eElement = bStart ? XML_CHANGE_START : XML_CHANGE_END; in ExportChangeInline()
558 sal_Bool bStart) in ExportStartOrEndRedline() argument
567 aAny = rPropSet->getPropertyValue(bStart ? sStartRedline : sEndRedline); in ExportStartOrEndRedline()
625 sal_Bool bStart) in ExportStartOrEndRedline() argument
630 ExportStartOrEndRedline(xPropSet, bStart); in ExportStartOrEndRedline()
640 sal_Bool bStart) in ExportStartOrEndRedline() argument
645 ExportStartOrEndRedline(xPropSet, bStart); in ExportStartOrEndRedline()
H A DXMLChangeImportContext.cxx47 sal_Bool bStart, in XMLChangeImportContext() argument
51 bIsStart(bStart), in XMLChangeImportContext()
55 DBG_ASSERT(bStart || bEnd, "Must be either start, end, or both!"); in XMLChangeImportContext()
H A DXMLRedlineExport.hxx145 sal_Bool bStart); /// start or end of text entity (e.g. paragraph)?
152 sal_Bool bStart);
159 sal_Bool bStart);
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx632 bool bStart = (eState == ssGetChar || eState == ssGetWordFirstChar || in getFlagsExtended() local
634 sal_Int32 nTypes = (bStart ? nStartTypes : nContTypes); in getFlagsExtended()
641 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
645 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
649 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
653 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
659 if (bStart) in getFlagsExtended()
664 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
668 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
672 (bStart ? TOKEN_CHAR_WORD : TOKEN_WORD) : in getFlagsExtended()
[all …]
/trunk/main/sw/source/ui/docvw/
H A Dedtdd.cxx101 sal_Bool bStart = sal_False, bDelSelect = sal_False; in StartDrag() local
107 bStart = sal_True; in StartDrag()
114 bStart = sal_True; in StartDrag()
121 bStart = bDelSelect = sal_True; in StartDrag()
128 bStart = rSh.GetContentAtPos( aDocPos, in StartDrag()
133 if ( bStart && !bIsInDrag ) in StartDrag()
/trunk/main/editeng/source/misc/
H A Dsplwrap.cxx162 const sal_Bool bStart, const sal_Bool bIsAllRight, in SvxSpellWrapper() argument
182 bStartDone = bOther || ( !bReverse && bStart ); in SvxSpellWrapper()
183 bEndDone = bReverse && bStart && !bOther; in SvxSpellWrapper()
190 const sal_Bool bStart, const sal_Bool bOther ) : in SvxSpellWrapper() argument
199 bStartDone ( bOther || ( !bReverse && bStart ) ), in SvxSpellWrapper()
200 bEndDone ( bReverse && bStart && !bOther ), in SvxSpellWrapper()
/trunk/main/sw/source/core/layout/
H A Dfindfrm.cxx1645 const SwCellFrm& SwCellFrm::FindStartEndOfRowSpanCell( bool bStart, bool bCurrentTableOnly ) const in FindStartEndOfRowSpanCell() argument
1651 if ( !bStart && pTableFrm->IsFollow() && pTableFrm->IsInHeadline( *this ) ) in FindStartEndOfRowSpanCell()
1655 ( bStart && GetTabBox()->getRowSpan() < 1 || in FindStartEndOfRowSpanCell()
1656 !bStart && GetLayoutRowSpan() > 1 ), in FindStartEndOfRowSpanCell()
1667 const bool bDoNotEnterHeadline = bStart && pTableFrm->IsFollow() && in FindStartEndOfRowSpanCell()
1673 while ( bStart ? pCurrentRow->GetPrev() : pCurrentRow->GetNext() ) in FindStartEndOfRowSpanCell()
1675 if ( bStart ) in FindStartEndOfRowSpanCell()
1694 const SwTableBox& rMasterBox = bStart ? in FindStartEndOfRowSpanCell()
1717 ( (bStart && pMasterTable->IsAnFollow(pTableFrm)) || in FindStartEndOfRowSpanCell()
1718 (!bStart && pTableFrm->IsAnFollow(pMasterTable)) ) ) in FindStartEndOfRowSpanCell()
/trunk/main/connectivity/source/drivers/file/
H A Dquotedstring.cxx43 sal_Bool bStart = sal_True; // Stehen wir auf dem ersten Zeichen im Token? in GetTokenCount() local
50 if (bStart) in GetTokenCount()
52 bStart = sal_False; in GetTokenCount()
84 bStart = sal_True; in GetTokenCount()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DCwsDataExchangeImpl.java83 boolean bStart = false; in getModules()
89 bStart = true; in getModules()
94 bStart = false; in getModules()
97 if (bStart && line.length() > 1) in getModules()
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel2.cxx92 sal_Bool bStart = ( Diff( rPos,aLineStart ) > Diff( rPos,aLineEnd ) ); in TestDetective() local
94 bStart = sal_False; in TestDetective()
96 bStart = sal_True; in TestDetective()
100 if ( bStart ) in TestDetective()
/trunk/main/sw/source/core/unocore/
H A Dunoredline.cxx195 uno::Reference< text::XText > xParent, sal_Bool bStart) : in SwXRedlinePortion() argument
196 SwXTextPortion(pPortionCrsr, xParent, bStart ? PORTION_REDLINE_START : PORTION_REDLINE_END), in SwXRedlinePortion()
510 sal_Bool bStart = rPropertyName.equalsAsciiL(SW_PROP_NAME(UNO_NAME_REDLINE_START)); in getPropertyValue() local
511 if(bStart || in getPropertyValue()
516 if(!bStart && pRedline->HasMark()) in getPropertyValue()
539 if(bStart || !pRedline->HasMark()) in getPropertyValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XTextCursor.java197 boolean bStart = false; in _gotoStart()
201 bStart = !oObj.goLeft(n, false) ; in _gotoStart()
203 tRes.tested("gotoStart()", bStart ); in _gotoStart()
/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx76 sal_Bool bStart; member
1263 sal_Bool bStart, in addShapeConnection() argument
1269 aHint.bStart = bStart; in addShapeConnection()
1308 xConnector->setPropertyValue( rHint.bStart ? msStartShape : msEndShape, aAny ); in restoreConnections()
1312 … xConnector->setPropertyValue( rHint.bStart ? msStartGluePointIndex : msEndGluePointIndex, aAny ); in restoreConnections()
/trunk/main/l10ntools/source/
H A Dlngmerge.cxx124 sal_Bool bStart = true; in CreateSDF() local
137 if( bStart ){ in CreateSDF()
138 bStart = false; in CreateSDF()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx4303 bStart = false; in WhereIdx()
4316 bStart = true; in WhereIdx()
4323 *pbStart = bStart; in WhereIdx()
4480 if( bStart ) in AdvSprm()
4598 AdvSprm(nIdx+1,bStart); in AdvNoSprm()
4599 if( bStart ) in AdvNoSprm()
4644 bool bStart; in operator ++() local
4653 AdvSprm( nIdx, bStart ); in operator ++()
4667 bool bStart; in Get() local
4678 if( bStart ) in Get()
[all …]
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.hxx75 virtual void showProgress( bool bStart ) = 0;
150 virtual void showProgress( bool bStart );
223 virtual void showProgress( bool bStart );
H A Ddp_gui_dialog2.cxx1008 bool bStart = _bStart; in showProgress() local
1010 if ( bStart ) in showProgress()
1023 DialogHelper::PostUserEvent( LINK( this, ExtMgrDialog, startProgress ), (void*) bStart ); in showProgress()
1418 bool bStart = _bStart; in showProgress() local
1420 if ( bStart ) in showProgress()
1433 … DialogHelper::PostUserEvent( LINK( this, UpdateRequiredDialog, startProgress ), (void*) bStart ); in showProgress()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx2243 …acheObj( const SwTableBox& rKeyBox, const SwTableBox& rCacheBox, sal_uInt16 nSteps, bool bStart ) : in SwFindRowSpanCacheObj()
2244 mpKeyBox( &rKeyBox ), mpCacheBox( &rCacheBox ), mnSteps( nSteps ), mbStart( bStart ) {} in SwFindRowSpanCacheObj()
2255 …TableBox* FindCachedStartEndOfRowSpan( const SwTableBox& rKeyBox, sal_uInt16 nSteps, bool bStart );
2256 …fRowSpan( const SwTableBox& rKeyBox, const SwTableBox& rCacheBox, sal_uInt16 nSteps, bool bStart );
2278 bool bStart ) in FindCachedStartEndOfRowSpan() argument
2293 aIter->mbStart == bStart ) in FindCachedStartEndOfRowSpan()
2309 bool bStart ) in SetCachedStartEndOfRowSpan() argument
2313 const SwFindRowSpanCacheObj aNew( rKeyBox, rCacheBox, nSteps, bStart ); in SetCachedStartEndOfRowSpan()
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx442 virtual void Fill( const XLineEndListSharedPtr aList, bool bStart = true );
444 void Append( const XLineEndEntry& rEntry, const Bitmap& rBitmap, bool bStart = true );
445 …void Modify( const XLineEndEntry& rEntry, sal_uInt16 nPos, const Bitmap& rBitmap, bool bStart = tr…
/trunk/main/sw/source/ui/lingu/
H A Dhyp.cxx61 sal_Bool bStart, sal_Bool bOther, sal_Bool bSelect ) : in SwHyphWrapper() argument
62 SvxSpellWrapper( &pVw->GetEditWin(), rxHyph, bStart, bOther ), in SwHyphWrapper()
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx266 sal_Bool bStart = bSelection || pWrtShell->IsStartOfDoc(); in StartTextConversion() local
274 bStart, bOther, bSelection ); in StartTextConversion()
491 sal_Bool bStart = bSelection || ( !bOther && pWrtShell->IsStartOfDoc() ); in HyphenateDocument() local
514 SwHyphWrapper aWrap( this, xHyph, bStart, bOther, bSelection ); in HyphenateDocument()
H A Dformatclipboard.cxx560 … sal_Bool bStart = ((SfxBoolItem&)pTemplateItemSet->Get(FN_NUMBER_NEWSTART)).GetValue(); in Paste() local
566 bStart = sal_False; in Paste()
568 rWrtShell.SetNumRuleStart(bStart); in Paste()
/trunk/main/sw/source/core/undo/
H A Dundobj.cxx1323 bool bStart = false; in DenoteSpecialCharacters() local
1332 bStart = true; in DenoteSpecialCharacters()
1338 bStart = true; in DenoteSpecialCharacters()
1341 if (bStart) in DenoteSpecialCharacters()
1346 bStart = false; in DenoteSpecialCharacters()
/trunk/main/sw/source/filter/xml/
H A DXMLRedlineImportHelper.hxx107 sal_Bool bStart, /// start or end Range
124 sal_Bool bStart,
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx4748 bStart = false; in WhereIdx()
4761 bStart = true; in WhereIdx()
4768 *pbStart = bStart; in WhereIdx()
4927 if( bStart ) in AdvSprm()
5045 AdvSprm(nIdx+1,bStart); in AdvNoSprm()
5046 if( bStart ) in AdvNoSprm()
5091 bool bStart; in operator ++() local
5100 AdvSprm( nIdx, bStart ); in operator ++()
5114 bool bStart; in Get() local
5125 if( bStart ) in Get()
[all …]

Completed in 174 milliseconds

1234