Home
last modified time | relevance | path

Searched refs:GetType (Results 151 – 175 of 792) sorted by relevance

12345678910>>...32

/trunk/main/svtools/source/control/
H A Durlcontrol.cxx56 if (EVENT_KEYINPUT == _rNEvt.GetType()) in PreNotify()
68 if (EVENT_KEYINPUT == _rNEvt.GetType()) in Notify()
H A Dfileurlbox.cxx77 switch ( _rNEvt.GetType() ) in PreNotify()
99 switch ( _rNEvt.GetType() ) in Notify()
H A Dtaskbar.cxx441 if ( (rDCEvt.GetType() == DATACHANGED_FONTS) || in DataChanged()
442 (rDCEvt.GetType() == DATACHANGED_FONTSUBSTITUTION) || in DataChanged()
443 ((rDCEvt.GetType() == DATACHANGED_SETTINGS) && in DataChanged()
/trunk/main/vcl/source/control/
H A Dctrl.cxx301 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
314 if ( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
446 (rDCEvt.GetType() == DATACHANGED_SETTINGS) && in DataChanged()
/trunk/main/sw/source/ui/inc/
H A Djavaedit.hxx97 using Window::GetType;
105 String GetType() { return aType; } in GetType() function in SwJavaEditDialog
/trunk/main/forms/source/component/
H A Dimgprod.cxx299 if( ( GRAPHIC_NONE == mpGraphic->GetType() ) || mpGraphic->GetContext() ) in NewDataAvailable()
312 if( mpStm || ( mpGraphic->GetType() != GRAPHIC_NONE ) ) in startProduction()
316 if( ( mpGraphic->GetType() == GRAPHIC_NONE ) || mpGraphic->GetContext() ) in startProduction()
322 if( mpGraphic->GetType() != GRAPHIC_NONE ) in startProduction()
/trunk/main/framework/source/uielement/
H A Dstatusbarmanager.cxx622 if ((( rDCEvt.GetType() == DATACHANGED_SETTINGS ) || in DataChanged()
623 ( rDCEvt.GetType() == DATACHANGED_FONTS ) || in DataChanged()
624 ( rDCEvt.GetType() == DATACHANGED_FONTSUBSTITUTION ) || in DataChanged()
625 ( rDCEvt.GetType() == DATACHANGED_DISPLAY )) && in DataChanged()
H A Daddonstoolbarmanager.cxx406 WindowType nType = pItemWin->GetType(); in FillToolbar()
528 if ((( pDataChangedEvent->GetType() == DATACHANGED_SETTINGS ) || in IMPL_LINK()
529 ( pDataChangedEvent->GetType() == DATACHANGED_DISPLAY )) && in IMPL_LINK()
/trunk/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx563 if ( (rDCEvt.GetType() == DATACHANGED_SETTINGS) && in DataChanged()
755 if ( (rDCEvt.GetType() == DATACHANGED_SETTINGS) && in DataChanged()
850 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify()
873 else if ( EVENT_LOSEFOCUS == rNEvt.GetType() ) in Notify()
/trunk/main/vcl/source/window/
H A Dbtndlg.cxx377 if ( !((eType == BUTTON_OK) && (pItem->mpPushButton->GetType() == WINDOW_OKBUTTON)) || in AddButton()
378 !((eType == BUTTON_CANCEL) && (pItem->mpPushButton->GetType() == WINDOW_CANCELBUTTON)) || in AddButton()
379 !((eType == BUTTON_HELP) && (pItem->mpPushButton->GetType() == WINDOW_HELPBUTTON)) ) in AddButton()
/trunk/main/sc/inc/
H A Dtoken.hxx340 xUpperLeft->GetType() : in GetUpperLeftType()
456 if ( rT.GetType() == formula::svSingleRef ) in SingleDoubleRefModifier()
491 Ref2( r.GetType() == formula::svDoubleRef ? in SingleDoubleRefProvider()
/trunk/main/basic/source/comp/
H A Dloops.cxx275 if( pDef->GetType() == SbxVARIANT || pDef->GetType() == SbxEMPTY ) in With()
277 else if( pDef->GetType() != SbxOBJECT ) in With()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx368 static_cast< SwSetExpFieldType* >(pSetExpFld)->GetType() == nsSwGetSetExpType::GSE_STRING ) in ChangeExpansion()
651 sal_Int16 nRet = lcl_SubTypeToAPI(GetType()); in QueryValue()
874 return ((SwSetExpFieldType*)GetTyp())->GetType() | nSubType; in GetSubType()
959 sal_uInt16 nType = ((SwSetExpFieldType*)GetTyp())->GetType(); in GetPar2()
968 sal_uInt16 nType = ((SwSetExpFieldType*)GetTyp())->GetType(); in SetPar2()
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.cxx122 BasicEntryType eType( aDesc.GetType() ); in EditedEntry()
214 BasicEntryType eSourceType( aSourceDesc.GetType() ); in NotifyAcceptDrop()
364 BasicEntryType eType( aSourceDesc.GetType() ); in NotifyCopyingMoving()
712 aModName, aBasicBox.ConvertType( aDesc.GetType() ) ); in IMPL_LINK()
893 BasicEntryType eType( aDesc.GetType() ); in DeleteCurrent()
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx550 … !(((SwSetExpFieldType*)pFldType)->GetType() & nsSwGetSetExpType::GSE_SEQ)) || in GetSubTypes()
553 … !(((SwSetExpFieldType*)pFldType)->GetType() & nsSwGetSetExpType::GSE_SEQ)) || in GetSubTypes()
556 (((SwSetExpFieldType*)pFldType)->GetType() & nsSwGetSetExpType::GSE_SEQ)) || in GetSubTypes()
561 … !(((SwSetExpFieldType*)pFldType)->GetType() & nsSwGetSetExpType::GSE_SEQ))) ) ) in GetSubTypes()
1335 pFld = new SwGetExpField(pTyp, rData.sPar1, pSetTyp->GetType(), nFormatId); in InsertFld()
1336 pFld->SetSubType(nSubType | pSetTyp->GetType()); in InsertFld()
/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx859 else if( pToken->GetType() == svSingleRef ) in GetToken()
863 else if( pToken->GetType() == svDoubleRef ) in GetToken()
893 ( pToken->GetType() == svString in Factor()
894 || pToken->GetType() == svSingleRef ) in Factor()
1064 if ( bCompileForFAP && pFacToken->GetType() == svJump ) in Factor()
1563 switch( t->GetType() ) in CreateStringFromToken()
/trunk/main/drawinglayer/source/primitive2d/
H A Dfillgraphicprimitive2d.cxx58 … if(GRAPHIC_BITMAP == rGraphic.GetType() || GRAPHIC_GDIMETAFILE == rGraphic.GetType()) in create2DDecomposition()
/trunk/main/dbaccess/source/ui/misc/
H A DToolBoxHelper.cxx111 if ( pData && ((( pData->GetType() == DATACHANGED_SETTINGS ) || in IMPL_LINK()
112 ( pData->GetType() == DATACHANGED_DISPLAY )) && in IMPL_LINK()
/trunk/main/framework/source/layoutmanager/
H A Dhelpers.cxx102 if ( pWindow->GetType() == WINDOW_TOOLBOX ) in retrieveToolbarNameFromHelpURL()
121 if ( pWindow->GetType() == WINDOW_TOOLBOX ) in getToolboxPtr()
170 if ( pWindow->GetType() == WINDOW_TOOLBOX ) in lcl_checkUIElement()
/trunk/main/sw/inc/
H A Dusrfld.hxx64 inline sal_uInt16 GetType() const;
89 inline sal_uInt16 SwUserFieldType::GetType() const in GetType() function in SwUserFieldType
/trunk/main/sw/source/ui/shells/
H A Dtextfld.cxx484 ::lcl_AppendRedlineStr( sTitle, pRedline->GetType() ); in ExecField()
545 aType = pDlg->GetType(); in ExecField()
888 ::lcl_AppendRedlineStr( sTitle, pRedline->GetType() ); in IMPL_LINK()
937 ::lcl_AppendRedlineStr( sTitle, pRedline->GetType() ); in IMPL_LINK()
/trunk/main/editeng/source/uno/
H A Dunofield.cxx339 sal_Bool bFixed = ((SvxDateField*)pData)->GetType() == SVXDATETYPE_FIX; in SvxUnoTextField()
357 mpImpl->mbBoolean1 = ((SvxExtTimeField*)pData)->GetType() == SVXTIMETYPE_FIX; in SvxUnoTextField()
371 mpImpl->mbBoolean1 = ((SvxExtFileField*)pData)->GetType() == SVXFILETYPE_FIX; in SvxUnoTextField()
380 mpImpl->mbBoolean1 = ((SvxAuthorField*)pData)->GetType() == SVXAUTHORTYPE_FIX; in SvxUnoTextField()
/trunk/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx533 if( pWindow && pWindow->GetType() == WINDOW_COMBOBOX ) in FillAccessibleStateSet()
545 if( pWinTemp && pWinTemp->GetType() == WINDOW_EDIT ) in FillAccessibleStateSet()
552 if( pChild->GetType() == WINDOW_EDIT ) in FillAccessibleStateSet()
740 aName += String::CreateFromInt32( GetWindow()->GetType() ); in getAccessibleName()
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx365 if( bOnlyFormatedRedlines && nsRedlineType_t::REDLINE_FORMAT != rRedln.GetType() ) in InitAuthors()
401 bIsNotFormated |= nsRedlineType_t::REDLINE_FORMAT != rRedln.GetType(); in InitAuthors()
443 switch( rRedln.GetType(nStack) ) in GetActionText()
1147 bIsNotFormated |= nsRedlineType_t::REDLINE_FORMAT != rRedln.GetType(); in IMPL_LINK()
1273 switch( rRedline.GetType() ) in IMPL_LINK()
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx331 if( pSbxVariable->GetType() == SbxSTRING ) in RTLFUNC()
393 if( pSbxVariable->GetType() == SbxSTRING ) in RTLFUNC()
966 SbxDataType eType = rVar.GetType(); in lcl_WriteSbxVariable()
1056 SbxDataType eVarType = rVar.GetType(); in lcl_ReadSbxVariable()
1188 SbxDataType eType2 = pVar2->GetType(); in PutGet()
1225 if( pVar->GetType() & SbxARRAY ) in PutGet()
1410 SbxDataType eType = rPar.Get(1)->GetType(); in RTLFUNC()

Completed in 150 milliseconds

12345678910>>...32