summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsrhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unocrsrhelper.hxx')
-rw-r--r--sw/inc/unocrsrhelper.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx
index 982f11834ff6..5e186ce782b7 100644
--- a/sw/inc/unocrsrhelper.hxx
+++ b/sw/inc/unocrsrhelper.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -98,38 +98,38 @@ namespace SwUnoCursorHelper
, com::sun::star::beans::PropertyState& eState
, const SwTxtNode* pNode = 0 );
- void GetCurPageStyle(SwPaM& rPaM, String &rString);
+ void GetCurPageStyle(SwPaM& rPaM, String &rString);
- inline sal_Bool IsStartOfPara(SwPaM& rUnoCrsr)
+ inline sal_Bool IsStartOfPara(SwPaM& rUnoCrsr)
{ return rUnoCrsr.GetPoint()->nContent == 0;}
- inline sal_Bool IsEndOfPara(SwPaM& rUnoCrsr)
+ inline sal_Bool IsEndOfPara(SwPaM& rUnoCrsr)
{ return rUnoCrsr.GetCntntNode() &&
rUnoCrsr.GetPoint()->nContent == rUnoCrsr.GetCntntNode()->Len();}
void resetCrsrPropertyValue(const SfxItemPropertySimpleEntry& rEntry, SwPaM& rPam);
- void InsertFile(SwUnoCrsr* pUnoCrsr,
+ void InsertFile(SwUnoCrsr* pUnoCrsr,
const String& rURL,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rOptions
) throw( com::sun::star::lang::IllegalArgumentException, com::sun::star::io::IOException, com::sun::star::uno::RuntimeException );
- void getNumberingProperty(
+ void getNumberingProperty(
SwPaM& rPam,
com::sun::star::beans::PropertyState& eState,
com::sun::star::uno::Any *pAny );
- void setNumberingProperty(
+ void setNumberingProperty(
const com::sun::star::uno::Any& rValue,
SwPaM& rPam);
- sal_Int16 IsNodeNumStart(
+ sal_Int16 IsNodeNumStart(
SwPaM& rPam,
com::sun::star::beans::PropertyState& eState);
sal_Bool DocInsertStringSplitCR( SwDoc &rDoc,
const SwPaM &rNewCursor, const String &rText,
const bool bForceExpandHints );
- void makeRedline( SwPaM& rPaM, const ::rtl::OUString& RedlineType,
- const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& RedlineProperties )
+ void makeRedline( SwPaM& rPaM, const ::rtl::OUString& RedlineType,
+ const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& RedlineProperties )
throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);