Home
last modified time | relevance | path

Searched refs:nType (Results 101 – 125 of 977) sorted by relevance

12345678910>>...40

/trunk/main/basic/source/sbx/
H A Dsbxvar.cxx433 sal_uInt16 nType; in LoadData() local
448 rStrm >> nType; in LoadData()
454 if( nType == SbxNULL && GetClass() == SbxCLASS_METHOD ) in LoadData()
455 nType = SbxEMPTY; in LoadData()
459 aTmp.eType = aData.eType = (SbxDataType) nType; in LoadData()
461 switch( nType ) in LoadData()
509 if( nType != SbxNULL && nType != SbxEMPTY && !Put( aTmp ) ) in LoadData()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx276 sal_uInt32 nType, nPropSize, nPropCount; in Import() local
289 aPropItem >> nType; in Import()
290 if ( ( nType == VT_I4 ) || ( nType == VT_UI4 ) ) in Import()
304 aPropItem >> nType in Import()
315 aPropItem >> nType; in Import()
316 if ( ( nType != VT_I4 ) && ( nType != VT_UI4 ) ) in Import()
339 aPropItem >> nType in Import()
393 aPropItem >> nType; in Import()
394 if ( nType == VT_BLOB ) in Import()
410 aPropItem >> nType; in Import()
[all …]
/trunk/main/cui/source/inc/
H A Dscriptdlg.hxx140 sal_uInt8 nType; member in SFEntry
146 SFEntry( sal_uInt8 nT ) { nType = nT; loaded=false; } in SFEntry()
149 …n::star::uno::Reference< ::com::sun::star::frame::XModel >& entryModel) { nType = nT; nodes = entr… in SFEntry()
150 SFEntry( const SFEntry& r ) { nType = r.nType; nodes = r.nodes; loaded = r.loaded; } in SFEntry()
154 sal_uInt8 GetType() const { return nType; } in GetType()
/trunk/main/autodoc/source/ary/idl/
H A Dia_type.cxx247 nType = lhf_findBuiltInType(i_rFullName.LocalName()); in CheckIn_Type() local
248 if (NOT nType.IsValid()) in CheckIn_Type()
252 nType = lhf_CheckIn_TypeName( i_rFullName.LocalName(), in CheckIn_Type()
260 nType = lhf_CheckIn_Sequence(nType); in CheckIn_Type()
263 return Storage()[nType]; in CheckIn_Type()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx681 if ( ( nType == WINDOW_DIALOG ) in ImplCreateWindow()
684 || ( nType == WINDOW_MESSBOX ) in ImplCreateWindow()
685 || ( nType == WINDOW_INFOBOX ) in ImplCreateWindow()
691 else if ( ( nType == WINDOW_WINDOW ) || in ImplCreateWindow()
692 ( nType == WINDOW_WORKWINDOW ) || in ImplCreateWindow()
693 ( nType == VCLWINDOW_FRAMEWINDOW ) ) in ImplCreateWindow()
706 if ( nType ) in ImplCreateWindow()
709 switch ( (WindowType)nType ) in ImplCreateWindow()
965 if (nType == WINDOW_DOCKINGWINDOW ) in ImplCreateWindow()
1036 if (nType == WINDOW_DOCKINGWINDOW ) in ImplCreateWindow()
[all …]
/trunk/main/oox/source/xls/
H A Dexcelhandlers.cxx115 sal_uInt16 nType = mxBiffStrm->readuInt16(); in startFragment() local
120 case BIFF2: switch( nType ) in startFragment()
129 case BIFF3: switch( nType ) in startFragment()
139 case BIFF4: switch( nType ) in startFragment()
150 case BIFF8: switch( nType ) in startFragment()
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx648 for(sal_Int32 nType = 0; nType < aTypes.getLength(); nType++) in GetFormatCount() local
650 sal_Int16 nCurrent = pTypes[nType]; in GetFormatCount()
699 for(sal_Int32 nType = 0; nType < aTypes.getLength(); nType++) in GetFormatStr() local
701 sal_Int16 nCurrent = pTypes[nType]; in GetFormatStr()
706 aRet = xNumberingInfo->getNumberingIdentifier( pTypes[nType] ); in GetFormatStr()
769 for(sal_Int32 nType = 0; nType < aTypes.getLength(); nType++) in GetFormatId() local
771 sal_Int16 nCurrent = pTypes[nType]; in GetFormatId()
776 nId = pTypes[nType]; in GetFormatId()
/trunk/main/vcl/source/control/
H A Dcombobox.cxx66 ComboBox::ComboBox( WindowType nType ) : in ComboBox() argument
67 Edit( nType ) in ComboBox()
728 Edit::StateChanged( nType ); in StateChanged()
730 if ( nType == STATE_CHANGE_READONLY ) in StateChanged()
736 else if ( nType == STATE_CHANGE_ENABLE ) in StateChanged()
744 else if( nType == STATE_CHANGE_UPDATEMODE ) in StateChanged()
748 else if ( nType == STATE_CHANGE_ZOOM ) in StateChanged()
755 else if ( nType == STATE_CHANGE_CONTROLFONT ) in StateChanged()
762 else if ( nType == STATE_CHANGE_CONTROLFOREGROUND ) in StateChanged()
772 else if ( nType == STATE_CHANGE_STYLE ) in StateChanged()
[all …]
H A Dlstbox.cxx49 ListBox::ListBox( WindowType nType ) : Control( nType ) in ListBox() argument
839 void ListBox::StateChanged( StateChangedType nType ) in StateChanged() argument
841 if( nType == STATE_CHANGE_READONLY ) in StateChanged()
848 else if( nType == STATE_CHANGE_ENABLE ) in StateChanged()
865 else if( nType == STATE_CHANGE_UPDATEMODE ) in StateChanged()
869 else if ( nType == STATE_CHANGE_ZOOM ) in StateChanged()
880 else if ( nType == STATE_CHANGE_CONTROLFONT ) in StateChanged()
891 else if ( nType == STATE_CHANGE_CONTROLFOREGROUND ) in StateChanged()
922 else if ( nType == STATE_CHANGE_STYLE ) in StateChanged()
929 else if( nType == STATE_CHANGE_MIRRORING ) in StateChanged()
[all …]
/trunk/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx218 sal_Bool bForce = _bForce || pOldType.get() == NULL || pOldType->nType != _pType->nType; in FillFromTypeInfo()
219 switch ( _pType->nType ) in FillFromTypeInfo()
241 switch ( _pType->nType ) in FillFromTypeInfo()
373 m_xDest->setPropertyValue(PROPERTY_TYPE,makeAny(m_pType->nType)); in SetType()
375 m_nType = m_pType->nType; in SetType()
550 return m_pType.get() ? m_pType->nType : m_nType; in GetType()
570 switch ( pTypeInfo->nType ) in GetPrecision()
/trunk/main/sw/source/ui/vba/
H A Dvbastyle.cxx77 sal_Int32 nType = word::WdStyleType::wdStyleTypeParagraph; in getType() local
80 nType = word::WdStyleType::wdStyleTypeParagraph; in getType()
82 nType = word::WdStyleType::wdStyleTypeCharacter; in getType()
84 nType = word::WdStyleType::wdStyleTypeList; in getType()
85 return nType; in getType()
/trunk/main/autodoc/source/display/idl/
H A Dhfi_hierarchy.cxx45 : nType(i_rType.TypeId()), in HF_IdlBaseNode()
51 Ce_id nCe = i_rGate.Types().Search_CeRelatedTo(nType); in HF_IdlBaseNode()
148 nType = (*it).Type(); in Write_Bases() local
154 nCe = i_env.Gate().Types().Search_CeRelatedTo(nType); in Write_Bases()
180 aDisplay.Produce_byData(nType); in Write_Bases()
/trunk/main/autodoc/source/parser_i/idl/
H A Dpe_const.cxx77 nType(0), in PE_Constant()
82 pPE_Type = new PE_Type(nType); in PE_Constant()
205 nType = 0; in EmptySingleConstData()
216 nType, in CreateSingleConstant()
242 if (sName.length() == 0 OR sAssignment.length() == 0 OR NOT nType.IsValid()) in ReceiveData()
/trunk/main/vcl/inc/vcl/
H A Devent.hxx360 NotifyEvent( sal_uInt16 nType,
385 inline NotifyEvent::NotifyEvent( sal_uInt16 nType, Window* pWindow, in NotifyEvent() argument
390 mnType = nType; in NotifyEvent()
439 explicit DataChangedEvent( sal_uInt16 nType,
457 inline DataChangedEvent::DataChangedEvent( sal_uInt16 nType, in DataChangedEvent() argument
463 mnType = nType; in DataChangedEvent()
/trunk/main/forms/source/component/
H A DRadioButton.cxx185 sal_Int16 nType = 0; in SetSiblingPropsTo() local
186 xSiblingProperties->getPropertyValue(PROPERTY_CLASSID) >>= nType; in SetSiblingPropsTo()
187 if (nType != FormComponentType::RADIOBUTTON) in SetSiblingPropsTo()
238 sal_Int16 nType = 0; in setFastPropertyValue_NoBroadcast() local
239 xSiblingProperties->getPropertyValue(PROPERTY_CLASSID) >>= nType; in setFastPropertyValue_NoBroadcast()
240 if (nType != FormComponentType::RADIOBUTTON) in setFastPropertyValue_NoBroadcast()
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx505 setParameter(i++,xParameter,*aKeyIter,aPosIter->second.nType,aPosIter->second.nScale); in deleteRows()
932 setParameter(nPos,xParameter,*aIter2,aPosIter->second.nType,aPosIter->second.nScale); in tryRefetch()
936 setParameter(nPos,xParameter,*aIter2,aPosIter->second.nType,aPosIter->second.nScale); in tryRefetch()
989 aIter->setTypeKind(aPosIter->second.nType); in copyRowValue()
1394 setParameter(nPos,xParameter,*aIter,aPosIter->second.nType,aPosIter->second.nScale); in refreshRow()
1398 setParameter(nPos,xParameter,*aIter,aPosIter->second.nType,aPosIter->second.nScale); in refreshRow()
1435 aIter->fill(rColDesc.nPosition,rColDesc.nType,rColDesc.bNullable,m_xDriverRow); in fetchRow()
1443 aIter->fill(rColDesc.nPosition,rColDesc.nType,rColDesc.bNullable,m_xDriverRow); in fetchRow()
1688 sal_Int32 nType = 0; in getColumnPositions() local
1689 xQueryColumnProp->getPropertyValue(PROPERTY_TYPE) >>= nType; in getColumnPositions()
[all …]
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx412 void SwGetExpField::SetSubType(sal_uInt16 nType) in SetSubType() argument
414 nSubType = nType; in SetSubType()
507 nType(nTyp), nLevel( UCHAR_MAX ), in SwSetExpFieldType()
510 if( ( nsSwGetSetExpType::GSE_SEQ | nsSwGetSetExpType::GSE_STRING ) & nType ) in SwSetExpFieldType()
516 SwSetExpFieldType* pNew = new SwSetExpFieldType(GetDoc(), sName, nType); in Copy()
552 if( !GetDepends() || !(nsSwGetSetExpType::GSE_SEQ & nType) ) in SetSeqRefNo()
959 sal_uInt16 nType = ((SwSetExpFieldType*)GetTyp())->GetType(); in GetPar2() local
961 if (nType & nsSwGetSetExpType::GSE_STRING) in GetPar2()
968 sal_uInt16 nType = ((SwSetExpFieldType*)GetTyp())->GetType(); in SetPar2() local
970 if( !(nType & nsSwGetSetExpType::GSE_SEQ) || rStr.Len() ) in SetPar2()
[all …]
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx492 void AquaSalInstance::PostUserEvent( AquaSalFrame* pFrame, sal_uInt16 nType, void* pData ) in PostUserEvent() argument
495 maUserEvents.push_back( SalUserEvent( pFrame, pData, nType ) ); in PostUserEvent()
821 bool AquaSalInstance::AnyInput( sal_uInt16 nType ) in AnyInput() argument
823 if( nType & INPUT_APPEVENT ) in AnyInput()
827 if( nType == INPUT_APPEVENT ) in AnyInput()
831 if( nType & INPUT_TIMER ) in AnyInput()
844 if( nType & INPUT_MOUSE) in AnyInput()
852 if( nType & INPUT_KEYBOARD) in AnyInput()
854 if( nType & INPUT_OTHER) in AnyInput()
857 if( !nType) in AnyInput()
/trunk/main/vcl/os2/source/app/
H A Dsalinst.cxx694 bool Os2SalInstance::AnyInput( USHORT nType ) in AnyInput() argument
699 if ( (nType & (INPUT_ANY)) == INPUT_ANY ) in AnyInput()
707 if ( nType & INPUT_MOUSE ) in AnyInput()
715 if ( nType & INPUT_KEYBOARD ) in AnyInput()
723 if ( nType & INPUT_PAINT ) in AnyInput()
731 if ( nType & INPUT_TIMER ) in AnyInput()
739 if ( nType & INPUT_OTHER ) in AnyInput()
/trunk/main/sw/source/ui/shells/
H A Dtextfld.cxx218 sal_uInt16 nType = 0; in ExecField() local
225 nType = ((SfxUInt16Item *)pItem)->GetValue(); in ExecField()
251 … SwInsertFld_Data aData(nType, 0, aPar1, aPar2, nFormat, GetShellPtr(), cSeparator ); in ExecField()
264 sal_uInt16 nType = 0; in ExecField() local
272 nType = ((SfxUInt16Item *)pItem)->GetValue(); in ExecField()
289 … SwInsertFld_Data aData(nType, nSubType, aPar1, aPar2, nFormat, GetShellPtr(), cSeparator ); in ExecField()
786 sal_uInt16 nType = (sal_uInt16)rHlnkItem.GetInsertMode(); in InsertHyperlink() local
787 nType &= ~HLINK_HTMLMODE; in InsertHyperlink()
804 switch (nType) in InsertHyperlink()
/trunk/main/sw/source/core/attr/
H A Dcalbck.cxx366 …Modify::ModifyBroadcast( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue, TypeId nType ) in ModifyBroadcast() argument
369 SwClient * pClient = aIter.First( nType ); in ModifyBroadcast()
489 SwClient* SwClientIter::First( TypeId nType ) in First() argument
491 aSrchId = nType; in First()
527 SwClient* SwClientIter::Last( TypeId nType ) in Last() argument
529 aSrchId = nType; in Last()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlControlProperty.cxx261 sal_Int32 nType = 0; in convertString() local
263 nType = TYPE_DATE; in convertString()
265 nType = TYPE_TIME; in convertString()
267 nType = TYPE_DATETIME; in convertString()
268 if ( !nType ) in convertString()
282 switch (nType) in convertString()
/trunk/main/linguistic/source/
H A Dspelldta.cxx246 nType = SpellFailure::IS_NEGATIVE_WORD; in SpellAlternatives()
255 nType (nFailureType), in SpellAlternatives()
270 nType (nFailureType), in SpellAlternatives()
301 return nType; in getFailureType()
333 nType = nFailureType; in setFailureType()
348 nType = nTypeP; in SetFailureType()
/trunk/main/autodoc/source/ary/cpp/
H A Dtplparam.cxx39 : nType(i_nType) in TplParameter_Type()
55 return static_cast<long>(nType.Value()) in Compare()
56 - static_cast<long>(pOther->nType.Value()); in Compare()
63 i_rGate.Types().Get_TypeText( o_rOut, nType ); in Get_Text()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx421 for( sal_Int32 nType = 0; nType < nBaseTypes; nType++ ) in getTypes() local
1045 nType = OBJ_TEXT; in createInstance()
1049 nType = OBJ_TEXT; in createInstance()
1053 nType = OBJ_TEXT; in createInstance()
1057 nType = OBJ_GRAF; in createInstance()
1061 nType = OBJ_PAGE; in createInstance()
1065 nType = OBJ_OLE2; in createInstance()
1069 nType = OBJ_OLE2; in createInstance()
1073 nType = OBJ_OLE2; in createInstance()
1081 nType = OBJ_OLE2; in createInstance()
[all …]

Completed in 187 milliseconds

12345678910>>...40