/aoo4110/main/svtools/source/edit/ |
H A D | textdoc.cxx | 135 for ( sal_uInt16 nAttr = Count(); nAttr; ) in FindAttrib() local 152 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in FindNextAttrib() local 165 for ( sal_uInt16 nAttr = Count(); nAttr; ) in HasAttrib() local 178 for ( sal_uInt16 nAttr = Count(); nAttr; ) in HasBoundingAttrib() local 197 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in FindEmptyAttrib() local 211 for ( sal_uInt16 nAttr = 0; nAttr < Count(); nAttr++ ) in DeleteEmptyAttribs() local 228 for ( sal_uInt16 nAttr = 0; nAttr < Count(); nAttr++ ) in DbgCheckAttribs() local 257 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in ExpandAttribs() local 329 for ( sal_uInt16 nAttr = 0; nAttr < maCharAttribs.Count(); nAttr++ ) in CollapsAttribs() local 416 for ( sal_uInt16 nAttr = 0; nAttr < maCharAttribs.Count(); nAttr++ ) in Split() local [all …]
|
H A D | texteng.cxx | 567 for ( sal_uInt16 nAttr = pNode->GetCharAttribs().Count(); nAttr; ) in ImpRemoveChars() local 1500 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in SeekCursor() local 1531 if ( nAttr & EXTTEXTINPUT_ATTR_UNDERLINE ) in SeekCursor() 1533 else if ( nAttr & EXTTEXTINPUT_ATTR_BOLDUNDERLINE ) in SeekCursor() 1539 if ( nAttr & EXTTEXTINPUT_ATTR_REDTEXT ) in SeekCursor() 1541 else if ( nAttr & EXTTEXTINPUT_ATTR_HALFTONETEXT ) in SeekCursor() 1543 if ( nAttr & EXTTEXTINPUT_ATTR_HIGHLIGHT ) in SeekCursor() 1550 else if ( nAttr & EXTTEXTINPUT_ATTR_GRAYWAVELINE ) in SeekCursor() 1879 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in CreateTextPortions() local 2796 for(sal_uInt16 nAttr = nAttrCount; nAttr; --nAttr) in RemoveAttribs() local [all …]
|
/aoo4110/main/xmloff/source/core/ |
H A D | unoatrcn.cxx | 84 for( sal_uInt16 nAttr = 0; nAttr < nAttrCount; nAttr++ ) in getIndexByName() local 88 return nAttr; in getIndexByName() 96 for( sal_uInt16 nAttr = 0; nAttr < nAttrCount; nAttr++ ) in getIndexByName() local 100 return nAttr; in getIndexByName() 153 if( nAttr == USHRT_MAX ) in getByName() 173 for( sal_uInt16 nAttr = 0; nAttr < nAttrCount; nAttr++ ) in getElementNames() local 197 if( nAttr == USHRT_MAX ) in replaceByName() 240 if( nAttr != USHRT_MAX ) in insertByName() 275 sal_uInt16 nAttr = getIndexByName(Name); in removeByName() local 276 if( nAttr == USHRT_MAX ) in removeByName() [all …]
|
/aoo4110/main/editeng/source/editeng/ |
H A D | editdoc.cxx | 843 nAttr--; in ExpandAttribs() 845 nAttr++; in ExpandAttribs() 938 nAttr++; in CollapsAttribs() 1002 nAttr++; in CopyAndCutAttribs() 1248 for ( sal_uInt16 nAttr = 0; nAttr < pNode->GetCharAttribs().Count(); nAttr++ ) in RemoveItemsFromPool() local 1778 nAttr++; in RemoveAttribs() 1985 ++nAttr; in ~CharAttribList() 2085 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in FindNextAttrib() local 2143 nAttr++; in FindEmptyAttrib() 2175 for ( sal_uInt16 nAttr = 0; nAttr < aAttribs.Count(); nAttr++ ) in DeleteEmptyAttribs() local [all …]
|
H A D | editobj.cxx | 228 for ( sal_uInt16 nAttr = 0; nAttr < aAttribs.Count(); nAttr++ ) in ~ContentInfo() local 929 for ( sal_uInt16 nAttr = nAttribs; nAttr; ) in HasCharAttribs() local 945 for ( sal_uInt16 nAttr = 0; nAttr < pC->GetAttribs().Count(); nAttr++ ) in GetCharAttribs() local 994 for ( sal_uInt16 nAttr = nAttribs; nAttr; ) in GetField() local 1012 for ( sal_uInt16 nAttr = 0; nAttr < nAttrs; nAttr++ ) in HasField() local 1050 for ( sal_uInt16 nAttr = pC->GetAttribs().Count(); nAttr; ) in RemoveCharAttribs() local 1301 for ( sal_uInt16 nAttr = 0; nAttr < nAttribs; nAttr++ ) in StoreData() local 1407 sal_uInt16 nAttr; in CreateData() local 1408 for ( nAttr = 0; nAttr < nAttribs; nAttr++ ) in CreateData() 1454 for ( nAttr = pC->GetAttribs().Count(); nAttr; ) in CreateData() [all …]
|
H A D | impedit5.cxx | 232 for ( sal_uInt16 nAttr = 0; nAttr < pNode->GetCharAttribs().Count(); nAttr++ ) in CreateAttribUndo() local 234 EditCharAttribPtr pAttr = pNode->GetCharAttribs().GetAttribs()[ nAttr ]; in CreateAttribUndo() 474 for ( sal_uInt16 nAttr = 0; nAttr < rAttrs.Count(); nAttr++ ) in GetAttribs() local 476 EditCharAttrib* pAttr = rAttrs.GetObject( nAttr ); in GetAttribs() 716 sal_uInt16 nAttr = 0; in RemoveCharAttribs() local 723 pNode->GetCharAttribs().GetAttribs().Remove( nAttr ); in RemoveCharAttribs() 725 nAttr--; in RemoveCharAttribs() 727 nAttr++; in RemoveCharAttribs() 728 pAttr = GetAttrib( pNode->GetCharAttribs().GetAttribs(), nAttr ); in RemoveCharAttribs() 803 for ( sal_uInt16 nAttr = 0; nAttr < pNode->GetCharAttribs().Count(); nAttr++ ) in GetCharAttribs() local [all …]
|
/aoo4110/main/editeng/source/uno/ |
H A D | unoedhlp.cxx | 145 for ( sal_uInt16 nAttr = 0; nAttr < aTempCharAttribs.Count(); nAttr++ ) in GetAttributeRun() local 152 aCharAttribs.Insert( aEEAttr, nAttr ); in GetAttributeRun() 154 nIndex2 = aTempCharAttribs[nAttr].nEnd; in GetAttributeRun() 166 sal_uInt16 nAttr, nCurrIndex; in GetAttributeRun() local 169 …for( nAttr=0, nClosestStartIndex_s=0, nClosestStartIndex_e=0; nAttr<aCharAttribs.Count(); ++nAttr ) in GetAttributeRun() 181 nCurrIndex = aCharAttribs[nAttr].nEnd; in GetAttributeRun() 193 …for( nAttr=0, nClosestEndIndex_s=nClosestEndIndex_e=rEE.GetTextLen(nPara); nAttr<aCharAttribs.Coun… in GetAttributeRun() 202 nCurrIndex = aCharAttribs[nAttr].nStart; in GetAttributeRun() 295 sal_uInt16 nAttr, nCurrIndex; in GetAttributeRun() 297 for( nAttr=0, nClosestStartIndex=0; nAttr<aCharAttribs.Count(); ++nAttr ) in GetAttributeRun() [all …]
|
/aoo4110/main/xmloff/source/text/ |
H A D | XMLTextMarkImportContext.cxx | 82 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement() local 86 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in StartElement() 92 sName = xAttrList->getValueByIndex(nAttr); in StartElement() 97 sValue = xAttrList->getValueByIndex(nAttr); in StartElement() 433 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in FindName() local 437 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in FindName() 443 m_sBookmarkName = xAttrList->getValueByIndex(nAttr); in FindName() 449 m_sXmlId = xAttrList->getValueByIndex(nAttr); in FindName() 456 m_sAbout = xAttrList->getValueByIndex(nAttr); in FindName() 465 m_sContent = xAttrList->getValueByIndex(nAttr); in FindName() [all …]
|
H A D | XMLIndexTOCStylesContext.cxx | 79 for(sal_Int16 nAttr = 0; nAttr < nCount; nAttr++) in StartElement() local 83 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in StartElement() 90 nTmp, xAttrList->getValueByIndex(nAttr), 1, in StartElement() 138 for(sal_Int16 nAttr = 0; nAttr < nCount; nAttr++) in CreateChildContext() local 142 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in CreateChildContext() 147 aStyleNames.push_back(xAttrList->getValueByIndex(nAttr)); in CreateChildContext()
|
H A D | XMLIndexBibliographyConfigurationContext.cxx | 92 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement() local 96 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in StartElement() 100 xAttrList->getValueByIndex(nAttr)); in StartElement() 168 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in CreateChildContext() local 172 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in CreateChildContext() 179 sKey = xAttrList->getValueByIndex(nAttr); in CreateChildContext() 185 bTmp, xAttrList->getValueByIndex(nAttr))) in CreateChildContext()
|
H A D | XMLSectionSourceDDEImportContext.cxx | 107 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement() local 111 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in StartElement() 117 sApplication = xAttrList->getValueByIndex(nAttr); in StartElement() 120 sTopic = xAttrList->getValueByIndex(nAttr); in StartElement() 123 sItem = xAttrList->getValueByIndex(nAttr); in StartElement() 129 bTmp, xAttrList->getValueByIndex(nAttr))) in StartElement()
|
H A D | XMLFootnoteConfigurationImportContext.cxx | 156 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in XMLFootnoteConfigurationImportContext() local 160 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in XMLFootnoteConfigurationImportContext() 165 const OUString& rValue = xAttrList->getValueByIndex( nAttr ); in XMLFootnoteConfigurationImportContext() 240 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement() local 244 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in StartElement() 246 OUString sValue = xAttrList->getValueByIndex(nAttr); in StartElement()
|
H A D | XMLSectionSourceImportContext.cxx | 91 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement() local 95 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in StartElement() 101 sURL = xAttrList->getValueByIndex(nAttr); in StartElement() 105 sFilterName = xAttrList->getValueByIndex(nAttr); in StartElement() 109 sSectionName = xAttrList->getValueByIndex(nAttr); in StartElement()
|
H A D | XMLIndexChapterInfoEntryContext.cxx | 95 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement() local 99 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in StartElement() 105 sCharStyleName = xAttrList->getValueByIndex(nAttr); in StartElement() 112 nTmp, xAttrList->getValueByIndex(nAttr), in StartElement() 123 if (SvXMLUnitConverter::convertNumber(nTmp, xAttrList->getValueByIndex(nAttr))) in StartElement()
|
H A D | XMLIndexTOCContext.cxx | 149 for(sal_Int16 nAttr = 0; nAttr < nCount; nAttr++) in StartElement() local 153 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in StartElement() 160 xAttrList->getValueByIndex(nAttr)); in StartElement() 166 bTmp, xAttrList->getValueByIndex(nAttr) ) ) in StartElement() 173 sIndexName = xAttrList->getValueByIndex(nAttr); in StartElement() 180 sXmlId = xAttrList->getValueByIndex(nAttr); in StartElement()
|
H A D | XMLIndexBibliographyEntryContext.cxx | 118 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement() local 122 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in StartElement() 128 sCharStyleName = xAttrList->getValueByIndex(nAttr); in StartElement() 135 nTmp, xAttrList->getValueByIndex(nAttr), in StartElement()
|
H A D | XMLChangeImportContext.cxx | 66 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement() local 70 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in StartElement() 80 OUString sID = xAttrList->getValueByIndex(nAttr); in StartElement()
|
H A D | XMLIndexTitleTemplateContext.cxx | 73 for(sal_Int16 nAttr = 0; nAttr < nLength; nAttr++) in StartElement() local 77 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), in StartElement() 82 sStyleName = xAttrList->getValueByIndex(nAttr); in StartElement()
|
/aoo4110/main/sw/source/core/text/ |
H A D | redlnitr.cxx | 423 if ( nAttr & EXTTEXTINPUT_ATTR_UNDERLINE ) in ActualizeFont() 425 else if ( nAttr & EXTTEXTINPUT_ATTR_BOLDUNDERLINE ) in ActualizeFont() 427 else if ( nAttr & EXTTEXTINPUT_ATTR_DOTTEDUNDERLINE ) in ActualizeFont() 429 else if ( nAttr & EXTTEXTINPUT_ATTR_DASHDOTUNDERLINE ) in ActualizeFont() 432 if ( nAttr & EXTTEXTINPUT_ATTR_REDTEXT ) in ActualizeFont() 435 if ( nAttr & EXTTEXTINPUT_ATTR_HIGHLIGHT ) in ActualizeFont() 441 if ( nAttr & EXTTEXTINPUT_ATTR_GRAYWAVELINE ) in ActualizeFont() 466 MSHORT nAttr = rArr[ nPos - nStart ]; in _Leave() local 470 ActualizeFont( rFnt, nAttr ); in _Leave() 493 MSHORT nAttr = rArr[ nIdx ]; in Next() local [all …]
|
H A D | atrstck.cxx | 612 void SwAttrHandler::ActivateTop( SwFont& rFnt, const sal_uInt16 nAttr ) in ActivateTop() argument 614 ASSERT( nAttr < RES_TXTATR_WITHEND_END, in ActivateTop() 617 const sal_uInt16 nStackPos = StackPos[ nAttr ]; in ActivateTop() 628 pSet->GetItemState( nAttr, RES_TXTATR_AUTOFMT != pTopAt->Which(), &pItemNext ); in ActivateTop() 646 else if ( RES_TXTATR_REFMARK == nAttr ) in ActivateTop() 648 else if ( RES_TXTATR_TOXMARK == nAttr ) in ActivateTop() 650 else if ( (RES_TXTATR_META == nAttr) || (RES_TXTATR_METAFIELD == nAttr) ) in ActivateTop() 654 else if ( RES_TXTATR_CJK_RUBY == nAttr ) in ActivateTop() 692 else if ( RES_TXTATR_INPUTFIELD == nAttr ) in ActivateTop()
|
/aoo4110/main/sw/source/ui/config/ |
H A D | modcfg.cxx | 287 aInsertAttr.nAttr = UNDERLINE_SINGLE; in SwRevisionConfig() 290 aDeletedAttr.nAttr = STRIKEOUT_SINGLE; in SwRevisionConfig() 293 aFormatAttr.nAttr = WEIGHT_BOLD; in SwRevisionConfig() 314 case SID_ATTR_CHAR_UNDERLINE: nRet = UNDERLINE_SINGLE == rAttr.nAttr ? 3 : 4; break; in lcl_ConvertAttrToCfg() 318 switch(rAttr.nAttr) in lcl_ConvertAttrToCfg() 363 rAttr.nItemId = rAttr.nAttr = 0; in lcl_ConvertCfgToAttr() 366 case 1: rAttr.nItemId = SID_ATTR_CHAR_WEIGHT; rAttr.nAttr = WEIGHT_BOLD ; break; in lcl_ConvertCfgToAttr() 367 case 2: rAttr.nItemId = SID_ATTR_CHAR_POSTURE; rAttr.nAttr = ITALIC_NORMAL ; break; in lcl_ConvertCfgToAttr() 371 rAttr.nAttr = STRIKEOUT_SINGLE; in lcl_ConvertCfgToAttr() 376 rAttr.nAttr = UNDERLINE_SINGLE; in lcl_ConvertCfgToAttr() [all …]
|
/aoo4110/main/xmloff/source/script/ |
H A D | XMLEventsImportContext.cxx | 127 for (sal_Int16 nAttr = 0; nAttr < nCount; nAttr++) in CreateChildContext() local 131 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), &sLocalName ); in CreateChildContext() 137 sEventName = xAttrList->getValueByIndex(nAttr); in CreateChildContext() 141 sLanguage = xAttrList->getValueByIndex(nAttr); in CreateChildContext()
|
H A D | XMLScriptContextFactory.cxx | 67 for (sal_Int16 nAttr = 0; nAttr < nCount; nAttr++) in CreateContext() local 71 GetKeyByAttrName(xAttrList->getNameByIndex(nAttr), &sLocalName); in CreateContext() 76 sURLVal = xAttrList->getValueByIndex(nAttr); in CreateContext()
|
H A D | XMLStarBasicContextFactory.cxx | 70 for(sal_Int16 nAttr = 0; nAttr < nCount; nAttr++) in CreateContext() local 74 GetKeyByAttrName( xAttrList->getNameByIndex(nAttr), &sLocalName ); in CreateContext() 92 sMacroNameVal = xAttrList->getValueByIndex(nAttr); in CreateContext()
|
/aoo4110/main/sw/source/core/access/ |
H A D | accportions.cxx | 133 sal_uInt8 nAttr = IsGrayPortionType(nType) ? PORATTR_GRAY : 0; in Text() local 134 aPortionAttrs.push_back( nAttr ); in Text() 242 sal_uInt8 nAttr = PORATTR_SPECIAL; in Special() local 243 if( IsGrayPortionType(nType) ) nAttr |= PORATTR_GRAY; in Special() 244 if( nLength == 0 ) nAttr |= PORATTR_READONLY; in Special() 245 if( nType == POR_TERMINATE ) nAttr |= PORATTR_TERM; in Special() 246 aPortionAttrs.push_back( nAttr ); in Special() 292 size_t nPortionNo, sal_uInt8 nAttr ) const in IsPortionAttrSet() 296 return (aPortionAttrs[nPortionNo] & nAttr) != 0; in IsPortionAttrSet()
|