/aoo4110/main/xmloff/source/text/ |
H A D | XMLRedlineExport.cxx | 344 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 D | XMLChangeImportContext.cxx | 47 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 D | XMLRedlineExport.hxx | 145 sal_Bool bStart); /// start or end of text entity (e.g. paragraph)? 152 sal_Bool bStart); 159 sal_Bool bStart);
|
/aoo4110/main/i18npool/source/characterclassification/ |
H A D | cclass_unicode_parser.cxx | 632 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 …]
|
/aoo4110/main/connectivity/source/drivers/file/ |
H A D | quotedstring.cxx | 43 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()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | edtdd.cxx | 101 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()
|
/aoo4110/main/editeng/source/misc/ |
H A D | splwrap.cxx | 162 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()
|
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | CwsDataExchangeImpl.java | 83 boolean bStart = false; in getModules() 89 bStart = true; in getModules() 94 bStart = false; in getModules() 97 if (bStart && line.length() > 1) in getModules()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | findfrm.cxx | 1632 const SwCellFrm& SwCellFrm::FindStartEndOfRowSpanCell( bool bStart, bool bCurrentTableOnly ) const in FindStartEndOfRowSpanCell() argument 1638 if ( !bStart && pTableFrm->IsFollow() && pTableFrm->IsInHeadline( *this ) ) in FindStartEndOfRowSpanCell() 1642 ( bStart && GetTabBox()->getRowSpan() < 1 || in FindStartEndOfRowSpanCell() 1643 !bStart && GetLayoutRowSpan() > 1 ), in FindStartEndOfRowSpanCell() 1654 const bool bDoNotEnterHeadline = bStart && pTableFrm->IsFollow() && in FindStartEndOfRowSpanCell() 1660 while ( bStart ? pCurrentRow->GetPrev() : pCurrentRow->GetNext() ) in FindStartEndOfRowSpanCell() 1662 if ( bStart ) in FindStartEndOfRowSpanCell() 1681 const SwTableBox& rMasterBox = bStart ? in FindStartEndOfRowSpanCell() 1704 ( (bStart && pMasterTable->IsAnFollow(pTableFrm)) || in FindStartEndOfRowSpanCell() 1705 (!bStart && pTableFrm->IsAnFollow(pMasterTable)) ) ) in FindStartEndOfRowSpanCell()
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | fusel2.cxx | 92 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()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoredline.cxx | 195 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()
|
/aoo4110/main/qadevOOo/tests/java/ifc/text/ |
H A D | _XTextCursor.java | 197 boolean bStart = false; in _gotoStart() 201 bStart = !oObj.goLeft(n, false) ; in _gotoStart() 203 tRes.tested("gotoStart()", bStart ); in _gotoStart()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | shapeimport.cxx | 76 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()
|
/aoo4110/main/l10ntools/source/ |
H A D | lngmerge.cxx | 124 sal_Bool bStart = true; in CreateSDF() local 137 if( bStart ){ in CreateSDF() 138 bStart = false; in CreateSDF()
|
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_dialog2.hxx | 75 virtual void showProgress( bool bStart ) = 0; 150 virtual void showProgress( bool bStart ); 223 virtual void showProgress( bool bStart );
|
H A D | dp_gui_dialog2.cxx | 1008 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()
|
/aoo4110/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 4303 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 …]
|
/aoo4110/main/svx/inc/svx/ |
H A D | dlgctrl.hxx | 442 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…
|
/aoo4110/main/sw/source/ui/lingu/ |
H A D | hyp.cxx | 61 sal_Bool bStart, sal_Bool bOther, sal_Bool bSelect ) : in SwHyphWrapper() argument 62 SvxSpellWrapper( &pVw->GetEditWin(), rxHyph, bStart, bOther ), in SwHyphWrapper()
|
/aoo4110/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 2243 …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()
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | XMLRedlineImportHelper.hxx | 107 sal_Bool bStart, /// start or end Range 124 sal_Bool bStart,
|
H A D | xmltexti.hxx | 117 sal_Bool bStart, /// start or end Cursor 120 sal_Bool bStart);
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 266 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()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | undobj.cxx | 1323 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()
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/ |
H A D | TextActionDialog.java | 140 private int GetSelection (boolean bStart) in GetSelection() argument 142 if (bStart ^ maIndexToggle.isSelected()) in GetSelection()
|