Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx2658 SvxAutoCorrect* pAuto = SvxAutoCorrCfg::Get()->GetAutoCorrect(); in EnterHandler() local
2659 if ( pAuto ) in EnterHandler()
2661 sal_Unicode cReplace = pAuto->GetStartDoubleQuote(); in EnterHandler()
2667 cReplace = pAuto->GetEndDoubleQuote(); in EnterHandler()
2673 cReplace = pAuto->GetStartSingleQuote(); in EnterHandler()
2679 cReplace = pAuto->GetEndSingleQuote(); in EnterHandler()
H A Dscmod.cxx468 SFX_REQUEST_ARG( rReq, pAuto, SfxBoolItem, SID_DETECTIVE_AUTO, sal_False ); in Execute()
469 if ( pAuto ) in Execute()
470 bNew = pAuto->GetValue(); in Execute()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx2703 SFX_REQUEST_ARG( _rRequest, pAuto, SfxStringItem, FN_PARAM_2, sal_False ); in InsertTable()
2711 if ( pAuto ) in InsertTable()
2713 aAutoName = pAuto->GetValue(); in InsertTable()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx736 … std::auto_ptr< SwUnoCrsr > pAuto( pUnoCrsr ); // to end lifetime of object pointed to by pUnoCrsr in Impl_createDataSource() local

Completed in 55 milliseconds