Home
last modified time | relevance | path

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

/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx1151 sal_Int32 nElem, nEdit, nDef, nMedium, nLong; in getDateFormatsImpl() local
1152 nEdit = nDef = nMedium = nLong = -1; in getDateFormatsImpl()
1155 if ( nEdit == -1 && pFormatArr[nElem].Index == NumberFormatIndex::DATE_SYS_DDMMYYYY ) in getDateFormatsImpl()
1156 nEdit = nElem; in getDateFormatsImpl()
1182 if ( nEdit == -1 ) in getDateFormatsImpl()
1205 nEdit = nDef; in getDateFormatsImpl()
1207 DateFormat nDF = scanDateFormatImpl( pFormatArr[nEdit].Code ); in getDateFormatsImpl()
1208 if ( pFormatArr[nEdit].Type == KNumberFormatType::LONG ) in getDateFormatsImpl()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx140 sal_uInt16 GetEditNum() { return ++nEdit; } in GetEditNum()
164 sal_uInt16 nEdit; member in SvxMSConvertOCXControls
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2434 long nEdit = pHdl->GetTextSize().Width(); // in 1/100mm in ModifyCellSize() local
2445 nWidth = (sal_uInt16)(nEdit * pDocSh->GetOutputFactor() / HMM_PER_TWIPS) in ModifyCellSize()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx4453 pDocSh(pDSh), pPaM(pP), nEdit(0), nCheckbox(0) in SvxMSConvertOCXControls()

Completed in 58 milliseconds