| /AOO41X/main/editeng/source/rtf/ |
| H A D | rtfitem.cxx | 115 const RTFPlainAttrMapIds* pIds = (RTFPlainAttrMapIds*)aPlainMap.GetData(); in SetScriptAttr() local 119 pNormal = &pIds->nFont; in SetScriptAttr() 120 pCJK = &pIds->nCJKFont; in SetScriptAttr() 121 pCTL = &pIds->nCTLFont; in SetScriptAttr() 125 pNormal = &pIds->nFontHeight; in SetScriptAttr() 126 pCJK = &pIds->nCJKFontHeight; in SetScriptAttr() 127 pCTL = &pIds->nCTLFontHeight; in SetScriptAttr() 131 pNormal = &pIds->nPosture; in SetScriptAttr() 132 pCJK = &pIds->nCJKPosture; in SetScriptAttr() 133 pCTL = &pIds->nCTLPosture; in SetScriptAttr() [all …]
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | SwStyleNameMapper.cxx | 1097 const sal_uInt16 * pIds; in GetSpecialExtraProgName() local 1098 for ( pIds = nIds; *pIds; ++pIds) in GetSpecialExtraProgName() 1100 if (aRes == *rExtraArr[ *pIds ]) in GetSpecialExtraProgName() 1107 aRes = *GetExtraProgNameArray()[*pIds]; in GetSpecialExtraProgName() 1124 const sal_uInt16 * pIds; in GetSpecialExtraUIName() local 1126 for ( pIds = nIds; *pIds; ++pIds) in GetSpecialExtraUIName() 1128 if (aRes == *rExtraArr[ *pIds ]) in GetSpecialExtraUIName() 1135 aRes = *GetExtraUINameArray()[*pIds]; in GetSpecialExtraUIName()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | ww8par6.cxx | 897 … const sal_uInt16* pIds = eVer <= ww::eWW2 ? aVer2Ids0 : eVer <= ww::eWW7 ? aVer67Ids0 : aVer8Ids0; in CreateSep() local 907 if (const sal_uInt8* pSprmBkc = pSep->HasSprm(pIds[0])) in CreateSep() 913 (0 != ReadBSprm( pSep, pIds[1], 0 )); in CreateSep() 916 aNewSection.maSep.nfcPgn = ReadBSprm( pSep, pIds[2], 0 ); in CreateSep() 927 aNewSection.maSep.ccolM1 = ReadSprm(pSep, pIds[3], 0 ); in CreateSep() 935 aNewSection.maSep.dxaColumns = ReadUSprm( pSep, pIds[4], 708 ); in CreateSep() 938 aNewSection.maSep.fLBetween = ReadBSprm(pSep, pIds[5], 0 ); in CreateSep() 1021 pIds = eVer <= ww::eWW2 ? aVer2Ids1 : eVer <= ww::eWW7 ? aVer67Ids1 : aVer8Ids1; in CreateSep() 1024 aNewSection.maSep.dmOrientPage = ReadBSprm(pSep, pIds[0], 0); in CreateSep() 1027 aNewSection.maSep.xaPage = ReadUSprm(pSep, pIds[1], lLetterWidth); in CreateSep() [all …]
|
| H A D | rtfexport.cxx | 1076 for( const sal_uInt16* pIds = aBrushIds; *pIds; ++pIds ) in OutColorTable() local 1078 const SvxBrushItem* pBkgrd = (const SvxBrushItem*)GetDfltAttr( *pIds ); in OutColorTable() 1081 *pIds ) )) in OutColorTable() 1085 nMaxItem = rPool.GetItemCount2( *pIds ); in OutColorTable() 1089 *pIds , n ) )) in OutColorTable()
|
| /AOO41X/main/sfx2/source/control/ |
| H A D | bindings.cxx | 739 const sal_uInt16* pIds /* numerisch sortiertes 0-terminiertes Array in Invalidate() argument 751 while ( pIds[i] != 0 ) in Invalidate() 752 AddSlotToInvalidateSlotsMap_Impl( pIds[i++] ); in Invalidate() 755 pImp->pSubBindings->Invalidate( pIds ); in Invalidate() 760 pImp->pSubBindings->Invalidate( pIds ); in Invalidate() 767 for ( sal_uInt16 n = GetSlotPos(*pIds); in Invalidate() 768 *pIds && n < pImp->pCaches->Count(); in Invalidate() 769 n = GetSlotPos(*pIds, n) ) in Invalidate() 773 if ( pCache->GetId() == *pIds ) in Invalidate() 777 if ( !*++pIds ) in Invalidate() [all …]
|
| /AOO41X/main/sw/source/ui/dochdl/ |
| H A D | swdtflvr.cxx | 3000 for( sal_uInt16* pIds = aPasteSpecialIds; *pIds; ++pIds ) in PasteSpecial() local 3001 if( SwTransferable::_TestAllowedFormat( rData, *pIds, nDest )) in PasteSpecial() 3002 pDlg->Insert( *pIds, aEmptyStr ); in PasteSpecial() 3065 for( sal_uInt16* pIds = aPasteSpecialIds; *pIds; ++pIds ) in FillClipFmtItem() local 3066 if( SwTransferable::_TestAllowedFormat( rData, *pIds, nDest )) in FillClipFmtItem() 3067 rToFill.AddClipbrdFormat( *pIds, aEmptyStr ); in FillClipFmtItem()
|
| /AOO41X/main/sw/source/ui/shells/ |
| H A D | tabsh.cxx | 465 for( const sal_uInt16* pIds = aIds; *pIds; ++pIds ) in ItemSetToTableParam() local 466 if( SFX_ITEM_SET == rSet.GetItemState( *pIds, sal_False, &pItem)) in ItemSetToTableParam()
|
| /AOO41X/main/sfx2/inc/sfx2/ |
| H A D | bindings.hxx | 149 void Invalidate( const sal_uInt16* pIds );
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unofield.cxx | 534 for(const sal_uInt16 * pIds = nIds; *pIds; ++pIds) in setPropertyValue() local 536 if(sTypeName == *rExtraArr[ *pIds ] ) in setPropertyValue()
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 7008 ClsIDs* pIds; in ConvertToOle2() local 7009 for( pIds = aClsIDs; pIds->nId; pIds++ ) in ConvertToOle2() 7011 if( COMPARE_EQUAL == aSvrName.CompareToAscii( pIds->pSvrName ) ) in ConvertToOle2() 7016 if( pIds->nId ) in ConvertToOle2() 7020 rDest->SetClass( SvGlobalName( pIds->nId, 0, 0, 0xc0,0,0,0,0,0,0,0x46 ), nCbFmt, in ConvertToOle2() 7021 String( pIds->pDspName, RTL_TEXTENCODING_ASCII_US ) ); in ConvertToOle2()
|