Home
last modified time | relevance | path

Searched refs:bStart (Results 1 – 25 of 92) sorted by last modified time

1234

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3896 void ToolBox::ImplFloatControl( sal_Bool bStart, FloatingWindow* pFloatWindow ) in ImplFloatControl() argument
3900 if ( bStart ) in ImplFloatControl()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1030 …aM ImpEditEngine::CursorVisualStartEnd( EditView* pEditView, const EditPaM& rPaM, sal_Bool bStart ) in CursorVisualStartEnd() argument
1056 sal_uInt16 nVisPos = bStart ? 0 : aLine.Len()-1; in CursorVisualStartEnd()
1070 if ( bStart ) in CursorVisualStartEnd()
H A Dimpedit.hxx616 …tPaM CursorVisualStartEnd( EditView* pEditView, const EditPaM& rPaM, sal_Bool bStart );
H A Deditdbg.cxx566 sal_Bool CheckOrderedList( CharAttribArray& rAttribs, sal_Bool bStart ) in CheckOrderedList() argument
572 sal_uInt16 nCur = bStart ? pAttr->GetStart() : pAttr->GetEnd(); in CheckOrderedList()
H A Deditdoc.hxx784 sal_Bool CheckOrderedList( CharAttribArray& rAttribs, sal_Bool bStart );
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx2117 void WinSalFrame::StartPresentation( sal_Bool bStart ) in StartPresentation() argument
2119 if ( mbPresentation == bStart ) in StartPresentation()
2122 mbPresentation = bStart; in StartPresentation()
2125 if ( bStart ) in StartPresentation()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx1110 void MSWord_SdrAttrIter::SetCharSet(const EECharAttrib& rAttr, bool bStart) in SetCharSet() argument
1126 if( bStart ) in SetCharSet()
H A Dwrtw8nds.cxx204 void OutSwFmtRefMark(const SwFmtRefMark& rAttr, bool bStart);
/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx862 sal_Bool bStart = mpImpl->RemoveLineBreakCount( nStartIndex ); in getTextRange() local
864 if ( bStart ) in getTextRange()
875 if ( bStart && bEnd && ( nStartIndex == nEndIndex) ) in getTextRange()
924 if ( bStart ) in getTextRange()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx3578 sal_Bool bStart = (*(sal_Bool*)rPropSet->getPropertyValue(sIsStart).getValue()); in exportRuby() local
3583 if (bStart) in exportRuby()
3596 if (bStart) in exportRuby()
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 DXMLRedlineExport.hxx145 sal_Bool bStart); /// start or end of text entity (e.g. paragraph)?
152 sal_Bool bStart);
159 sal_Bool bStart);
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()
/trunk/main/l10ntools/source/
H A Dexport.cxx2534 if( !bStart ){ in Push()
2537 bStart = true; in Push()
2620 bStart( false ) , in ParserQueue()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx3111 const bool bStart, in AddAnnotationPosition() argument
3128 if ( bStart ) in AddAnnotationPosition()
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx755 void UpdateHandler::startThrobber( bool bStart ) in startThrobber() argument
762 if ( bStart ) in startThrobber()
770 xWindow->setVisible( bStart ); in startThrobber()
/trunk/main/sw/source/core/unocore/
H A Dunoport.cxx377 sal_Bool bStart = sal_True, bPut = sal_True; in GetPropertyValue() local
394 bStart = sal_False; in GetPropertyValue()
400 rVal.setValue(&bStart, ::getBooleanCppuType()); in GetPropertyValue()
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx1258 void ToolbarLayoutManager::implts_setToolbarCreation( bool bStart ) in implts_setToolbarCreation() argument
1261 m_bToolbarCreation = bStart; in implts_setToolbarCreation()
H A Dtoolbarlayoutmanager.hxx285 void implts_setToolbarCreation( bool bStart = true );
/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/svx/source/dialog/
H A Ddlgctrl.cxx1996 void LineEndLB::Fill( const XLineEndListSharedPtr aList, bool bStart ) in Fill() argument
2013 aVD.GetBitmap( bStart ? Point() : Point( aBmpSize.Width() / 2, 0 ), in Fill()
2027 void LineEndLB::Append( const XLineEndEntry& rEntry, const Bitmap& rBitmap, bool bStart ) in Append() argument
2038 …aVD.GetBitmap(bStart ? Point() : Point(aBmpSize.Width() / 2, 0 ), Size(aBmpSize.Width() / 2, aBmpS… in Append()
2050 …neEndLB::Modify( const XLineEndEntry& rEntry, sal_uInt16 nPos, const Bitmap& rBitmap, bool bStart ) in Modify() argument
2063 …aVD.GetBitmap(bStart ? Point() : Point( aBmpSize.Width() / 2, 0 ), Size( aBmpSize.Width() / 2, aBm… in Modify()
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx121 sal_Bool bStart, sal_Bool bOther, sal_Bool bSelection ) : in SwHHCWrapper() argument
137 bIsStart = bStart; in SwHHCWrapper()
142 bStartDone = bOther || bStart; in SwHHCWrapper()
/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/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/xmloff/inc/xmloff/
H A Dshapeimport.hxx388 sal_Bool bStart,

Completed in 287 milliseconds

1234