/trunk/main/xmloff/source/text/ |
H A D | XMLChangeImportContext.hxx | 49 sal_Bool bIsStart; member in XMLChangeImportContext 68 sal_Bool bIsStart, /// mark start of a change
|
H A D | XMLChangeImportContext.cxx | 51 bIsStart(bStart), in XMLChangeImportContext() 83 if (bIsStart) in StartElement()
|
H A D | XMLRedlineExport.cxx | 581 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 D | unoredline.hxx | 85 sal_Bool bIsStart); 95 …s::PropertyValue > CreateRedlineProperties( const SwRedline& rRedline, sal_Bool bIsStart ) throw();
|
H A D | hhcwrp.hxx | 54 sal_Bool bIsStart; member in SwHHCWrapper
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 1502 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 D | textconv.cxx | 61 sal_Bool bIsStart, in TextConvWrapper() argument 71 bStartDone = bIsStart; in TextConvWrapper()
|
H A D | edtspell.cxx | 52 sal_Bool bIsStart, sal_Bool bIsAllRight, EditView* pView ) : in EditSpellWrapper() argument 53 SvxSpellWrapper( _pWin, xChecker, bIsStart, bIsAllRight ) in EditSpellWrapper()
|
H A D | textconv.hxx | 110 sal_Bool bIsStart, EditView* pView );
|
H A D | edtspell.hxx | 65 sal_Bool bIsStart,
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoredline.cxx | 360 const SwRedline& rRedline, sal_Bool bIsStart ) throw() in CreateRedlineProperties() argument 385 pRet[nPropIdx++].Value.setValue(&bIsStart, ::getBooleanCppuType()) ; in CreateRedlineProperties()
|
H A D | unoportenum.cxx | 704 SwXRedlinePortion_Impl ( const SwRedline* pRed, const bool bIsStart ) in SwXRedlinePortion_Impl() 706 , m_bStart(bIsStart) in SwXRedlinePortion_Impl()
|
H A D | unosect.cxx | 1228 const bool bIsStart = (pStartOfRedline == pSectNode); in GetPropertyValues_Impl() local 1231 *pRedline, bIsStart); in GetPropertyValues_Impl()
|
H A D | unotbl.cxx | 305 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 D | swcrsr.cxx | 1147 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 D | hhcwrp.cxx | 137 bIsStart = bStart; in SwHHCWrapper()
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.cxx | 3770 bool bIsStart = !xCursor->goLeft(1, false); in AddBookmark() local 3772 …m_aBookmarkMap.insert(BookmarkMap_t::value_type( nId, BookmarkInsertPosition( bIsStart, rBookmarkN… in AddBookmark()
|