Home
last modified time | relevance | path

Searched refs:pIds (Results 1 – 10 of 10) sorted by path

/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx119 pNormal = &pIds->nFont; in SetScriptAttr()
120 pCJK = &pIds->nCJKFont; in SetScriptAttr()
121 pCTL = &pIds->nCTLFont; in SetScriptAttr()
131 pNormal = &pIds->nPosture; in SetScriptAttr()
132 pCJK = &pIds->nCJKPosture; in SetScriptAttr()
133 pCTL = &pIds->nCTLPosture; in SetScriptAttr()
137 pNormal = &pIds->nWeight; in SetScriptAttr()
138 pCJK = &pIds->nCJKWeight; in SetScriptAttr()
139 pCTL = &pIds->nCTLWeight; in SetScriptAttr()
143 pNormal = &pIds->nLanguage; in SetScriptAttr()
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx7048 ClsIDs* pIds; in ConvertToOle2() local
7049 for( pIds = aClsIDs; pIds->nId; pIds++ ) in ConvertToOle2()
7051 if( COMPARE_EQUAL == aSvrName.CompareToAscii( pIds->pSvrName ) ) in ConvertToOle2()
7056 if( pIds->nId ) in ConvertToOle2()
7060 rDest->SetClass( SvGlobalName( pIds->nId, 0, 0, 0xc0,0,0,0,0,0,0,0x46 ), nCbFmt, in ConvertToOle2()
7061 String( pIds->pDspName, RTL_TEXTENCODING_ASCII_US ) ); in ConvertToOle2()
/trunk/main/sfx2/inc/sfx2/
H A Dbindings.hxx149 void Invalidate( const sal_uInt16* pIds );
/trunk/main/sfx2/source/control/
H A Dbindings.cxx739 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 …]
/trunk/main/sw/source/core/doc/
H A DSwStyleNameMapper.cxx1097 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()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx534 for(const sal_uInt16 * pIds = nIds; *pIds; ++pIds) in setPropertyValue() local
536 if(sTypeName == *rExtraArr[ *pIds ] ) in setPropertyValue()
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.cxx1076 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()
H A Dww8par6.cxx907 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()
938 aNewSection.maSep.fLBetween = ReadBSprm(pSep, pIds[5], 0 ); in CreateSep()
1047 aNewSection.maSep.dzaGutter = ReadUSprm( pSep, pIds[5], 0); in CreateSep()
1054 aNewSection.maSep.pgnStart = ReadBSprm( pSep, pIds[7], 0 ); in CreateSep()
1138 if (const sal_uInt8* pSprmSLnc = pSep->HasSprm( pIds[5] )) in CreateSep()
1289 const sal_uInt16* pIds = bVer67 ? aVer67Ids : aVer8Ids; in lcl_ReadBorders() local
1293 for( int i = 0; i < 5; ++i, ++pIds ) in lcl_ReadBorders()
[all …]
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx3001 for( sal_uInt16* pIds = aPasteSpecialIds; *pIds; ++pIds ) in PasteSpecial() local
3002 if( SwTransferable::_TestAllowedFormat( rData, *pIds, nDest )) in PasteSpecial()
3003 pDlg->Insert( *pIds, aEmptyStr ); in PasteSpecial()
3066 for( sal_uInt16* pIds = aPasteSpecialIds; *pIds; ++pIds ) in FillClipFmtItem() local
3067 if( SwTransferable::_TestAllowedFormat( rData, *pIds, nDest )) in FillClipFmtItem()
3068 rToFill.AddClipbrdFormat( *pIds, aEmptyStr ); in FillClipFmtItem()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx465 for( const sal_uInt16* pIds = aIds; *pIds; ++pIds ) in ItemSetToTableParam() local
466 if( SFX_ITEM_SET == rSet.GetItemState( *pIds, sal_False, &pItem)) in ItemSetToTableParam()

Completed in 218 milliseconds