Home
last modified time | relevance | path

Searched refs:GetType (Results 1 – 25 of 792) sorted by relevance

12345678910>>...32

/trunk/main/vcl/source/app/
H A Ddbggui.cxx670 if ( rNEvt.GetType() == EVENT_COMMAND ) in PreNotify()
1443 … if ( (pChild->GetType() == WINDOW_OKBUTTON) || (pChild->GetType() == WINDOW_CANCELBUTTON) ) in DbgDialogTest()
1467 if ( (pChild->GetType() != WINDOW_TABCONTROL) && in DbgDialogTest()
1468 (pChild->GetType() != WINDOW_TABPAGE) && in DbgDialogTest()
1469 (pChild->GetType() != WINDOW_GROUPBOX) ) in DbgDialogTest()
1499 if ( (pChild->GetType() == WINDOW_RADIOBUTTON) || in DbgDialogTest()
1500 (pChild->GetType() == WINDOW_IMAGERADIOBUTTON) || in DbgDialogTest()
1501 (pChild->GetType() == WINDOW_CHECKBOX) || in DbgDialogTest()
1502 (pChild->GetType() == WINDOW_TRISTATEBOX) || in DbgDialogTest()
1503 (pChild->GetType() == WINDOW_PUSHBUTTON) ) in DbgDialogTest()
[all …]
/trunk/main/idl/source/objects/
H A Dtypes.cxx125 SvMetaType * SvMetaAttribute::GetType() const in GetType() function in SvMetaAttribute
128 return ((SvMetaAttribute *)GetRef())->GetType(); in GetType()
224 SvMetaType * pType = GetType(); in IsMethod()
226 return pType->GetType() == TYPE_METHOD; in IsMethod()
231 SvMetaType * pType = GetType(); in IsVariable()
232 return pType->GetType() != TYPE_METHOD; in IsVariable()
343 if( GetType()->IsItem() && !GetSlotId().IsSet() ) in Test()
369 if( !GetType() ) in ReadSvIdl()
373 if( GetType() ) in ReadSvIdl()
383 xT->SetRef( GetType() ); in ReadSvIdl()
[all …]
H A Dslot.cxx907 SvMetaType * pType = GetType(); in Test()
908 if( pType->GetType() == TYPE_METHOD ) in Test()
931 SvMetaAttribute * pAttr = rBase.ReadKnownAttr( rInStm, GetType() ); in ReadSvIdl()
1100 SvMetaType * pBType = GetType()->GetBaseType(); in Insert()
1450 pT = GetType(); in WriteSlot()
1479 pType = pMethod->GetType(); in WriteSlot()
1481 pType = GetType(); in WriteSlot()
1495 if ( !IsVariable() || !GetType() || in WriteSlot()
1496 GetType()->GetBaseType()->GetType() != TYPE_STRUCT ) in WriteSlot()
1539 pType = pMethod->GetType(); in WriteSlotParamArray()
[all …]
/trunk/main/automation/source/server/
H A Dstatemnt.cxx267 WindowType eRT = pWin->GetType(); in ImpGetRType()
795 …if ( pBase->GetType() == WINDOW_WINDOW && pBase->GetParent() && pBase->GetParent()->GetType() == W… in WriteControlData()
804 switch ( pBase->GetType() ) in WriteControlData()
884 if ( pBase->GetType() == WINDOW_CONTROL ) in WriteControlData()
901 pRet->GenReturn ( RET_WinInfo, aId, (comm_ULONG)pBase->GetType(), in WriteControlData()
902 … TypeString(pBase->GetType()).Append(aTypeSuffix).AppendAscii(": ").Append(aName), sal_False ); in WriteControlData()
905 if ( pBase->GetType() == WINDOW_TOOLBOX ) // Buttons and Controls in Toolboxes. in WriteControlData()
935 …n ( RET_WinInfo, Str2Id(pTB->GetItemCommand(pTB->GetItemId( i ))), (comm_ULONG)pItemWin->GetType(), in WriteControlData()
936 … TypeString(pItemWin->GetType()).AppendAscii(": ").Append(aName), sal_False ); in WriteControlData()
938 …Ret->GenReturn ( RET_WinInfo, pTB->GetHelpId(pTB->GetItemId( i )), (comm_ULONG)pItemWin->GetType(), in WriteControlData()
[all …]
H A Drecorder.cxx157 && ( pWin->GetType() == WINDOW_CONTROL || pWin->GetType() == WINDOW_WINDOW ) in IMPL_LINK()
184 switch ( pWin->GetType() ) in IMPL_LINK()
197 … LogVCL( rtl::OString(), pWin->GetType(), pWin->GetUniqueOrHelpId(), CUniString("SetPage") ); in IMPL_LINK()
217 … LogVCL( GetParentID( pWin ), pWin->GetType(), pWin->GetUniqueOrHelpId(), CUniString("Check") ); in IMPL_LINK()
247 … LogVCL( GetParentID( pWin ), pWin->GetType(), pWin->GetUniqueOrHelpId(), aMethod ); in IMPL_LINK()
281 …LogVCL( GetParentID( pWin ), pWin->GetType(), pWin->GetUniqueOrHelpId(), CUniString("Select"), ((L… in IMPL_LINK()
317 …LogVCL( GetParentID( pWin ), pWin->GetType(), pWin->GetUniqueOrHelpId(), CUniString("Select"), nPo… in IMPL_LINK()
335 switch ( pParent->GetType() ) in IMPL_LINK()
381 … LogVCL( rtl::OString(), pWin->GetType(), pWin->GetUniqueOrHelpId(), aMethod ); in IMPL_LINK()
383 … LogVCL( rtl::OString(), pWin->GetType(), pWin->GetUniqueOrHelpId(), aMethod, nCurrentButtonId ); in IMPL_LINK()
[all …]
H A Dsta_list.cxx402 else if ( pWin->GetType() == WINDOW_TOOLBOX ) // Buttons and Controls on ToolBox. in IsWinOK()
484 if ( pWin->IsVisible() && pWin->GetType() == mnRT ) in IsWinOK()
538 …return pWin->IsVisible() && pWin->GetType() == WINDOW_FLOATINGWINDOW && ((FloatingWindow*)pWin)->I… in IsWinOK()
592 if ( pParent && pParent->GetType() == WINDOW_BORDERWINDOW && pParent->IsVisible() ) in GetMatchingMenu()
599 if ( pParent->GetChild( nCount )->GetType() == WINDOW_WORKWINDOW ) in GetMatchingMenu()
624 …return pWin->IsVisible() && ( (nRT == WINDOW_ANYTYPE && IsDialog(pWin) ) || pWin->GetType() == nRT… in IsWinOK()
637 if ( pWin->GetType() == WINDOW_SPLITWINDOW ) in IsWinOK()
648 return pWin->IsVisible() && ( pWin->GetType() == WINDOW_SPLITWINDOW ) in IsWinOK()
657 if ( GetpApp()->GetAppWindow() == pBase && pBase->GetType() != WINDOW_BORDERWINDOW ) in GetFadeSplitWin()
688 if ( pResult->GetChild(i)->GetType() == nRT ) in GetFocus()
[all …]
/trunk/main/basic/source/runtime/
H A Dstep0.cxx69 && ( p2->GetType() == SbxOBJECT || p2->GetType() == SbxVARIANT ) in StepArith()
107 SbxDataType p1Type = p1->GetType(); in StepCompare()
108 SbxDataType p2Type = p2->GetType(); in StepCompare()
306 SbxDataType eType1 = refVar1->GetType(); in StepIS()
307 SbxDataType eType2 = refVar2->GetType(); in StepIS()
311 eType1 = refVar1->GetType(); in StepIS()
316 eType2 = refVar2->GetType(); in StepIS()
339 SbxDataType eVarType = refVar->GetType(); in checkUnoStructCopy()
352 SbxDataType eValType = refVal->GetType(); in checkUnoStructCopy()
394 if ( refVar->GetType() == SbxOBJECT ) in StepPUT()
[all …]
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx163 if ( IsRejected() || GetType() == SC_CAT_DELETE_TABS || IsDeletedIn() ) in IsVisible()
165 if ( GetType() == SC_CAT_CONTENT ) in IsVisible()
174 if ( IsRejected() || GetType() == SC_CAT_REJECT || IsDeletedIn() ) in IsTouchable()
177 if ( GetType() == SC_CAT_CONTENT ) in IsTouchable()
192 if ( GetType() == SC_CAT_CONTENT ) in IsClickable()
222 if ( GetType() == SC_CAT_CONTENT ) in IsRejectable()
243 if ( GetType() == SC_CAT_CONTENT ) in IsInternalRejectable()
264 if ( GetType() == SC_CAT_CONTENT ) in IsDialogParent()
286 if ( p && p->GetType() != eType ) in IsDialogParent()
387 (p->GetType() == eDelType || p->GetType() == eInsType) ) in IsDeletedInDelType()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx305 && aData.pObj && ( aData.pObj->GetType() == (SbxARRAY | SbxBYTE) ) in operator =()
315 && r.aData.pObj && ( r.aData.pObj->GetType() == (SbxARRAY | SbxBYTE) ) in operator =()
411 aEmpty.eType = GetType(); in Clear()
995 SbxDataType t = GetType(); in ImpIsNumeric()
1020 SbxDataType SbxValue::GetType() const in GetType() function in SbxValue
1134 SbxDataType eThisType = GetType(); in Compute()
1135 SbxDataType eOpType = rOp.GetType(); in Compute()
1170 if( rOp.GetType() == SbxEMPTY ) in Compute()
1195 if( GetType() == eOpType ) in Compute()
1197 if( GetType() == SbxULONG64 in Compute()
[all …]
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx254 sal_Bool IsInteger() const { return sal_Bool( GetType() == SbxINTEGER ); } in IsInteger()
255 sal_Bool IsLong() const { return sal_Bool( GetType() == SbxLONG ); } in IsLong()
256 sal_Bool IsSingle() const { return sal_Bool( GetType() == SbxSINGLE ); } in IsSingle()
257 sal_Bool IsDouble() const { return sal_Bool( GetType() == SbxDOUBLE ); } in IsDouble()
258 sal_Bool IsString() const { return sal_Bool( GetType() == SbxSTRING ); } in IsString()
259 sal_Bool IsDate() const { return sal_Bool( GetType() == SbxDATE ); } in IsDate()
260 sal_Bool IsCurrency()const { return sal_Bool( GetType() == SbxCURRENCY ); } in IsCurrency()
261 sal_Bool IsObject() const { return sal_Bool( GetType() == SbxOBJECT ); } in IsObject()
262 sal_Bool IsDataObject()const{return sal_Bool( GetType() == SbxDATAOBJECT);} in IsDataObject()
263 sal_Bool IsBool() const { return sal_Bool( GetType() == SbxBOOL ); } in IsBool()
[all …]
/trunk/main/sw/inc/
H A Dtox.hxx169 inline TOXTypes GetType() const;
542 TOXTypes GetType() const;
637 ASSERT( !GetTOXType() || GetTOXType()->GetType() != TOX_INDEX, "Falscher Feldtyp"); in SetLevel()
643 ASSERT(GetTOXType()->GetType() == TOX_INDEX, "Falscher Feldtyp"); in SetPrimaryKey()
649 ASSERT(GetTOXType()->GetType() == TOX_INDEX, "Falscher Feldtyp"); in SetSecondaryKey()
655 ASSERT(GetTOXType()->GetType() == TOX_INDEX, "Falscher Feldtyp"); in SetTextReading()
661 ASSERT(GetTOXType()->GetType() == TOX_INDEX, "Falscher Feldtyp"); in SetPrimaryKeyReading()
667 ASSERT(GetTOXType()->GetType() == TOX_INDEX, "Falscher Feldtyp"); in SetSecondaryKeyReading()
673 ASSERT( !GetTOXType() || GetTOXType()->GetType() != TOX_INDEX, "Falscher Feldtyp"); in GetLevel()
679 ASSERT(GetTOXType()->GetType() == TOX_INDEX, "Falscher Feldtyp"); in GetPrimaryKey()
[all …]
/trunk/main/vcl/source/window/
H A Ddlgctrl.cxx103 if ( pWindow->GetType() == WINDOW_TABCONTROL ) in ImplGetSubChildWindow()
281 if ( pWindow->GetType() == WINDOW_TABCONTROL ) in ImplGetDlgWindow()
438 if ( (pWindow->GetType() == WINDOW_FIXEDTEXT) || in ImplFindAccelWindow()
439 (pWindow->GetType() == WINDOW_FIXEDLINE) || in ImplFindAccelWindow()
440 (pWindow->GetType() == WINDOW_GROUPBOX) ) in ImplFindAccelWindow()
490 if ( GetType() == WINDOW_RADIOBUTTON ) in ImplControlFocus()
502 if ( GetType() == WINDOW_CHECKBOX ) in ImplControlFocus()
515 if ( GetType() == WINDOW_RADIOBUTTON ) in ImplControlFocus()
653 if ( pButtonWindow->GetType() == WINDOW_CANCELBUTTON ) in ImplDlgCtrl()
842 pWindow->GetType() != WINDOW_WINDOW && in ImplDlgCtrl()
[all …]
H A Ddialog.cxx57 if ( (pDialog->GetType() == WINDOW_MESSBOX) || in ImplGetDialogText()
58 (pDialog->GetType() == WINDOW_INFOBOX) || in ImplGetDialogText()
59 (pDialog->GetType() == WINDOW_WARNINGBOX) || in ImplGetDialogText()
60 (pDialog->GetType() == WINDOW_ERRORBOX) || in ImplGetDialogText()
61 (pDialog->GetType() == WINDOW_QUERYBOX) ) in ImplGetDialogText()
78 if ( (pWindow->GetType() == WINDOW_RADIOBUTTON) || in ImplIsMnemonicCtrl()
79 (pWindow->GetType() == WINDOW_CHECKBOX) || in ImplIsMnemonicCtrl()
80 (pWindow->GetType() == WINDOW_TRISTATEBOX) || in ImplIsMnemonicCtrl()
81 (pWindow->GetType() == WINDOW_PUSHBUTTON) ) in ImplIsMnemonicCtrl()
84 if ( pWindow->GetType() == WINDOW_FIXEDTEXT ) in ImplIsMnemonicCtrl()
[all …]
/trunk/main/sc/inc/
H A Dformularesult.hxx140 inline formula::StackVar GetType() const;
234 switch (p->GetType()) in ResolveToken()
314 (p && p->GetType() == formula::svMatrixCell ? in SetToken()
371 inline formula::StackVar ScFormulaResult::GetType() const in GetType() function in ScFormulaResult
381 return mpToken->GetType(); in GetType()
388 formula::StackVar sv = GetType(); in GetCellResultType()
400 if (GetType() == formula::svMatrixCell) in IsEmptyDisplayedAsString()
440 if (GetType() == formula::svMatrixCell) in GetResultError()
467 if (GetType() == formula::svMatrixCell) in GetCellResultToken()
481 switch (mpToken->GetType()) in GetDouble()
[all …]
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx1078 switch( pExpr->GetType() ) in ParseCSS1_font_size()
1163 CSS1Token eType = pExpr->GetType(); in ParseCSS1_font_family()
1174 CSS1_IDENT==pNext->GetType() ) in ParseCSS1_font_family()
1235 switch( pExpr->GetType() ) in ParseCSS1_font_weight()
1306 if( (CSS1_IDENT==pExpr->GetType() || CSS1_STRING==pExpr->GetType()) && in ParseCSS1_font_style()
1367 switch( pExpr->GetType() ) in ParseCSS1_font_variant()
1393 switch( pExpr->GetType() ) in ParseCSS1_color()
1418 switch( pExpr->GetType() ) in ParseCSS1_direction()
1514 switch( pExpr->GetType() ) in ParseCSS1_background()
1648 switch( pExpr->GetType() ) in ParseCSS1_background_color()
[all …]
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx197 if( rObj.GetType().EqualsAscii( "drawing.Group" )) in ImplWriteShape()
222 …rObj.GetType().EqualsAscii( "drawing.Measure" ) || rObj.GetType().EqualsAscii( "drawing.Caption" )… in ImplWriteShape()
248 if ( rObj.GetType().EqualsAscii( "drawing.Custom" ) ) in ImplWriteShape()
290 else if ( rObj.GetType().EqualsAscii( "drawing.Rectangle" )) in ImplWriteShape()
319 else if ( rObj.GetType().EqualsAscii( "drawing.Ellipse" )) in ImplWriteShape()
416 else if ( rObj.GetType().EqualsAscii( "drawing.Control" )) in ImplWriteShape()
420 else if ( rObj.GetType().EqualsAscii( "drawing.Connector" )) in ImplWriteShape()
433 else if ( rObj.GetType().EqualsAscii( "drawing.Measure" )) in ImplWriteShape()
517 else if ( rObj.GetType().EqualsAscii( "drawing.Line" )) in ImplWriteShape()
536 else if ( rObj.GetType().EqualsAscii( "drawing.PolyPolygon" )) in ImplWriteShape()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx115 TOX_INDEX == pTOXType->GetType() && in SV_IMPL_PTRARR()
421 SectionType eT = pSectNd->GetSection().GetType(); in InsertTableOf()
463 SectionType eT = pSectNd->GetSection().GetType(); in GetCurTOX()
511 switch(rBase.GetType()) in SetDefaultTOXBase()
604 if( TOX_HEADER_SECTION == pSect->GetType() ) in DeleteTOX()
629 if( eTyp == (*ppTTypes)->GetType() ) in GetTOXTypeCount()
639 if( eTyp == (*ppTTypes)->GetType() && nCnt++ == nId ) in GetTOXType()
672 TOX_CONTENT_SECTION == (pSect = &pSectNd->GetSection())->GetType()) in GetUniqueTOXBaseName()
878 TOX_INDEX == GetTOXType()->GetType() ? in Update()
965 TOX_OBJECTS == SwTOXBase::GetType()) in Update()
[all …]
/trunk/main/svx/source/tbxctrls/
H A Ditemwin.cxx174 sal_uInt16 nType = rNEvt.GetType(); in PreNotify()
205 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify()
249 if ( (rDCEvt.GetType() == DATACHANGED_SETTINGS) && in DataChanged()
259 if ( (rDCEvt.GetType() == DATACHANGED_SETTINGS) && in DataChanged()
380 sal_uInt16 nType = rNEvt.GetType(); in PreNotify()
412 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify()
437 if ( (rDCEvt.GetType() == DATACHANGED_SETTINGS) && in DataChanged()
599 sal_uInt16 nType = rNEvt.GetType(); in PreNotify()
613 if ( rNEvt.GetType() == EVENT_KEYINPUT ) in Notify()
653 if ( (rDCEvt.GetType() == DATACHANGED_SETTINGS) && in DataChanged()
[all …]
/trunk/main/basic/source/comp/
H A Ddim.cxx75 SbxDataType eType = rDef.GetType(); in TypeDecl()
177 if( rDef.GetType() != SbxVARIANT ) in TypeDecl()
179 if( rDef.GetType() != eType ) in TypeDecl()
333 else if( pOld->GetType() != ( eDefType = pDef->GetType() ) ) in DefVar()
372 sal_uInt32 nOpnd2 = sal::static_int_cast< sal_uInt16 >( pDef->GetType() ); in DefVar()
391 if( pDef->GetType() == SbxOBJECT in DefVar()
460 if( aExpr.GetType() == SbxSTRING ) in DefVar()
463 pConst->Set( aExpr.GetValue(), aExpr.GetType() ); in DefVar()
606 SbxDataType eElemType = pElem->GetType(); in DefType()
610 SbxDimArray* pArray = new SbxDimArray( pElem->GetType() ); in DefType()
[all …]
H A Dexprtree.cxx208 …SbxDataType eType = (pKeywordSymbolInfo == NULL) ? pParser->GetType() : pKeywordSymbolInfo->m_eSbx… in Term()
308 if( pConst->GetType() == SbxSTRING ) in Term()
311 return new SbiExprNode( pParser, pConst->GetValue(), pConst->GetType() ); in Term()
323 SbxDataType eDefType = pDef->GetType(); in Term()
341 eType != pDef->GetType() && in Term()
347 if( eType == SbxOBJECT && pDef->GetType() == SbxVARIANT ) in Term()
366 if( pDef->GetType() == SbxVARIANT ) in Term()
370 if( pDef->GetType() != SbxOBJECT && pDef->GetType() != SbxVARIANT ) in Term()
412 SbxDataType eType = pParser->GetType(); in ObjTerm()
470 if( pDef->GetType() == SbxVARIANT ) in ObjTerm()
[all …]
/trunk/main/sd/source/ui/app/
H A Dsdpopup.cxx80 if( pDateField->GetType() == SVXDATETYPE_FIX ) in Fill()
112 if( pTimeField->GetType() == SVXTIMETYPE_FIX ) in Fill()
146 if( pFileField->GetType() == SVXFILETYPE_FIX ) in Fill()
163 if( pAuthorField->GetType() == SVXAUTHORTYPE_FIX ) in Fill()
207 pDateField->GetType() != eType ) in GetField()
213 if( (pDateField->GetType() == SVXDATETYPE_VAR) && (eType == SVXDATETYPE_FIX) ) in GetField()
240 pTimeField->GetType() != eType ) in GetField()
246 if( (pTimeField->GetType() == SVXTIMETYPE_VAR) && (eType == SVXTIMETYPE_FIX) ) in GetField()
274 pFileField->GetType() != eType ) in GetField()
314 pAuthorField->GetType() != eType ) in GetField()
/trunk/main/basctl/source/basicide/
H A Dobjdlg.cxx86 if ( aDesc.GetType() == OBJ_TYPE_METHOD ) in OpenCurrent()
94 aDesc.GetMethodName(), ConvertType( aDesc.GetType() ) ); in OpenCurrent()
215 if ( aDesc.GetType() == OBJ_TYPE_MODULE || in IMPL_LINK()
216 aDesc.GetType() == OBJ_TYPE_DIALOG || in IMPL_LINK()
217 aDesc.GetType() == OBJ_TYPE_METHOD ) in IMPL_LINK()
222 … aDesc.GetMethodName(), aMacroTreeList.ConvertType( aDesc.GetType() ) ); in IMPL_LINK()
245 …BasicEntryType eType = pCurEntry ? ((BasicEntry*)pCurEntry->GetUserData())->GetType() : OBJ_TYPE_U… in CheckButtons()
306 if ((rDCEvt.GetType() == DATACHANGED_SETTINGS in DataChanged()
307 || rDCEvt.GetType() == DATACHANGED_DISPLAY) in DataChanged()
H A Dbastype3.cxx59 BasicEntryType eType( aDesc.GetType() ); in RequestingChilds()
218 switch ( pBE->GetType() ) in FindVariable()
326 switch ( pBE->GetType() ) in GetEntryDescriptor()
331 eType = pBE->GetType(); in GetEntryDescriptor()
337 eType = pBE->GetType(); in GetEntryDescriptor()
343 eType = pBE->GetType(); in GetEntryDescriptor()
349 eType = pBE->GetType(); in GetEntryDescriptor()
358 eType = pBE->GetType(); in GetEntryDescriptor()
424 BasicEntryType eType( aDesc.GetType() ); in IsValidEntry()
485 …DBG_ASSERT( (((BasicEntry*)pRootEntry->GetUserData())->GetType() == OBJ_TYPE_DOCUMENT ), "Kein She… in FindRootEntry()
/trunk/main/vcl/source/control/
H A Dfield.cxx865 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
878 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
880 else if ( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
895 if ( (rDCEvt.GetType() == DATACHANGED_SETTINGS) && (rDCEvt.GetFlags() & SETTINGS_LOCALE) ) in DataChanged()
984 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
997 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
999 else if ( rNEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
1014 if ( (rDCEvt.GetType() == DATACHANGED_SETTINGS) && (rDCEvt.GetFlags() & SETTINGS_LOCALE) ) in DataChanged()
1829 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && !rNEvt.GetKeyEvent()->GetKeyCode().IsMod2() ) in PreNotify()
1842 if ( rNEvt.GetType() == EVENT_GETFOCUS ) in Notify()
[all …]
/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx807 if ( (rDCEvt.GetType() == DATACHANGED_PRINTER) || in DataChanged()
808 (rDCEvt.GetType() == DATACHANGED_DISPLAY) || in DataChanged()
809 (rDCEvt.GetType() == DATACHANGED_FONTS) || in DataChanged()
810 (rDCEvt.GetType() == DATACHANGED_FONTSUBSTITUTION) || in DataChanged()
811 ((rDCEvt.GetType() == DATACHANGED_SETTINGS) && in DataChanged()
814 if ( (rDCEvt.GetType() == DATACHANGED_SETTINGS) && in DataChanged()
884 if ( (rDCEvt.GetType() == DATACHANGED_DISPLAY) || in DataChanged()
885 ((rDCEvt.GetType() == DATACHANGED_SETTINGS) && in DataChanged()
898 if ( rDCEvt.GetType() == DATACHANGED_FONTS ) in DataChanged()
909 if ( (rDCEvt.GetType() == DATACHANGED_FONTS) || in DataChanged()
[all …]

12345678910>>...32