Home
last modified time | relevance | path

Searched refs:bAbsorb (Results 1 – 20 of 20) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunorefmk.cxx612 virtual bool CheckForOwnMemberMeta(const SwPaM & rPam, const bool bAbsorb)
670 bool SwXMetaText::CheckForOwnMemberMeta(const SwPaM & rPam, const bool bAbsorb) in CheckForOwnMemberMeta() argument
673 return m_rMeta.CheckForOwnMemberMeta(rPam, bAbsorb); in CheckForOwnMemberMeta()
886 bool SwXMeta::CheckForOwnMemberMeta(const SwPaM & rPam, const bool bAbsorb) in CheckForOwnMemberMeta() argument
920 if (rPam.HasMark() && bAbsorb) in CheckForOwnMemberMeta()
1237 const rtl::OUString& rString, sal_Bool bAbsorb) in insertString() argument
1241 return m_pImpl->m_Text.insertString(xRange, rString, bAbsorb); in insertString()
1246 sal_Int16 nControlCharacter, sal_Bool bAbsorb) in insertControlCharacter() argument
1251 bAbsorb); in insertControlCharacter()
1257 const uno::Reference<text::XTextContent> & xContent, sal_Bool bAbsorb) in insertTextContent() argument
[all …]
H A Dunotext.cxx308 const OUString& rString, sal_Bool bAbsorb) in insertString() argument
367 bForceExpandHints = CheckForOwnMemberMeta(*pPam, bAbsorb); in insertString()
375 if (bAbsorb) in insertString()
416 sal_Int16 nControlCharacter, sal_Bool bAbsorb) in insertControlCharacter() argument
435 const bool bForceExpandHints(CheckForOwnMemberMeta(aPam, bAbsorb)); in insertControlCharacter()
445 if (bAbsorb && aPam.HasMark()) in insertControlCharacter()
492 if (bAbsorb) in insertControlCharacter()
533 sal_Bool bAbsorb) in insertTextContent() argument
602 const bool bForceExpandHints(CheckForOwnMemberMeta(aPam, bAbsorb)); in insertTextContent()
636 if (bAbsorb && !bAttribute) in insertTextContent()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx437 const rtl::OUString& aString, sal_Bool bAbsorb ) in insertString() argument
443 pUnoText->insertString( xRange, aString, bAbsorb ); in insertString()
448 sal_Int16 nControlCharacter, sal_Bool bAbsorb ) in insertControlCharacter() argument
454 pUnoText->insertControlCharacter( xRange, nControlCharacter, bAbsorb ); in insertControlCharacter()
460 sal_Bool bAbsorb ) in insertTextContent() argument
483 if (!bAbsorb) in insertTextContent()
505 if (!bAbsorb) in insertTextContent()
516 pUnoText->insertTextContent( xRange, xContent, bAbsorb ); in insertTextContent()
H A Dnotesuno.cxx157 const rtl::OUString& aString, sal_Bool bAbsorb ) in insertString() argument
161 GetUnoText().insertString( xRange, aString, bAbsorb ); in insertString()
165 sal_Int16 nControlCharacter, sal_Bool bAbsorb ) in insertControlCharacter() argument
169 GetUnoText().insertControlCharacter( xRange, nControlCharacter, bAbsorb ); in insertControlCharacter()
H A Dshapeuno.cxx1096 sal_Bool bAbsorb ) in insertTextContent() argument
1121 xAggText->insertTextContent( xRange, xEffContent, bAbsorb ); in insertTextContent()
1181 const rtl::OUString& aString, sal_Bool bAbsorb ) in insertString() argument
1188 xAggSimpleText->insertString( xRange, aString, bAbsorb ); in insertString()
1194 sal_Int16 nControlCharacter, sal_Bool bAbsorb ) in insertControlCharacter() argument
1201 xAggSimpleText->insertControlCharacter( xRange, nControlCharacter, bAbsorb ); in insertControlCharacter()
H A Dcellsuno.cxx6398 const rtl::OUString& aString, sal_Bool bAbsorb ) in insertString() argument
6405 GetUnoText().insertString(xRange, aString, bAbsorb); in insertString()
6409 sal_Int16 nControlCharacter, sal_Bool bAbsorb ) in insertControlCharacter() argument
6413 GetUnoText().insertControlCharacter(xRange, nControlCharacter, bAbsorb); in insertControlCharacter()
6418 sal_Bool bAbsorb ) in insertTextContent() argument
6440 if (!bAbsorb) in insertTextContent()
6462 if (!bAbsorb) in insertTextContent()
6470 GetUnoText().insertTextContent(xRange, xContent, bAbsorb); in insertTextContent()
/trunk/main/offapi/com/sun/star/text/
H A DXSimpleText.idl104 <p>If the parameter <member>bAbsorb</member> was <TRUE/>
111 @param bAbsorb
129 [in] boolean bAbsorb );
138 [in] boolean bAbsorb )
H A DXText.idl75 @param bAbsorb
83 [in] boolean bAbsorb )
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx989 …eference< text::XTextRange > & xRange, const OUString& aString, sal_Bool bAbsorb) throw( uno::Runt… in insertString() argument
993 pBodyText->insertString ( xRange, aString, bAbsorb ); in insertString()
999 sal_Int16 nControlCharacter, sal_Bool bAbsorb) in insertControlCharacter() argument
1004 pBodyText->insertControlCharacter ( xRange, nControlCharacter, bAbsorb ); in insertControlCharacter()
1011 const uno::Reference< text::XTextContent > & xContent, sal_Bool bAbsorb) in insertTextContent() argument
1016 pBodyText->insertTextContent ( xRange, xContent, bAbsorb ); in insertTextContent()
/trunk/main/sw/inc/
H A Dunotext.hxx78 const SwPaM & rPam, const bool bAbsorb)
189 const ::rtl::OUString& aString, sal_Bool bAbsorb)
194 sal_Int16 nControlCharacter, sal_Bool bAbsorb)
204 sal_Bool bAbsorb)
H A Dunoatxt.hxx233 …tar::text::XTextRange > & xRange, const rtl::OUString& aString, sal_Bool bAbsorb) throw( ::com::su…
234 …star::text::XTextRange > & xRange, sal_Int16 nControlCharacter, sal_Bool bAbsorb) throw( ::com::su…
235 …::Reference< ::com::sun::star::text::XTextContent > & xContent, sal_Bool bAbsorb) throw( ::com::su…
/trunk/main/sw/source/core/inc/
H A Dunometa.hxx114 bool CheckForOwnMemberMeta(const SwPaM & rPam, const bool bAbsorb)
213 const rtl::OUString& aString, sal_Bool bAbsorb)
218 sal_Int16 nControlCharacter, sal_Bool bAbsorb)
228 sal_Bool bAbsorb)
/trunk/main/svx/source/table/
H A Dcell.cxx1656 …TextRange >& xRange, const Reference< XTextContent >& xContent, sal_Bool bAbsorb ) throw (IllegalA… in insertTextContent() argument
1658 SvxUnoTextBase::insertTextContent( xRange, xContent, bAbsorb ); in insertTextContent()
1688 …const Reference< XTextRange >& xRange, const OUString& aString, sal_Bool bAbsorb ) throw (RuntimeE… in insertString() argument
1690 SvxUnoTextBase::insertString( xRange, aString, bAbsorb ); in insertString()
1696 …t Reference< XTextRange >& xRange, sal_Int16 nControlCharacter, sal_Bool bAbsorb ) throw (IllegalA… in insertControlCharacter() argument
1698 SvxUnoTextBase::insertControlCharacter( xRange, nControlCharacter, bAbsorb ); in insertControlCharacter()
H A Dcell.hxx174 …:Reference< ::com::sun::star::text::XTextContent >& xContent, ::sal_Bool bAbsorb ) throw (::com::s…
180 …::text::XTextRange >& xRange, const ::rtl::OUString& aString, ::sal_Bool bAbsorb ) throw (::com::s…
181 …r::text::XTextRange >& xRange, ::sal_Int16 nControlCharacter, ::sal_Bool bAbsorb ) throw (::com::s…
/trunk/main/sc/inc/
H A Dshapeuno.hxx187 sal_Bool bAbsorb )
204 const ::rtl::OUString& aString, sal_Bool bAbsorb )
208 sal_Int16 nControlCharacter, sal_Bool bAbsorb )
H A Dtextuno.hxx175 sal_Bool bAbsorb )
192 const ::rtl::OUString& aString, sal_Bool bAbsorb )
196 sal_Int16 nControlCharacter, sal_Bool bAbsorb )
H A Dnotesuno.hxx72 const ::rtl::OUString& aString, sal_Bool bAbsorb )
76 sal_Int16 nControlCharacter, sal_Bool bAbsorb )
H A Dcellsuno.hxx881 sal_Bool bAbsorb )
898 const ::rtl::OUString& aString, sal_Bool bAbsorb )
902 sal_Int16 nControlCharacter, sal_Bool bAbsorb )
/trunk/main/editeng/source/uno/
H A Dunotext.cxx1875 …ring( const uno::Reference< text::XTextRange >& xRange, const OUString& aString, sal_Bool bAbsorb ) in insertString() argument
1894 if (!bAbsorb) // nicht ersetzen -> hinten anhaengen in insertString()
1903 …( const uno::Reference< text::XTextRange >& xRange, sal_Int16 nControlCharacter, sal_Bool bAbsorb ) in insertControlCharacter() argument
1921 insertString( xRange, aText, bAbsorb ); in insertControlCharacter()
1932 if( bAbsorb ) in insertControlCharacter()
1950 if( !bAbsorb ) in insertControlCharacter()
1991 …ext::XTextRange >& xRange, const uno::Reference< text::XTextContent >& xContent, sal_Bool bAbsorb ) in insertTextContent() argument
2007 if( !bAbsorb ) in insertTextContent()
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx425 …ar::text::XTextRange >& xRange, const ::rtl::OUString& aString, sal_Bool bAbsorb ) throw(::com::su…
426 …:star::text::XTextRange >& xRange, sal_Int16 nControlCharacter, sal_Bool bAbsorb ) throw(::com::su…
429 …o::Reference< ::com::sun::star::text::XTextContent >& xContent, sal_Bool bAbsorb ) throw(::com::su…

Completed in 145 milliseconds