Searched refs:pNewSel (Results 1 – 4 of 4) sorted by relevance
549 void FormattedField::ImplSetTextImpl(const XubString& rNew, Selection* pNewSel) in ImplSetTextImpl() argument561 if (pNewSel) in ImplSetTextImpl()562 SpinField::SetText(rNew, *pNewSel); in ImplSetTextImpl()
262 void ImplSetTextImpl(const XubString& rNew, Selection* pNewSel);
860 void Edit::ImplInsertText( const XubString& rStr, const Selection* pNewSel, sal_Bool bIsUserInput ) in ImplInsertText() argument984 if ( !pNewSel ) in ImplInsertText()991 maSelection = *pNewSel; in ImplInsertText()
57 SAL_DLLPRIVATE void ImplSetText( const XubString& rText, Selection* pNewSel = NULL );
Completed in 59 milliseconds