Lines Matching refs:nWhich

186 	sal_uInt16			nWhich = aIter.FirstWhich();  in GetStyleState()  local
189 while ( nWhich ) in GetStyleState()
191 nSlotId = SfxItemPool::IsWhich( nWhich ) in GetStyleState()
192 ? GetPool().GetSlotId( nWhich ) in GetStyleState()
193 : nWhich; in GetStyleState()
261 nWhich = aIter.NextWhich(); in GetStyleState()
1620 sal_uInt16 nWhich = rPool.GetWhich( nSlot ); in ExecuteAttr() local
1621 aSetItem.PutItemForScriptType( nScript, pNewAttrs->Get( nWhich ) ); in ExecuteAttr()
1851 sal_uInt16 nWhich = aIter.FirstWhich(); in GetAttrState() local
1868 while ( nWhich ) in GetAttrState()
1870 switch(nWhich) in GetAttrState()
2018 if(SID_FRAME_LINECOLOR == nWhich) in GetAttrState()
2057 rSet.Put( rBrushItem, GetPool().GetWhich(nWhich) ); in GetAttrState()
2061 nWhich = aIter.NextWhich(); in GetAttrState()
2131 sal_uInt16 nWhich = 0; in GetTextAttrState() local
2149 nWhich = SID_ALIGNLEFT; in GetTextAttrState()
2153 nWhich = SID_ALIGNRIGHT; in GetTextAttrState()
2157 nWhich = SID_ALIGNCENTERHOR; in GetTextAttrState()
2161 nWhich = SID_ALIGNBLOCK; in GetTextAttrState()
2184 if ( nWhich ) in GetTextAttrState()
2186 aBoolItem.SetWhich( nWhich ); in GetTextAttrState()
2203 nWhich = 0; in GetTextAttrState()
2218 nWhich = SID_ALIGNTOP; in GetTextAttrState()
2222 nWhich = SID_ALIGNBOTTOM; in GetTextAttrState()
2226 nWhich = SID_ALIGNCENTERVER; in GetTextAttrState()
2248 if ( nWhich ) in GetTextAttrState()
2250 aBoolItem.SetWhich( nWhich ); in GetTextAttrState()
2286 sal_uInt16 nWhich = aIter.FirstWhich(); in GetAlignState() local
2298 while ( nWhich ) in GetAlignState()
2300 switch ( nWhich ) in GetAlignState()
2304 rSet.Put( SvxHorJustifyItem( eHAlign, nWhich )); in GetAlignState()
2308 rSet.Put( SvxVerJustifyItem( eVAlign, nWhich )); in GetAlignState()
2317 … rSet.Put( SfxBoolItem( nWhich, bHasHAlign && (eHAlign == lclConvertSlotToHAlign( nWhich )) ) ); in GetAlignState()
2323 … rSet.Put( SfxBoolItem( nWhich, bHasVAlign && (eVAlign == lclConvertSlotToVAlign( nWhich )) ) ); in GetAlignState()
2326 nWhich = aIter.NextWhich(); in GetAlignState()
2338 sal_uInt16 nWhich = aIter.FirstWhich(); in GetNumFormatState() local
2339 while ( nWhich ) in GetNumFormatState()
2341 switch ( nWhich ) in GetNumFormatState()
2392 rSet.Put(SfxStringItem(nWhich, aFormat)); in GetNumFormatState()
2396 rSet.InvalidateItem( nWhich ); in GetNumFormatState()
2468 rSet.InvalidateItem( nWhich ); in GetNumFormatState()
2470 rSet.Put( SfxInt16Item( nWhich, aFormatCode ) ); in GetNumFormatState()
2474 rSet.InvalidateItem( nWhich ); in GetNumFormatState()
2480 nWhich = aIter.NextWhich(); in GetNumFormatState()
2555 sal_uInt16 nWhich = aIter.FirstWhich(); in GetTextDirectionState() local
2556 while( nWhich ) in GetTextDirectionState()
2558 switch( nWhich ) in GetTextDirectionState()
2563 rSet.DisableItem( nWhich ); in GetTextDirectionState()
2567 rSet.InvalidateItem( nWhich ); in GetTextDirectionState()
2568 else if ( nWhich == SID_TEXTDIRECTION_LEFT_TO_RIGHT ) in GetTextDirectionState()
2569 rSet.Put( SfxBoolItem( nWhich, bLeftRight ) ); in GetTextDirectionState()
2571 rSet.Put( SfxBoolItem( nWhich, bTopBottom ) ); in GetTextDirectionState()
2578 rSet.DisableItem( nWhich ); in GetTextDirectionState()
2582 rSet.DisableItem( nWhich ); in GetTextDirectionState()
2584 rSet.InvalidateItem( nWhich ); in GetTextDirectionState()
2585 else if ( nWhich == SID_ATTR_PARA_LEFT_TO_RIGHT ) in GetTextDirectionState()
2586 rSet.Put( SfxBoolItem( nWhich, eBidiDir == EE_HTEXTDIR_L2R ) ); in GetTextDirectionState()
2588 rSet.Put( SfxBoolItem( nWhich, eBidiDir == EE_HTEXTDIR_R2L ) ); in GetTextDirectionState()
2591 nWhich = aIter.NextWhich(); in GetTextDirectionState()