Home
last modified time | relevance | path

Searched refs:nType (Results 76 – 100 of 977) sorted by relevance

12345678910>>...40

/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx234 sal_Int32 nType = 0; in getData() local
236 >>= nType ) in getData()
238 if ( nType == 0 ) in getData()
242 else if ( nType == 1 ) in getData()
449 sal_Int32 nType in setData() local
453 uno::makeAny( nType ) ); in setData()
786 uno::makeAny( nType ) ); in move()
1230 sal_Int32 nType = 0; in operator *() local
1231 if ( m_pImpl->dir->getByHierarchicalName( aType ) >>= nType ) in operator *()
1233 if ( nType == 0 ) in operator *()
[all …]
/trunk/main/sw/inc/
H A Dexpfld.hxx125 virtual void SetSubType(sal_uInt16 nType);
160 sal_uInt16 nType; member in SwSetExpFieldType
169 sal_uInt16 nType = nsSwGetSetExpType::GSE_EXPR );
210 nType = nTyp; in SetType()
211 EnableFormat( !(nType & (nsSwGetSetExpType::GSE_SEQ|nsSwGetSetExpType::GSE_STRING))); in SetType()
215 { return nType; } in GetType()
255 virtual void SetSubType(sal_uInt16 nType);
443 virtual void SetSubType(sal_uInt16 nType);
/trunk/main/sw/source/core/access/
H A Daccportions.cxx117 void SwAccessiblePortionData::Text(sal_uInt16 nLength, sal_uInt16 nType) in Text() argument
133 sal_uInt8 nAttr = IsGrayPortionType(nType) ? PORATTR_GRAY : 0; in Text()
152 sal_uInt16 nLength, const String& rText, sal_uInt16 nType) in Special() argument
163 switch( nType ) in Special()
229 if( (nLength == 0) && (sDisplay.Len() == 0) && (nType != POR_TERMINATE) ) in Special()
243 if( IsGrayPortionType(nType) ) nAttr |= PORATTR_GRAY; in Special()
245 if( nType == POR_TERMINATE ) nAttr |= PORATTR_TERM; in Special()
254 if( nType != POR_TERMINATE ) in Special()
309 sal_Bool SwAccessiblePortionData::IsGrayPortionType( sal_uInt16 nType ) const in IsGrayPortionType()
314 switch( nType ) in IsGrayPortionType()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedScaleProperty.cxx278 sal_Int32 nType = 0; in setPropertyValue() local
279 if( (rOuterValue >>= nType) ) in setPropertyValue()
281 if( ::com::sun::star::chart::ChartAxisType::AUTOMATIC == nType ) in setPropertyValue()
287 else if( ::com::sun::star::chart::ChartAxisType::CATEGORY == nType ) in setPropertyValue()
293 else if( ::com::sun::star::chart::ChartAxisType::DATE == nType ) in setPropertyValue()
536 sal_Int32 nType = ::com::sun::star::chart::ChartAxisType::AUTOMATIC; in getPropertyValue() local
539 nType = ::com::sun::star::chart::ChartAxisType::DATE; in getPropertyValue()
544 nType = ::com::sun::star::chart::ChartAxisType::CATEGORY; in getPropertyValue()
546 aRet = uno::makeAny( nType ); in getPropertyValue()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx73 sal_Int16 nType; member in SwTblFmtCmp
92 if ( pCmp->pOld == pOld && pCmp->nType == nType ) in FindNewFmt()
703 sal_Int16 nType = 0; in SetTabBorders() local
711 nType |= 0x0001; in SetTabBorders()
716 nType |= 0x0002; in SetTabBorders()
726 nType |= 0x0004; in SetTabBorders()
732 nType |= 0x0008; in SetTabBorders()
741 nType |= 0x0010; in SetTabBorders()
746 nType |= 0x0020; in SetTabBorders()
756 nType |= 0x0040; in SetTabBorders()
[all …]
/trunk/main/sc/source/core/data/
H A Ddocumen6.cxx81 sal_Int16 nType = xBreakIter->getScriptType( aText, nPos ); in HasStringWeakCharacters() local
82 if ( nType == i18n::ScriptType::WEAK ) in HasStringWeakCharacters()
85 nPos = xBreakIter->endOfScript( aText, nPos, nType ); in HasStringWeakCharacters()
109 sal_Int16 nType = xBreakIter->getScriptType( aText, nPos ); in GetStringScriptType() local
110 switch ( nType ) in GetStringScriptType()
123 nPos = xBreakIter->endOfScript( aText, nPos, nType ); in GetStringScriptType()
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx228 sal_Int32 nType = aValue; in ODatabaseExport() local
231 if( nType == DataType::VARCHAR ) in ODatabaseExport()
236 m_pTypeInfo->nType = nType; in ODatabaseExport()
391 sal_Int16 nType = 0; in insertValueIntoColumn() local
393 switch(nType) in insertValueIntoColumn()
459 sal_Int16 nType = 0; in CheckString() local
460 xProp->getPropertyValue(PROPERTY_TYPE) >>= nType; in CheckString()
462 switch(nType) in CheckString()
532 nNumberFormat = nType; in CheckString()
588 sal_Int16 nType = m_vNumberFormat[i] & ~NumberFormat::DEFINED; in SetColumnTypes() local
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Dprhdlfac.hxx83 virtual const XMLPropertyHandler* GetPropertyHandler( sal_Int32 nType ) const;
89 static const XMLPropertyHandler* CreatePropertyHandler( sal_Int32 nType );
93 XMLPropertyHandler* GetHdlCache( sal_Int32 nType ) const;
95 void PutHdlCache( sal_Int32 nType, const XMLPropertyHandler* pHdl ) const;
100 SAL_DLLPRIVATE const XMLPropertyHandler* GetBasicHandler( sal_Int32 nType )
/trunk/main/xmloff/source/text/
H A Dtxtprhdl.cxx974 sal_Int16 nType = sal_Int16(); in exportXML() local
975 if( rValue >>= nType ) in exportXML()
978 if( nType > 10 ) in exportXML()
981 nType -= 10; in exportXML()
983 bRet = SvXMLUnitConverter::convertEnum( aOut, nType, in exportXML()
988 if( nType != 0 ) in exportXML()
1279 ( sal_Int32 nType ) const in GetPropertyHandler()
1282 switch( nType ) in GetPropertyHandler()
1505 sal_Int32 nType ) const in GetPropertyHandler()
1508 XMLPropertyHandlerFactory::GetPropertyHandler( nType ); in GetPropertyHandler()
[all …]
/trunk/main/svx/source/dialog/
H A Dstrarray.cxx69 const String& SvxStringArray::GetStringByType( long nType ) const in GetStringByType()
71 sal_uInt32 nPos = FindIndex( nType ); in GetStringByType()
83 long nType = 0; in GetValueByStr() local
89 nType = GetValue( i ); in GetValueByStr()
92 return nType; in GetValueByStr()
/trunk/main/idl/source/objects/
H A Dtypes.cxx1020 , nType( TYPE_BASE ) \
1079 nType = nT; in Load()
1147 nType = nT; in SetType()
1148 if( nType == TYPE_ENUM ) in SetType()
1153 else if( nType == TYPE_CLASS ) in SetType()
1280 DBG_ASSERT( nType == TYPE_POINTER || nType == TYPE_BASE, in SetCall0()
1314 DBG_ASSERT( nType == TYPE_POINTER || nType == TYPE_BASE, in SetCall1()
1611 switch( nType ) in Write()
1622 if( nType == TYPE_STRUCT || nType == TYPE_UNION ) in Write()
1641 if( nType == TYPE_STRUCT ) in Write()
[all …]
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx566 rAny >>= nType; in PutValue()
568 switch( nType ) in PutValue()
571 nType = FF_PATH; in PutValue()
577 nType = FF_NAME; in PutValue()
582 nType |= FF_FIXED; in PutValue()
583 SetFormat(nType); in PutValue()
723 rAny >>= nType; in PutValue()
724 switch( nType ) in PutValue()
2102 return nType; in GetSubType()
2109 nType = nSub; in SetSubType()
[all …]
/trunk/main/accessibility/source/helper/
H A Dacc_factory.cxx359 WindowType nType = pWindow->GetType(); in createAccessibleContext() local
361 …if ( nType == WINDOW_MENUBARWINDOW || pWindow->IsMenuFloatingWindow() || pWindow->IsToolbarFloatin… in createAccessibleContext()
374 else if ( nType == WINDOW_STATUSBAR ) in createAccessibleContext()
378 else if ( nType == WINDOW_TABCONTROL ) in createAccessibleContext()
382 …else if ( nType == WINDOW_TABPAGE && pWindow->GetAccessibleParentWindow() && pWindow->GetAccessibl… in createAccessibleContext()
386 else if ( nType == WINDOW_FLOATINGWINDOW ) in createAccessibleContext()
390 else if ( nType == WINDOW_BORDERWINDOW && hasFloatingChild( pWindow ) ) in createAccessibleContext()
404 else if ( ( nType == WINDOW_HELPTEXTWINDOW ) || ( nType == WINDOW_FIXEDLINE ) ) in createAccessibleContext()
/trunk/main/svl/source/svdde/
H A Dddesvr.cxx283 else if( DDEGETPUTITEM == pItem->nType ) in SV_IMPL_VARARR()
307 if( DDEGETPUTITEM == pItem->nType ) in SV_IMPL_VARARR()
654 if( DDEGETPUTITEM == r.nType ) in AddItem()
798 nType = DDEITEM; in DdeItem()
810 nType = DDEITEM; in DdeItem()
822 nType = DDEITEM; in DdeItem()
863 if( DDEGETPUTITEM == nType ) in IncMonitor()
896 if( DDEGETPUTITEM == nType ) in DecMonitor()
921 nType = DDEGETPUTITEM; in DdeGetPutItem()
929 nType = DDEGETPUTITEM; in DdeGetPutItem()
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleSpellChecker.java198 short nType = SpellFailure.SPELLING_ERROR; in GetProposals() local
216 nType = SpellFailure.SPELLING_ERROR; in GetProposals()
221 nType = SpellFailure.SPELLING_ERROR; in GetProposals()
229 nType = SpellFailure.CAPTION_ERROR; in GetProposals()
234 nType = SpellFailure.SPELLING_ERROR; in GetProposals()
239 nType = SpellFailure.IS_NEGATIVE_WORD; in GetProposals()
247 nType, aProposals ); in GetProposals()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx243 sal_Bool AquaSalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nPart ) in IsNativeControlSupported() argument
252 switch( nType ) in IsNativeControlSupported()
385 if ( nType == CTRL_SCROLLBAR ) in hitTestNativeControl()
473 sal_Bool AquaSalGraphics::drawNativeControl(ControlType nType, in drawNativeControl() argument
501 switch( nType ) in drawNativeControl()
679 switch( nType ) in drawNativeControl()
781 if( nType == CTRL_INTROPROGRESS ) in drawNativeControl()
1201 if( nType == CTRL_WINDOW_BACKGROUND ) in drawNativeControl()
1263 switch (nType) in getNativeControlRegion()
1300 if ( nType == CTRL_PUSHBUTTON ) in getNativeControlRegion()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx58 inline Func_SetType( sal_Int32 nType ) : mnType( nType ) {} in Func_SetType()
459 sal_Int32 nType = GetColumnType( nColIx ); in GetSelColumnType() local
462 if( nType != GetColumnType( nColIx ) ) in GetSelColumnType()
463 nType = CSV_TYPE_MULTI; in GetSelColumnType()
466 return nType; in GetSelColumnType()
469 void ScCsvGrid::SetSelColumnType( sal_Int32 nType ) in SetSelColumnType() argument
471 if( (nType != CSV_TYPE_MULTI) && (nType != CSV_TYPE_NOSELECTION) ) in SetSelColumnType()
474 SetColumnType( nColIx, nType ); in SetSelColumnType()
924 sal_uInt32 nType = nCode - KEY_1; in KeyInput() local
925 if( nType < maTypeNames.size() ) in KeyInput()
[all …]
/trunk/main/oox/source/drawingml/diagram/
H A Ddatamodelcontext.cxx48 sal_Int32 nType = xAttribs->getOptionalValueToken( XML_type, XML_parOf ); in CxnContext() local
49 pConnection->mnType = nType; in CxnContext()
137 sal_Int32 nType = xAttribs->getOptionalValueToken( XML_type, XML_node ); in PtContext() local
138 mpPoint->setType( nType ); in PtContext()
141 if( ( nType == XML_parTrans ) || ( nType == XML_sibTrans ) ) in PtContext()
/trunk/main/basctl/source/basicide/
H A Dbastype3.cxx379 sal_uInt16 nType = OBJ_TYPE_UNKNOWN; in ConvertType() local
385 nType = BASICIDE_TYPE_SHELL; in ConvertType()
390 nType = BASICIDE_TYPE_LIBRARY; in ConvertType()
395 nType = BASICIDE_TYPE_MODULE; in ConvertType()
400 nType = BASICIDE_TYPE_DIALOG; in ConvertType()
405 nType = BASICIDE_TYPE_METHOD; in ConvertType()
411 return nType; in ConvertType()
/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java204 int nType , in ProtocolLine() argument
210 m_nType = nType ; in ProtocolLine()
629 public synchronized void log( /*IN*/ int nType , in log() argument
632 nType = (nType & ~m_nFilter); in log()
633 if (nType == 0) in log()
640 if ((nType & TYPE_SCOPE_OPEN) == TYPE_SCOPE_OPEN) in log()
644 ProtocolLine aLine = new ProtocolLine(m_nLine, m_nScope, nType, sMessage); in log()
652 ((nType & TYPE_SCOPE_CLOSE) == TYPE_SCOPE_CLOSE) in log()
/trunk/main/xmloff/source/chart/
H A DXMLSymbolTypePropertyHdl.cxx148 sal_Int32 nType = -3; // NONE in exportXML() local
149 rValue >>= nType; in exportXML()
154 bResult = lcl_convertEnum( aBuf, nType, aXMLChartSymbolNameMap ); in exportXML()
159 if( nType < 0 ) in exportXML()
162 bResult = lcl_convertEnum( aBuf, nType, aXMLChartSymbolTypeEnumMap ); in exportXML()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx635 nType = 0; in fetchRow() local
639 nType = m_aTypes[i-1]; in fetchRow()
645 …olumn->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE)) >>= nType; in fetchRow()
647 switch(nType) in fetchRow()
657 switch(nType) in fetchRow()
681 if ( DataType::INTEGER != nType ) in fetchRow()
686 OSL_ENSURE(cDecimalDelimiter && nType != DataType::INTEGER || in fetchRow()
687 !cDecimalDelimiter && nType == DataType::INTEGER, in fetchRow()
718 if ( DataType::DECIMAL == nType || DataType::NUMERIC == nType ) in fetchRow()
731 (_rRow->get())[i]->setTypeKind(nType); in fetchRow()
/trunk/main/sc/source/ui/unoobj/
H A Dtarguno.cxx156 nType( nT ) in ScLinkTargetTypeObj()
159 aName = String( ScResId( nTypeResIds[nType] ) ); //! on demand? in ScLinkTargetTypeObj()
182 switch ( nType ) in getLinks()
227 void ScLinkTargetTypeObj::SetLinkTargetBitmap( uno::Any& rRet, sal_uInt16 nType ) in SetLinkTargetBitmap() argument
230 switch ( nType ) in SetLinkTargetBitmap()
257 SetLinkTargetBitmap( aRet, nType ); in getPropertyValue()
/trunk/main/sc/source/ui/formdlg/
H A Dprivsplt.cxx382 void ScPrivatSplit::StateChanged( StateChangedType nType ) in StateChanged() argument
384 if ( (nType == STATE_CHANGE_ZOOM) || in StateChanged()
385 (nType == STATE_CHANGE_CONTROLFONT) ) in StateChanged()
390 if ( nType == STATE_CHANGE_CONTROLFOREGROUND ) in StateChanged()
395 else if ( nType == STATE_CHANGE_CONTROLBACKGROUND ) in StateChanged()
401 Control::StateChanged( nType ); in StateChanged()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx890 return getString( nType ); in convertTypeFromNative()
1283 Atom nType; in getPasteDataTypes() local
1868 Atom nType = None; in handleReceivePropertyNotify() local
1880 &nType, &nFormat, in handleReceivePropertyNotify()
1895 if( nType == m_nINCRAtom ) in handleReceivePropertyNotify()
1901 else if( nType != None ) in handleReceivePropertyNotify()
1908 nType, in handleReceivePropertyNotify()
1909 &nType, &nFormat, in handleReceivePropertyNotify()
2987 Atom nType; in getXdndVersion() local
3010 if( nType == XA_WINDOW ) in getXdndVersion()
[all …]

Completed in 198 milliseconds

12345678910>>...40