Home
last modified time | relevance | path

Searched refs:pNewSel (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/control/
H A Dfmtfield.cxx549 void FormattedField::ImplSetTextImpl(const XubString& rNew, Selection* pNewSel) in ImplSetTextImpl() argument
561 if (pNewSel) in ImplSetTextImpl()
562 SpinField::SetText(rNew, *pNewSel); in ImplSetTextImpl()
/trunk/main/svtools/inc/svtools/
H A Dfmtfield.hxx262 void ImplSetTextImpl(const XubString& rNew, Selection* pNewSel);
/trunk/main/vcl/source/control/
H A Dedit.cxx860 void Edit::ImplInsertText( const XubString& rStr, const Selection* pNewSel, sal_Bool bIsUserInput ) in ImplInsertText() argument
984 if ( !pNewSel ) in ImplInsertText()
991 maSelection = *pNewSel; in ImplInsertText()
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx57 SAL_DLLPRIVATE void ImplSetText( const XubString& rText, Selection* pNewSel = NULL );

Completed in 54 milliseconds