Lines Matching refs:nWID

1834         if ( IsScItemWid( pEntry->nWID ) )  in lcl_GetPropertyWhich()
1835 rItemWhich = pEntry->nWID; in lcl_GetPropertyWhich()
1837 switch ( pEntry->nWID ) in lcl_GetPropertyWhich()
1893 …if ( pEntry->nWID == SC_WID_UNO_CHCOLHDR || pEntry->nWID == SC_WID_UNO_CHROWHDR || pEntry->nWID ==… in GetOnePropertyState()
1895 else if ( pEntry->nWID == SC_WID_UNO_CELLSTYL ) in GetOnePropertyState()
1904 else if ( pEntry->nWID == SC_WID_UNO_NUMRULES ) in GetOnePropertyState()
1979 if ( pEntry->nWID == SC_WID_UNO_CHCOLHDR ) in setPropertyToDefault()
1981 else if ( pEntry->nWID == SC_WID_UNO_CHROWHDR ) in setPropertyToDefault()
1983 else if ( pEntry->nWID == SC_WID_UNO_CELLSTYL ) in setPropertyToDefault()
2008 if ( IsScItemWid( pEntry->nWID ) ) in getPropertyDefault()
2015 switch ( pEntry->nWID ) // fuer Item-Spezial-Behandlungen in getPropertyDefault()
2019 … aAny <<= (sal_Int32)( ((const SfxUInt32Item&)rSet.Get(pEntry->nWID)).GetValue() ); in getPropertyDefault()
2023 rSet.Get(pEntry->nWID)).GetValue()) ); in getPropertyDefault()
2031 switch ( pEntry->nWID ) in getPropertyDefault()
2058 sal_Bool bEnglish = ( pEntry->nWID != SC_WID_UNO_CONDLOC ); in getPropertyDefault()
2059 sal_Bool bXML = ( pEntry->nWID == SC_WID_UNO_CONDXML ); in getPropertyDefault()
2072 sal_Bool bEnglish = ( pEntry->nWID != SC_WID_UNO_VALILOC ); in getPropertyDefault()
2073 sal_Bool bXML = ( pEntry->nWID == SC_WID_UNO_VALIXML ); in getPropertyDefault()
2110 rFirstItemId = rEntry.nWID; in lcl_SetCellProperty()
2114 switch ( rEntry.nWID ) in lcl_SetCellProperty()
2157 rSet.Put( SfxUInt16Item( rEntry.nWID, (sal_uInt16)HMMToTwips(nIntVal) ) ); in lcl_SetCellProperty()
2240 if ( IsScItemWid( pEntry->nWID ) ) in SetOnePropertyValue()
2269 switch ( pEntry->nWID ) in SetOnePropertyValue()
2313 sal_Bool bEnglish = ( pEntry->nWID != SC_WID_UNO_CONDLOC ); in SetOnePropertyValue()
2314 sal_Bool bXML = ( pEntry->nWID == SC_WID_UNO_CONDXML ); in SetOnePropertyValue()
2344 sal_Bool bEnglish = ( pEntry->nWID != SC_WID_UNO_VALILOC ); in SetOnePropertyValue()
2345 sal_Bool bXML = ( pEntry->nWID == SC_WID_UNO_VALIXML ); in SetOnePropertyValue()
2394 if ( IsScItemWid( pEntry->nWID ) ) in GetOnePropertyValue()
2399 switch ( pEntry->nWID ) // fuer Item-Spezial-Behandlungen in GetOnePropertyValue()
2416 pDataSet->Get(pEntry->nWID)).GetValue()) ); in GetOnePropertyValue()
2421 … sal_Bool bStacked = ((const SfxBoolItem&)pDataSet->Get(pEntry->nWID)).GetValue(); in GetOnePropertyValue()
2431 switch ( pEntry->nWID ) in GetOnePropertyValue()
2478 sal_Bool bEnglish = ( pEntry->nWID != SC_WID_UNO_CONDLOC ); in GetOnePropertyValue()
2479 sal_Bool bXML = ( pEntry->nWID == SC_WID_UNO_CONDXML ); in GetOnePropertyValue()
2498 sal_Bool bEnglish = ( pEntry->nWID != SC_WID_UNO_VALILOC ); in GetOnePropertyValue()
2499 sal_Bool bXML = ( pEntry->nWID == SC_WID_UNO_VALIXML ); in GetOnePropertyValue()
2600 if ( pEntry->nWID == SC_WID_UNO_CELLSTYL ) in setPropertyValues()
2625 if ( IsScItemWid( pEntry->nWID ) ) // can be handled by SfxItemPropertySet in setPropertyValues()
2645 else if ( pEntry->nWID != SC_WID_UNO_CELLSTYL ) // CellStyle is handled above in setPropertyValues()
2750 if ( pEntry->nWID == SC_WID_UNO_CELLSTYL ) in setPropertyValuesTolerant()
2776 if ( IsScItemWid( pEntry->nWID ) ) // can be handled by SfxItemPropertySet in setPropertyValuesTolerant()
2804 else if ( pEntry->nWID != SC_WID_UNO_CELLSTYL ) // CellStyle is handled above in setPropertyValuesTolerant()
5995 if ( pEntry->nWID == SC_WID_UNO_POS ) in GetOnePropertyValue()
6008 else if ( pEntry->nWID == SC_WID_UNO_SIZE ) in GetOnePropertyValue()
6721 if ( pEntry->nWID == SC_WID_UNO_FORMLOC ) in SetOnePropertyValue()
6728 else if ( pEntry->nWID == SC_WID_UNO_FORMRT ) in SetOnePropertyValue()
6744 if ( pEntry->nWID == SC_WID_UNO_FORMLOC ) in GetOnePropertyValue()
6749 else if ( pEntry->nWID == SC_WID_UNO_FORMRT ) in GetOnePropertyValue()
8261 if ( IsScItemWid( pEntry->nWID ) ) in SetOnePropertyValue()
8277 if ( pEntry->nWID == SC_WID_UNO_PAGESTL ) in SetOnePropertyValue()
8306 else if ( pEntry->nWID == SC_WID_UNO_CELLVIS ) in SetOnePropertyValue()
8311 else if ( pEntry->nWID == SC_WID_UNO_ISACTIVE ) in SetOnePropertyValue()
8316 else if ( pEntry->nWID == SC_WID_UNO_BORDCOL ) in SetOnePropertyValue()
8336 else if ( pEntry->nWID == SC_WID_UNO_PROTECT ) in SetOnePropertyValue()
8369 else if ( pEntry->nWID == SC_WID_UNO_SHOWBORD ) in SetOnePropertyValue()
8402 else if ( pEntry->nWID == SC_WID_UNO_PRINTBORD ) in SetOnePropertyValue()
8435 else if ( pEntry->nWID == SC_WID_UNO_COPYBACK ) in SetOnePropertyValue()
8468 else if ( pEntry->nWID == SC_WID_UNO_COPYSTYL ) in SetOnePropertyValue()
8501 else if ( pEntry->nWID == SC_WID_UNO_COPYFORM ) in SetOnePropertyValue()
8534 else if ( pEntry->nWID == SC_WID_UNO_TABLAYOUT ) in SetOnePropertyValue()
8545 else if ( pEntry->nWID == SC_WID_UNO_AUTOPRINT ) in SetOnePropertyValue()
8556 else if ( pEntry->nWID == SC_WID_UNO_TABCOLOR ) in SetOnePropertyValue()
8566 else if ( pEntry->nWID == SC_WID_UNO_CODENAME ) in SetOnePropertyValue()
8591 if ( pEntry->nWID == SC_WID_UNO_PAGESTL ) in GetOnePropertyValue()
8596 else if ( pEntry->nWID == SC_WID_UNO_CELLVIS ) in GetOnePropertyValue()
8601 else if ( pEntry->nWID == SC_WID_UNO_LINKDISPBIT ) in GetOnePropertyValue()
8606 else if ( pEntry->nWID == SC_WID_UNO_LINKDISPNAME ) in GetOnePropertyValue()
8611 else if ( pEntry->nWID == SC_WID_UNO_ISACTIVE ) in GetOnePropertyValue()
8616 else if ( pEntry->nWID == SC_WID_UNO_BORDCOL ) in GetOnePropertyValue()
8628 else if ( pEntry->nWID == SC_WID_UNO_PROTECT ) in GetOnePropertyValue()
8640 else if ( pEntry->nWID == SC_WID_UNO_SHOWBORD ) in GetOnePropertyValue()
8652 else if ( pEntry->nWID == SC_WID_UNO_PRINTBORD ) in GetOnePropertyValue()
8664 else if ( pEntry->nWID == SC_WID_UNO_COPYBACK ) in GetOnePropertyValue()
8676 else if ( pEntry->nWID == SC_WID_UNO_COPYSTYL ) in GetOnePropertyValue()
8688 else if ( pEntry->nWID == SC_WID_UNO_COPYFORM ) in GetOnePropertyValue()
8700 else if ( pEntry->nWID == SC_WID_UNO_TABLAYOUT ) in GetOnePropertyValue()
8707 else if ( pEntry->nWID == SC_WID_UNO_AUTOPRINT ) in GetOnePropertyValue()
8712 else if ( pEntry->nWID == SC_WID_UNO_TABCOLOR ) in GetOnePropertyValue()
8716 else if ( pEntry->nWID == SC_WID_UNO_CODENAME ) in GetOnePropertyValue()
8905 if ( IsScItemWid( pEntry->nWID ) ) in SetOnePropertyValue()
8926 if ( pEntry->nWID == SC_WID_UNO_CELLWID ) in SetOnePropertyValue()
8937 else if ( pEntry->nWID == SC_WID_UNO_CELLVIS ) in SetOnePropertyValue()
8944 else if ( pEntry->nWID == SC_WID_UNO_OWIDTH ) in SetOnePropertyValue()
8952 else if ( pEntry->nWID == SC_WID_UNO_NEWPAGE || pEntry->nWID == SC_WID_UNO_MANPAGE ) in SetOnePropertyValue()
8981 if ( pEntry->nWID == SC_WID_UNO_CELLWID ) in GetOnePropertyValue()
8989 else if ( pEntry->nWID == SC_WID_UNO_CELLVIS ) in GetOnePropertyValue()
8995 else if ( pEntry->nWID == SC_WID_UNO_OWIDTH ) in GetOnePropertyValue()
9001 else if ( pEntry->nWID == SC_WID_UNO_NEWPAGE ) in GetOnePropertyValue()
9006 else if ( pEntry->nWID == SC_WID_UNO_MANPAGE ) in GetOnePropertyValue()
9049 if ( IsScItemWid( pEntry->nWID ) ) in SetOnePropertyValue()
9071 if ( pEntry->nWID == SC_WID_UNO_CELLHGT ) in SetOnePropertyValue()
9082 else if ( pEntry->nWID == SC_WID_UNO_CELLVIS ) in SetOnePropertyValue()
9089 else if ( pEntry->nWID == SC_WID_UNO_CELLFILT ) in SetOnePropertyValue()
9097 else if ( pEntry->nWID == SC_WID_UNO_OHEIGHT ) in SetOnePropertyValue()
9109 else if ( pEntry->nWID == SC_WID_UNO_NEWPAGE || pEntry->nWID == SC_WID_UNO_MANPAGE ) in SetOnePropertyValue()
9137 if ( pEntry->nWID == SC_WID_UNO_CELLHGT ) in GetOnePropertyValue()
9145 else if ( pEntry->nWID == SC_WID_UNO_CELLVIS ) in GetOnePropertyValue()
9151 else if ( pEntry->nWID == SC_WID_UNO_CELLFILT ) in GetOnePropertyValue()
9156 else if ( pEntry->nWID == SC_WID_UNO_OHEIGHT ) in GetOnePropertyValue()
9161 else if ( pEntry->nWID == SC_WID_UNO_NEWPAGE ) in GetOnePropertyValue()
9166 else if ( pEntry->nWID == SC_WID_UNO_MANPAGE ) in GetOnePropertyValue()