Home
last modified time | relevance | path

Searched refs:bIsStart (Results 1 – 17 of 17) sorted by relevance

/trunk/main/xmloff/source/text/
H A DXMLChangeImportContext.hxx49 sal_Bool bIsStart; member in XMLChangeImportContext
68 sal_Bool bIsStart, /// mark start of a change
H A DXMLChangeImportContext.cxx51 bIsStart(bStart), in XMLChangeImportContext()
83 if (bIsStart) in StartElement()
H A DXMLRedlineExport.cxx581 sal_Bool bIsStart = sal_True; in ExportStartOrEndRedline() local
598 bIsStart = *(sal_Bool*)pValues[i].Value.getValue(); in ExportStartOrEndRedline()
618 ( bIsStart ? XML_CHANGE_START : XML_CHANGE_END ), in ExportStartOrEndRedline()
/trunk/main/sw/inc/
H A Dunoredline.hxx85 sal_Bool bIsStart);
95 …s::PropertyValue > CreateRedlineProperties( const SwRedline& rRedline, sal_Bool bIsStart ) throw();
H A Dhhcwrp.hxx54 sal_Bool bIsStart; member in SwHHCWrapper
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx1502 sal_Bool bIsStart = sal_False; in Spell()
1504 bIsStart = sal_True; // Immer von Vorne bzw. von hinten... in Spell()
1506 bIsStart = sal_True; in Spell()
1509 xSpeller, bIsStart, sal_False, pEditView ); in Spell()
1615 sal_Bool bIsStart = sal_False; in Convert()
1617 bIsStart = sal_True; // Immer von Vorne bzw. von hinten... in Convert()
1619 bIsStart = sal_True; in Convert()
1628 bIsStart, pEditView ); in Convert()
H A Dtextconv.cxx61 sal_Bool bIsStart, in TextConvWrapper() argument
71 bStartDone = bIsStart; in TextConvWrapper()
H A Dedtspell.cxx52 sal_Bool bIsStart, sal_Bool bIsAllRight, EditView* pView ) : in EditSpellWrapper() argument
53 SvxSpellWrapper( _pWin, xChecker, bIsStart, bIsAllRight ) in EditSpellWrapper()
H A Dtextconv.hxx110 sal_Bool bIsStart, EditView* pView );
H A Dedtspell.hxx65 sal_Bool bIsStart,
/trunk/main/sw/source/core/unocore/
H A Dunoredline.cxx360 const SwRedline& rRedline, sal_Bool bIsStart ) throw() in CreateRedlineProperties() argument
385 pRet[nPropIdx++].Value.setValue(&bIsStart, ::getBooleanCppuType()) ; in CreateRedlineProperties()
H A Dunoportenum.cxx704 SwXRedlinePortion_Impl ( const SwRedline* pRed, const bool bIsStart ) in SwXRedlinePortion_Impl()
706 , m_bStart(bIsStart) in SwXRedlinePortion_Impl()
H A Dunosect.cxx1228 const bool bIsStart = (pStartOfRedline == pSectNode); in GetPropertyValues_Impl() local
1231 *pRedline, bIsStart); in GetPropertyValues_Impl()
H A Dunotbl.cxx305 sal_Bool bIsStart = pStartOfRedline == pTblNode; in lcl_GetSpecialProperty() local
306 aRet <<= SwXRedlinePortion::CreateRedlineProperties(*pRedline, bIsStart); in lcl_GetSpecialProperty()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1147 sal_Bool bIsStart = sal_True; in FillFindPos() local
1161 bIsStart = sal_False; in FillFindPos()
1172 bIsStart = sal_False; in FillFindPos()
1183 if( !bIsStart ) in FillFindPos()
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx137 bIsStart = bStart; in SwHHCWrapper()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx3770 bool bIsStart = !xCursor->goLeft(1, false); in AddBookmark() local
3772 …m_aBookmarkMap.insert(BookmarkMap_t::value_type( nId, BookmarkInsertPosition( bIsStart, rBookmarkN… in AddBookmark()

Completed in 210 milliseconds