Home
last modified time | relevance | path

Searched refs:nRet (Results 251 – 275 of 633) sorted by last modified time

1...<<11121314151617181920>>...26

/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx116 sal_Int16 nRet = style::NumberingType::NUMBER_NONE; in lcl_GetStyleForNFC() local
118 nRet = aMap[nNFC]; in lcl_GetStyleForNFC()
120 nRet = style::NumberingType::CHAR_SPECIAL; in lcl_GetStyleForNFC()
121 return nRet; in lcl_GetStyleForNFC()
H A Dswparrtf.cxx142 sal_uLong nRet = 0; in Read() local
161 nRet = *new StringErrorInfo( ERR_FORMAT_ROWCOL, sErr, in Read()
166 return nRet; in Read()
/trunk/main/sw/source/filter/html/
H A Dparcss1.cxx153 nRet = CSS1_SLASH; in GetNextToken()
469 nRet = nToken1; in GetNextToken()
475 nRet = nToken2; in GetNextToken()
481 nRet = nToken3; in GetNextToken()
516 nRet = CSS1_COLON; in GetNextToken()
526 nRet = CSS1_PLUS; in GetNextToken()
530 nRet = CSS1_MINUS; in GetNextToken()
534 nRet = CSS1_OBRACE; in GetNextToken()
546 nRet = CSS1_COMMA; in GetNextToken()
591 nRet = CSS1_HASH; in GetNextToken()
[all …]
H A Dsvxcss1.cxx3253 int nRet; in CSS1PropEntryCompare() local
3257 nRet = strcmp( ((CSS1PropEntry*)pFirst)->sName , in CSS1PropEntryCompare()
3260 nRet = -1 * ((CSS1PropEntry*)pSecond)->pName->CompareToAscii( in CSS1PropEntryCompare()
3266 nRet = ((CSS1PropEntry*)pFirst)->pName->CompareToAscii( in CSS1PropEntryCompare()
3269 nRet = ((CSS1PropEntry*)pFirst)->pName->CompareTo( in CSS1PropEntryCompare()
3273 return nRet; in CSS1PropEntryCompare()
H A Dhtmlatr.cxx241 sal_uInt16 nRet = CSS1_OUTMODE_ANY_SCRIPT; in GetCSS1ScriptForScriptType() local
246 nRet = CSS1_OUTMODE_WESTERN; in GetCSS1ScriptForScriptType()
249 nRet = CSS1_OUTMODE_CJK; in GetCSS1ScriptForScriptType()
252 nRet = CSS1_OUTMODE_CTL; in GetCSS1ScriptForScriptType()
256 return nRet; in GetCSS1ScriptForScriptType()
2077 sal_uInt16 nRet = CSS1_OUTMODE_ANY_SCRIPT; in GetScriptAtPos() local
2087 nRet = nWeak; in GetScriptAtPos()
2089 nRet = SwHTMLWriter::GetCSS1ScriptForScriptType( aScriptLst[i] ); in GetScriptAtPos()
2092 return nRet; in GetScriptAtPos()
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx217 sal_uLong nRet = ERR_SWG_READ_ERROR; in OpenMainStream() local
232 nRet = 0; in OpenMainStream()
235 nRet = rRef->GetError(); in OpenMainStream()
238 return nRet; in OpenMainStream()
844 rtl_TextEncoding nRet = pStart->eCode; in CharSetFromName() local
850 nRet = pMap->eCode; in CharSetFromName()
855 ASSERT(nRet != pStart->eCode, "TXT: That was an unknown language!"); in CharSetFromName()
857 return nRet; in CharSetFromName()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx2649 short nRet = -1; in lcl_GetStyleProperty() local
2654 nRet = style::ParagraphStyleCategory::TEXT; in lcl_GetStyleProperty()
2657 nRet = style::ParagraphStyleCategory::CHAPTER; in lcl_GetStyleProperty()
2660 nRet = style::ParagraphStyleCategory::LIST; in lcl_GetStyleProperty()
2663 nRet = style::ParagraphStyleCategory::INDEX; in lcl_GetStyleProperty()
2666 nRet = style::ParagraphStyleCategory::EXTRA; in lcl_GetStyleProperty()
2669 nRet = style::ParagraphStyleCategory::HTML; in lcl_GetStyleProperty()
2673 aRet <<= nRet; in lcl_GetStyleProperty()
H A Dunotbl.cxx3486 sal_Int16 nRet = 0; in getRowCount() local
3496 return nRet; in getRowCount()
3503 sal_Int16 nRet = 0; in getColumnCount() local
3511 nRet = pLine->GetTabBoxes().Count(); in getColumnCount()
3514 return nRet; in getColumnCount()
4579 sal_Int32 nRet = 0; in getCount() local
4586 nRet = pTable->GetTabLines().Count(); in getCount()
4588 return nRet; in getCount()
4796 sal_Int32 nRet = 0; in getCount() local
4807 nRet = pLine->GetTabBoxes().Count(); in getCount()
[all …]
H A Dunoportenum.cxx1240 sal_Int32 nRet = -1; in lcl_GetNextIndex() local
1244 nRet = pPtr->getIndex(); in lcl_GetNextIndex()
1250 if(nRet < 0 || nTmp < nRet) in lcl_GetNextIndex()
1251 nRet = nTmp; in lcl_GetNextIndex()
1255 if(nRet < 0 || *rBreakArr.begin() < static_cast<sal_uInt32>(nRet)) in lcl_GetNextIndex()
1256 nRet = *rBreakArr.begin(); in lcl_GetNextIndex()
1258 return nRet; in lcl_GetNextIndex()
H A Dunosett.cxx507 sal_Int16 nRet = 0; in getPropertyValue() local
511 nRet = FootnoteNumbering::PER_PAGE; in getPropertyValue()
514 nRet = FootnoteNumbering::PER_CHAPTER; in getPropertyValue()
517 nRet = FootnoteNumbering::PER_DOCUMENT; in getPropertyValue()
520 aRet <<= nRet; in getPropertyValue()
1102 sal_Int16 nRet = 0; in getPropertyValue() local
1106 nRet = style::LineNumberPosition::LEFT; in getPropertyValue()
1109 nRet = style::LineNumberPosition::RIGHT ; in getPropertyValue()
1112 nRet = style::LineNumberPosition::INSIDE ; in getPropertyValue()
1115 nRet = style::LineNumberPosition::OUTSIDE ; in getPropertyValue()
[all …]
H A Dunoidx.cxx91 sal_Int16 nRet = 0; in lcl_AnyToInt16() local
92 if(!(rVal >>= nRet)) in lcl_AnyToInt16()
96 return nRet; in lcl_AnyToInt16()
2574 sal_uInt32 nRet = 0; in getCount() local
2582 ++nRet; in getCount()
2585 return nRet; in getCount()
3174 const sal_Int32 nRet = m_xParent->m_pImpl->GetFormMax(); in getCount() local
3175 return nRet; in getCount()
H A Dunofield.cxx311 sal_uInt16 nRet; in lcl_GetPropertyMapOfService() local
315 case SW_SERVICE_FIELDTYPE_USER: nRet = PROPERTY_MAP_FLDTYP_USER; break; in lcl_GetPropertyMapOfService()
320 case SW_SERVICE_FIELDTYPE_AUTHOR: nRet = PROPERTY_MAP_FLDTYP_AUTHOR; break; in lcl_GetPropertyMapOfService()
326 case SW_SERVICE_FIELDTYPE_INPUT: nRet = PROPERTY_MAP_FLDTYP_INPUT; break; in lcl_GetPropertyMapOfService()
327 case SW_SERVICE_FIELDTYPE_MACRO: nRet = PROPERTY_MAP_FLDTYP_MACRO; break; in lcl_GetPropertyMapOfService()
328 case SW_SERVICE_FIELDTYPE_DDE: nRet = PROPERTY_MAP_FLDTYP_DDE; break; in lcl_GetPropertyMapOfService()
371 nRet = PROPERTY_MAP_FLDTYP_DUMMY_0; break; in lcl_GetPropertyMapOfService()
372 case SW_SERVICE_FIELDMASTER_USER: nRet = PROPERTY_MAP_FLDMSTR_USER; break; in lcl_GetPropertyMapOfService()
373 case SW_SERVICE_FIELDMASTER_DDE: nRet = PROPERTY_MAP_FLDMSTR_DDE; break; in lcl_GetPropertyMapOfService()
384 nRet = USHRT_MAX; in lcl_GetPropertyMapOfService()
[all …]
H A Dunoframe.cxx3371 sal_Int64 nRet = SwXFrame::getSomething( rId ); in getSomething() local
3372 if( !nRet ) in getSomething()
3373 nRet = SwXText::getSomething( rId ); in getSomething()
3375 return nRet; in getSomething()
H A Dunoftn.cxx204 const sal_Int64 nRet( ::sw::UnoTunnelImpl<SwXFootnote>(rId, this) ); in getSomething() local
205 return (nRet) ? nRet : SwXText::getSomething(rId); in getSomething()
H A Dunocoll.cxx621 sal_Int32 nRet = 0; in getCount() local
623 nRet = GetDoc()->GetTblFrmFmtCount(sal_True); in getCount()
624 return nRet; in getCount()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx2862 long nRet = 0; in GetLeftMarginWithNum() local
2870 nRet = rFmt.GetAbsLSpace(); in GetLeftMarginWithNum()
2875 nRet > -rFmt.GetFirstLineOffset() ) in GetLeftMarginWithNum()
2876 nRet = nRet + rFmt.GetFirstLineOffset(); in GetLeftMarginWithNum()
2878 nRet = 0; in GetLeftMarginWithNum()
2882 nRet = nRet - GetSwAttrSet().GetLRSpace().GetLeft(); in GetLeftMarginWithNum()
2888 nRet = rFmt.GetIndentAt(); in GetLeftMarginWithNum()
2894 nRet = nRet + rFmt.GetFirstLineIndent(); in GetLeftMarginWithNum()
2902 return nRet; in GetLeftMarginWithNum()
5050 sal_uInt16 nRet = SwCntntNode::ResetAllAttr(); in ResetAllAttr() local
[all …]
H A Dfntcache.cxx312 sal_uInt16 nRet = 0; in GetFontAscent() local
319 nRet = nScrAscent; in GetFontAscent()
333 nRet = nPrtAscent; in GetFontAscent()
338 nRet += GetFontLeading( pSh, rRefDev ); in GetFontAscent()
342 return nRet; in GetFontAscent()
359 sal_uInt16 nRet = 0; in GetFontHeight() local
394 return nRet; in GetFontHeight()
399 sal_uInt16 nRet = 0; in GetFontLeading() local
420 nRet = nExtLeading; in GetFontLeading()
422 nRet = nGuessedLeading; in GetFontLeading()
[all …]
H A Dmodeltoviewhelper.cxx35 sal_uInt32 nRet = nModelPos; in ConvertToViewPosition() local
38 return nRet; in ConvertToViewPosition()
50 nRet = nPosExpand - nDistToNextModel; in ConvertToViewPosition()
55 return nRet; in ConvertToViewPosition()
/trunk/main/sw/source/core/tox/
H A Dtxmsrt.cxx685 sal_uInt16 nRet = m_nLevel; in GetLevel() local
695 nRet = static_cast<sal_uInt16>(nTmp); in GetLevel()
697 return nRet; in GetLevel()
850 sal_uInt16 nRet = 1; in GetLevel() local
853 nRet = (sal_uInt16)sText.ToInt32(); in GetLevel()
854 nRet++; in GetLevel()
857 if(nRet > AUTH_TYPE_END) in GetLevel()
858 nRet = 1; in GetLevel()
859 return nRet; in GetLevel()
H A Dtox.cxx410 sal_uInt16 nRet = 0; in GetFormMaxLevel() local
413 case TOX_INDEX: nRet = 5; break; in GetFormMaxLevel()
414 case TOX_USER: nRet = MAXLEVEL+1; break; in GetFormMaxLevel()
415 case TOX_CONTENT: nRet = MAXLEVEL+1; break; in GetFormMaxLevel()
418 case TOX_TABLES : nRet = 2; break; in GetFormMaxLevel()
419 case TOX_AUTHORITIES : nRet = AUTH_TYPE_END + 1; break; in GetFormMaxLevel()
421 return nRet; in GetFormMaxLevel()
H A Dtoxhlp.cxx171 sal_Int16 nRet = 0; in CompareIndexEntry() local
173 nRet = xIES->compareIndexEntry( rTxt1, rTxtReading1, rLocale1, in CompareIndexEntry()
188 return nRet; in CompareIndexEntry()
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx2095 ++nRet; in GetParHeight()
2097 return nRet; in GetParHeight()
2444 long nRet = 0; in GetLineSpace() local
2465 nTmp -= nRet; in GetLineSpace()
2467 nRet = nTmp; in GetLineSpace()
2469 nRet = 0; in GetLineSpace()
2481 return nRet; in GetLineSpace()
2505 MSHORT nRet = 0; in GetLineCount() local
2518 nRet = nRet + aLine.GetLineNr(); in GetLineCount()
2521 return nRet; in GetLineCount()
[all …]
H A Dtxtftn.cxx200 SwTwips nRet = nLower; in lcl_GetFtnLower() local
235 nRet = nMin; in lcl_GetFtnLower()
245 nRet -= nAdd; in lcl_GetFtnLower()
247 nRet += nAdd; in lcl_GetFtnLower()
280 nRet = Min( nRet, nFlyLower ); in lcl_GetFtnLower()
282 nRet = Max( nRet, nFlyLower ); in lcl_GetFtnLower()
284 return nRet; in lcl_GetFtnLower()
317 nRet = SwitchHorizontalToVertical( nRet ); in GetFtnLine()
321 nRet = lcl_GetFtnLower( pThis, nRet ); in GetFtnLine()
324 return nRet; in GetFtnLine()
[all …]
H A Dwrong.cxx184 xub_StrLen nRet; in NextWrong() local
188 nRet = Pos( nPos ); in NextWrong()
189 if( nRet < nChk && nRet + Len( nPos ) <= nChk ) in NextWrong()
192 nRet = Pos( nPos ); in NextWrong()
194 nRet = STRING_LEN; in NextWrong()
198 nRet = STRING_LEN; in NextWrong()
199 if( nRet > GetBeginInv() && nChk < GetEndInv() ) in NextWrong()
200 nRet = nChk > GetBeginInv() ? nChk : GetBeginInv(); in NextWrong()
201 return nRet; in NextWrong()
H A Dporrst.cxx270 SwTwips nRet; in EmptyHeight() local
272 nRet = IsVertical() ? in EmptyHeight()
279 nRet = pFnt->GetHeight( pSh, *pOut ); in EmptyHeight()
282 return nRet; in EmptyHeight()

Completed in 297 milliseconds

1...<<11121314151617181920>>...26