/trunk/main/xmloff/source/core/ |
H A D | i18nmap.cxx | 35 sal_uInt16 nKind; member in SvI18NMapEntry_Impl 45 nKind( nKnd ), in SvI18NMapEntry_Impl() 51 nKind( nKnd ), in SvI18NMapEntry_Impl() 57 return nKind == r.nKind && in operator ==() 63 return nKind < r.nKind || in operator <() 64 ( nKind == r.nKind && in operator <() 75 SvI18NMapEntry_Impl *SvI18NMap::_Find( sal_uInt16 nKind, in SV_IMPL_OP_PTRARR_SORT() 79 SvI18NMapEntry_Impl aTst( nKind, rName ); in SV_IMPL_OP_PTRARR_SORT() 104 SvI18NMapEntry_Impl *pEntry = _Find( nKind, rName ); in Add() 108 pEntry = new SvI18NMapEntry_Impl( nKind, rName, rNewName ); in Add() [all …]
|
/trunk/main/tools/source/fsys/ |
H A D | os2.cxx | 57 DirEntryKind nKind; member 327 && aDriveMap[c-'a'].nKind != FSYS_KIND_UNKNOWN ) in Init() 507 if ( !rItem.nKind ) in Update() 613 return FSYS_KIND_FIXED != rItem.nKind; in IsRedirectable_Impl() 624 return FSYS_KIND_FIXED != rItem.nKind; 771 aDriveMap[nDrive].nKind = FSYS_KIND_REMOVEABLE; in CreateDriveMapImpl() 776 aDriveMap[nDrive].nKind = FSYS_KIND_UNKNOWN; in CreateDriveMapImpl() 781 aDriveMap[2].nKind = FSYS_KIND_FIXED; in CreateDriveMapImpl() 801 aDriveMap[nDrive].nKind = FSYS_KIND_REMOVEABLE; in CreateDriveMapImpl() 806 aDriveMap[nDrive].nKind = FSYS_KIND_UNKNOWN; in CreateDriveMapImpl() [all …]
|
H A D | fstat.cxx | 137 sal_Bool FileStat::IsKind( DirEntryKind nKind ) const in IsKind() 139 sal_Bool bRet = ( ( nKind == FSYS_KIND_UNKNOWN ) && in IsKind() 141 ( ( nKindFlags & nKind ) == nKind ); in IsKind()
|
/trunk/main/svx/source/dialog/ |
H A D | pfiledlg.cxx | 62 SvxPluginFileDlg::SvxPluginFileDlg (Window *, sal_uInt16 nKind ) : in SvxPluginFileDlg() argument 66 switch (nKind) in SvxPluginFileDlg() 108 if ( ( nKind == SID_INSERT_SOUND && aStrPlugMIMEType.SearchAscii ( sAudio ) == 0 ) || in SvxPluginFileDlg() 109 ( nKind == SID_INSERT_VIDEO && aStrPlugMIMEType.SearchAscii ( sVideo ) == 0 ) ) in SvxPluginFileDlg() 217 bool SvxPluginFileDlg::IsAvailable (sal_uInt16 nKind) in IsAvailable() argument 221 if ( nKind == SID_INSERT_SOUND && ( nCheck & PFDLG_CHECKED_SOUND ) ) in IsAvailable() 223 if ( nKind == SID_INSERT_VIDEO && ( nCheck & PFDLG_CHECKED_VIDEO ) ) in IsAvailable() 241 switch (nKind) in IsAvailable()
|
H A D | ctredlin.cxx | 919 void SvxTPFilter::ShowDateFields(sal_uInt16 nKind) in ShowDateFields() argument 922 switch(nKind) in ShowDateFields()
|
/trunk/main/sw/source/ui/chrdlg/ |
H A D | break.cxx | 65 nKind = 0; in Apply() 67 nKind = 1; in Apply() 69 nKind = 2; in Apply() 72 nKind = 3; in Apply() 172 nKind(0), in SwBreakDlg()
|
/trunk/main/svtools/source/edit/ |
H A D | textdat2.hxx | 57 sal_uInt8 nKind; member in TETextPortion 60 TETextPortion() { nLen = 0; nKind = PORTIONKIND_TEXT; nWidth = -1; nRightToLeft = 0;} in TETextPortion() 65 nKind = PORTIONKIND_TEXT; in TETextPortion() 76 sal_uInt8 GetKind() const { return nKind; } in GetKind() 77 sal_uInt8& GetKind() { return nKind; } in GetKind()
|
/trunk/main/cui/source/customize/ |
H A D | cfgutil.cxx | 348 if ( pData->nKind == SFX_CFGFUNCTION_SCRIPT ) in ClearAll() 354 if ( pData->nKind == SFX_CFGGROUP_SCRIPTCONTAINER in ClearAll() 377 if ( pData && ( pData->nKind == SFX_CFGFUNCTION_SCRIPT ) ) in GetSelectedScriptURI() 493 if ( pData->nKind == SFX_CFGGROUP_SCRIPTCONTAINER in ClearAll() 524 if ( pInfo->nKind == SFX_CFGGROUP_FUNCTION ) in GetGroup() 988 if ( pInfo->nKind != SFX_CFGGROUP_FUNCTION && in GroupSelected() 989 pInfo->nKind != SFX_CFGGROUP_SCRIPTCONTAINER && in GroupSelected() 990 pInfo->nKind != SFX_CFGGROUP_STYLES ) in GroupSelected() 996 switch ( pInfo->nKind ) in GroupSelected() 1156 switch ( pInfo->nKind ) in RequestingChilds()
|
H A D | selector.cxx | 160 if ( pInfo->nKind == SVX_CFGFUNCTION_SLOT ) in GetHelpText() 168 else if ( pInfo->nKind == SVX_CFGFUNCTION_SCRIPT ) in GetHelpText() 720 if ( pInfo->nKind != SVX_CFGGROUP_FUNCTION && in GroupSelected() 721 pInfo->nKind != SVX_CFGGROUP_SCRIPTCONTAINER ) in GroupSelected() 727 switch ( pInfo->nKind ) in GroupSelected() 938 switch ( pInfo->nKind ) in RequestingChilds() 1185 if ( ( pData->nKind == SVX_CFGFUNCTION_SLOT ) in GetScriptURL() 1186 || ( pData->nKind == SVX_CFGFUNCTION_SCRIPT ) in GetScriptURL()
|
/trunk/main/editeng/source/editeng/ |
H A D | editdoc.hxx | 376 sal_uInt8 nKind; member in TextPortion 382 …pExtraInfos = NULL; nLen = 0; nKind = PORTIONKIND_TEXT; nExtraValue = 0; nRightToLeft = sal_False;} in TextPortion() 387 …pExtraInfos = NULL; nLen = nL; nKind = PORTIONKIND_TEXT; nExtraValue = 0; nRightToLeft = sal_False… in TextPortion() 390 …pExtraInfos = NULL; nLen = r.nLen; nKind = r.nKind; nExtraValue = r.nExtraValue; nRightToLeft = r.… in TextPortion() 401 sal_uInt8& GetKind() { return nKind; } in GetKind() 402 sal_uInt8 GetKind() const { return nKind; } in GetKind()
|
/trunk/main/cui/source/inc/ |
H A D | selector.hxx | 49 sal_uInt16 nKind; member 58 :nKind( n ) in SvxGroupInfo_Impl() 68 :nKind( n ) in SvxGroupInfo_Impl() 78 :nKind( n ) in SvxGroupInfo_Impl()
|
H A D | cfgutil.hxx | 101 sal_uInt16 nKind; member 109 nKind( n ), nUniqueID( nr ), pObject( pObj ), bWasOpened(sal_False) {} in SfxGroupInfo_Impl()
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | i18nmap.hxx | 45 SAL_DLLPRIVATE SvI18NMapEntry_Impl *_Find( sal_uInt16 nKind, 54 void Add( sal_uInt16 nKind, const ::rtl::OUString& rName, 59 const ::rtl::OUString& Get( sal_uInt16 nKind,
|
H A D | xmltkmap.hxx | 52 sal_uInt16 nKind, const ::rtl::OUString& rName ) const;
|
/trunk/main/svl/inc/svl/ |
H A D | poolitem.hxx | 184 sal_uInt16 nKind; member in SfxPoolItem 239 inline sal_uInt16 GetKind() const { return nKind; } in GetKind() 298 nKind = 0; in SetRefCount() 305 nKind = n; in SetKind()
|
/trunk/main/tools/inc/tools/ |
H A D | fsys.hxx | 207 sal_Bool IsKind( DirEntryKind nKind ) const; 458 TOOLS_DLLPRIVATE void Construct( DirEntryKind nKind = FSYS_KIND_DIR|FSYS_KIND_FILE ); 474 DirEntryKind nKind = FSYS_KIND_ALL ); 476 DirEntryKind nKind,
|
/trunk/main/svx/inc/svx/ |
H A D | pfiledlg.hxx | 45 SvxPluginFileDlg (Window *pParent, sal_uInt16 nKind ); 51 static bool IsAvailable (sal_uInt16 nKind);
|
H A D | ctredlin.hxx | 215 void ShowDateFields(sal_uInt16 nKind);
|
H A D | unoshape.hxx | 197 void setShapeKind( sal_uInt32 nKind );
|
/trunk/main/sw/source/ui/inc/ |
H A D | break.hxx | 63 sal_uInt16 nKind; member in SwBreakDlg 83 sal_uInt16 GetKind() { return nKind; } in GetKind()
|
/trunk/main/svl/source/items/ |
H A D | poolitem.cxx | 85 , nKind( 0 ) in IMPL_PTRHINT() 123 , nKind( 0 ) in SfxPoolItem()
|
/trunk/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 537 sal_uInt16 nKind=0, nPageNumber=0; in Execute() local 541 nKind = ((SfxInt16Item*)pItem)->GetValue(); in Execute() 558 nKind = pDlg->GetKind(); in Execute() 561 rReq.AppendItem( SfxInt16Item( FN_INSERT_BREAK_DLG, nKind ) ); in Execute() 571 switch ( nKind ) in Execute()
|
/trunk/main/xmloff/inc/ |
H A D | txtflde.hxx | 216 static enum ::xmloff::token::XMLTokenEnum MapMeasureKind(sal_Int16 nKind);
|
/trunk/main/xmloff/source/text/ |
H A D | txtflde.cxx | 3498 enum XMLTokenEnum XMLTextFieldExport::MapMeasureKind(sal_Int16 nKind) in MapMeasureKind() argument 3500 switch( nKind ) in MapMeasureKind()
|
/trunk/main/svx/source/unodraw/ |
H A D | unoshape.cxx | 297 void SvxShape::setShapeKind( sal_uInt32 nKind ) in setShapeKind() argument 299 mpImpl->mnObjId = nKind; in setShapeKind()
|