Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/core/
H A Di18nmap.cxx35 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 Dos2.cxx57 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 Dfstat.cxx137 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 Dpfiledlg.cxx62 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 Dctredlin.cxx919 void SvxTPFilter::ShowDateFields(sal_uInt16 nKind) in ShowDateFields() argument
922 switch(nKind) in ShowDateFields()
/trunk/main/sw/source/ui/chrdlg/
H A Dbreak.cxx65 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 Dtextdat2.hxx57 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 Dcfgutil.cxx348 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 Dselector.cxx160 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 Deditdoc.hxx376 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 Dselector.hxx49 sal_uInt16 nKind; member
58 :nKind( n ) in SvxGroupInfo_Impl()
68 :nKind( n ) in SvxGroupInfo_Impl()
78 :nKind( n ) in SvxGroupInfo_Impl()
H A Dcfgutil.hxx101 sal_uInt16 nKind; member
109 nKind( n ), nUniqueID( nr ), pObject( pObj ), bWasOpened(sal_False) {} in SfxGroupInfo_Impl()
/trunk/main/xmloff/inc/xmloff/
H A Di18nmap.hxx45 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 Dxmltkmap.hxx52 sal_uInt16 nKind, const ::rtl::OUString& rName ) const;
/trunk/main/svl/inc/svl/
H A Dpoolitem.hxx184 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 Dfsys.hxx207 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 Dpfiledlg.hxx45 SvxPluginFileDlg (Window *pParent, sal_uInt16 nKind );
51 static bool IsAvailable (sal_uInt16 nKind);
H A Dctredlin.hxx215 void ShowDateFields(sal_uInt16 nKind);
H A Dunoshape.hxx197 void setShapeKind( sal_uInt32 nKind );
/trunk/main/sw/source/ui/inc/
H A Dbreak.hxx63 sal_uInt16 nKind; member in SwBreakDlg
83 sal_uInt16 GetKind() { return nKind; } in GetKind()
/trunk/main/svl/source/items/
H A Dpoolitem.cxx85 , nKind( 0 ) in IMPL_PTRHINT()
123 , nKind( 0 ) in SfxPoolItem()
/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx537 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 Dtxtflde.hxx216 static enum ::xmloff::token::XMLTokenEnum MapMeasureKind(sal_Int16 nKind);
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx3498 enum XMLTokenEnum XMLTextFieldExport::MapMeasureKind(sal_Int16 nKind) in MapMeasureKind() argument
3500 switch( nKind ) in MapMeasureKind()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx297 void SvxShape::setShapeKind( sal_uInt32 nKind ) in setShapeKind() argument
299 mpImpl->mnObjId = nKind; in setShapeKind()

Completed in 138 milliseconds