Home
last modified time | relevance | path

Searched refs:nProp (Results 1 – 25 of 91) sorted by path

1234

/trunk/main/basic/source/classes/
H A Dsb.cxx1304 for ( sal_uInt16 nProp = 0 ; nProp < nPropCount ; ++nProp ) in ClearGlobalVars() local
1306 SbxBase* pVar = xProps->Get( nProp ); in ClearGlobalVars()
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx804 for ( sal_uInt16 nProp = 0; nProp < xProps->Count(); ++nProp ) in GenerateSource() local
806 SbxPropertyRef xProp = (SbxProperty*) xProps->Get(nProp); in GenerateSource()
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx573 sal_Int32 nProp = getInt32Property(::rtl::OUString::createFromAscii("SQL Support")); in supportsANSI92FullSQL() local
574 return (nProp == 512) || ((nProp & DBPROPVAL_SQL_ANSI92_FULL) == DBPROPVAL_SQL_ANSI92_FULL); in supportsANSI92FullSQL()
579 sal_Int32 nProp = getInt32Property(::rtl::OUString::createFromAscii("SQL Support")); in supportsANSI92EntryLevelSQL() local
580 return (nProp == 512) || ((nProp & DBPROPVAL_SQL_ANSI92_ENTRY) == DBPROPVAL_SQL_ANSI92_ENTRY); in supportsANSI92EntryLevelSQL()
585 sal_Int32 nProp = getInt32Property(::rtl::OUString::createFromAscii("SQL Support")); in supportsIntegrityEnhancementFacility() local
586 return (nProp == 512) || ((nProp & DBPROPVAL_SQL_ANSI89_IEF) == DBPROPVAL_SQL_ANSI89_IEF); in supportsIntegrityEnhancementFacility()
837 sal_Int32 nProp = getInt32Property(::rtl::OUString::createFromAscii("SQL Support")); in supportsANSI92IntermediateSQL() local
838 …return (nProp == 512) || ((nProp & DBPROPVAL_SQL_ANSI92_INTERMEDIATE) == DBPROPVAL_SQL_ANSI92_INTE… in supportsANSI92IntermediateSQL()
976 return (nProp == 512) || ((nProp & DBPROPVAL_SQL_ODBC_EXTENDED) == DBPROPVAL_SQL_ODBC_EXTENDED); in supportsExtendedSQLGrammar()
982 return (nProp == 512) || ((nProp & DBPROPVAL_SQL_ODBC_CORE) == DBPROPVAL_SQL_ODBC_CORE); in supportsCoreSQLGrammar()
[all …]
/trunk/main/cui/source/inc/
H A Dchardlg.hxx69 void SetPrevFontEscapement( sal_uInt8 nProp, sal_uInt8 nEscProp, short nEsc );
313 void UpdatePreview_Impl( sal_uInt8 nProp, sal_uInt8 nEscProp, short nEsc );
/trunk/main/cui/source/options/
H A Doptinet2.cxx1539 for(sal_Int32 nProp = 0; nProp < aValues.getLength(); nProp++) in MailerProgramCfg_Impl() local
1541 if(pValues[nProp].hasValue()) in MailerProgramCfg_Impl()
1543 switch(nProp) in MailerProgramCfg_Impl()
1547 pValues[nProp] >>= sProgram; in MailerProgramCfg_Impl()
1548 bROProgram = pROStates[nProp]; in MailerProgramCfg_Impl()
1583 for(int nProp = 0; nProp < nOrgCount; nProp++) in Commit() local
1585 switch(nProp) in Commit()
1591 aNames[nRealCount] = aOrgNames[nProp]; in Commit()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx415 const sal_uInt8 nProp = 100; in ActivatePage() local
435 SetPrevFontEscapement( nProp, nEscProp, nEsc ); in ActivatePage()
513 void setPrevFontEscapement(SvxFont& _rFont,sal_uInt8 nProp, sal_uInt8 nEscProp, short nEsc ) in setPrevFontEscapement() argument
515 _rFont.SetPropr( nProp ); in setPrevFontEscapement()
524 void SvxCharBasePage::SetPrevFontEscapement( sal_uInt8 nProp, sal_uInt8 nEscProp, short nEsc ) in SetPrevFontEscapement() argument
526 setPrevFontEscapement(GetPreviewFont(),nProp,nEscProp,nEsc); in SetPrevFontEscapement()
527 setPrevFontEscapement(GetPreviewCJKFont(),nProp,nEscProp,nEsc); in SetPrevFontEscapement()
528 setPrevFontEscapement(GetPreviewCTLFont(),nProp,nEscProp,nEsc); in SetPrevFontEscapement()
3065 SetPrevFontEscapement( nProp, nEscProp, nEsc ); in UpdatePreview_Impl()
3347 sal_uInt8 nProp = 100; in Reset() local
[all …]
/trunk/main/dbaccess/source/ui/uno/
H A Dtextconnectionsettings_uno.cxx142 sal_Int32 nProp = aProps.getLength(); in createArrayHelper() local
143 aProps.realloc( nProp + 6 ); in createArrayHelper()
145 aProps[ nProp++ ] = Property( in createArrayHelper()
152 aProps[ nProp++ ] = Property( in createArrayHelper()
159 aProps[ nProp++ ] = Property( in createArrayHelper()
166 aProps[ nProp++ ] = Property( in createArrayHelper()
173 aProps[ nProp++ ] = Property( in createArrayHelper()
180 aProps[ nProp++ ] = Property( in createArrayHelper()
/trunk/main/editeng/inc/editeng/
H A Descpitem.hxx54 sal_uInt8 nProp; member in SvxEscapementItem
61 SvxEscapementItem( const short nEsc, const sal_uInt8 nProp,
81 nEsc = 0, nProp = 100; in SetEscapement()
84 nEsc = DFLT_ESC_SUPER, nProp = DFLT_ESC_PROP; in SetEscapement()
86 nEsc = DFLT_ESC_SUB, nProp = DFLT_ESC_PROP; in SetEscapement()
93 inline sal_uInt8 &GetProp() { return nProp; } in GetProp()
94 inline sal_uInt8 GetProp() const { return nProp; } in GetProp()
99 nProp = rEsc.GetProp(); in operator =()
H A Dfhgtitem.hxx52 sal_uInt16 nProp; // default 100% member in SvxFontHeightItem
102 nProp = nNewProp; in SetProp()
106 sal_uInt16 GetProp() const { return nProp; } in GetProp()
H A Dfwdtitem.hxx43 sal_uInt16 nProp; // default 100% member in SvxFontWidthItem
78 nProp = nNewProp; in SetWidth()
92 nProp = nNewProp; in SetProp()
95 sal_uInt16 GetProp() const { return nProp; } in GetProp()
H A Dlrspitem.hxx115 { nPropLeftMargin = nProp; } in SetPropLeft()
117 { nPropRightMargin = nProp;} in SetPropRight()
128 { nPropFirstLineOfst = nProp; } in SetPropTxtFirstLineOfst()
150 nLeftMargin = (nL * nProp) / 100; in SetLeft()
152 nPropLeftMargin = nProp; in SetLeft()
156 nRightMargin = (nR * nProp) / 100; in SetRight()
157 nPropRightMargin = nProp; in SetRight()
160 const sal_uInt16 nProp ) in SetTxtFirstLineOfst() argument
163 nPropFirstLineOfst = nProp; in SetTxtFirstLineOfst()
169 nTxtLeft = (nL * nProp) / 100; in SetTxtLeft()
[all …]
H A Dlspcitem.hxx100 inline void SetPropLineSpace( const sal_uInt8 nProp ) in SetPropLineSpace() argument
102 nPropLineSpace = nProp; in SetPropLineSpace()
H A Dulspitem.hxx76 inline void SetUpper( const sal_uInt16 nU, const sal_uInt16 nProp = 100 );
77 inline void SetLower( const sal_uInt16 nL, const sal_uInt16 nProp = 100 );
99 inline void SvxULSpaceItem::SetUpper( const sal_uInt16 nU, const sal_uInt16 nProp ) in SetUpper() argument
101 nUpper = sal_uInt16((sal_uInt32(nU) * nProp ) / 100); nPropUpper = nProp; in SetUpper()
103 inline void SvxULSpaceItem::SetLower( const sal_uInt16 nL, const sal_uInt16 nProp ) in SetLower() argument
105 nLower = sal_uInt16((sal_uInt32(nL) * nProp ) / 100); nPropLower = nProp; in SetLower()
/trunk/main/editeng/source/editeng/
H A Deditattr.cxx267 sal_uInt16 nProp = ((const SvxEscapementItem*)GetItem())->GetProp(); in SetFont() local
268 rFont.SetPropr( (sal_uInt8)nProp ); in SetFont()
272 nEsc = 100 - nProp; in SetFont()
274 nEsc = sal::static_int_cast< short >( -( 100 - nProp ) ); in SetFont()
H A Deditdoc.cxx1297 sal_uInt16 nProp = rEsc.GetProp(); in CreateFont() local
1298 rFont.SetPropr( (sal_uInt8)nProp ); in CreateFont()
1302 nEsc = 100 - nProp; in CreateFont()
1304 nEsc = sal::static_int_cast< short >( -( 100 - nProp ) ); in CreateFont()
H A Dimpedit3.cxx3395 sal_uInt8 nProp = aTmpFont.GetPropr(); in Paint() local
3409 aTmpFont.SetPropr( nProp ); in Paint()
4249 sal_uInt32 nProp = pNewWidth->GetValue(); // sal_uInt32, kann temporaer gross werden in DoStretchChars() local
4250 nProp *= nX; in DoStretchChars()
4251 nProp /= 100; in DoStretchChars()
4252 pNewWidth->SetValue( (sal_uInt16)nProp ); in DoStretchChars()
4345 sal_uInt32 nProp = pNewWidth->GetValue(); in DoStretchChars() local
4346 nProp *= nX; in DoStretchChars()
4347 nProp /= 100; in DoStretchChars()
4348 pNewWidth->SetValue( (sal_uInt16)nProp ); in DoStretchChars()
H A Dimpedit4.cxx1003 sal_uInt16 nProp = ((const SvxEscapementItem&)rItem).GetProp(); in WriteItemAsRTF() local
1004 sal_uInt16 nProp100 = nProp*100; // Fuer SWG-Token Prop in 100tel Prozent. in WriteItemAsRTF()
1008 nEsc = 100 - nProp; in WriteItemAsRTF()
1013 nEsc = sal::static_int_cast< short >( -( 100 - nProp ) ); in WriteItemAsRTF()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx105 const sal_uInt16 nProp ) in SetValueProp() argument
107 if( 100 == nProp ) in SetValueProp()
110 ( rStr += String::CreateFromInt32( nProp )) += sal_Unicode('%'); in SetValueProp()
114 const sal_uInt16 nProp ) in SetValueProp() argument
116 if( 100 == nProp ) in SetValueProp()
119 ( rStr += String::CreateFromInt32( nProp )) += sal_Unicode('%'); in SetValueProp()
H A Dsvxfont.cxx706 sal_uInt8 nProp = pFont->GetPropr(); in Do() local
712 pFont->SetPropr( nProp ); in Do()
804 sal_uInt8 nProp = 0; in Do() local
814 nProp = pFont->GetPropr(); in Do()
833 pFont->SetPropr( nProp ); in Do()
H A Dtextitem.cxx976 nRet /= nProp; in lcl_GetRealHeight_Impl()
1035 nProp = 100; in PutValue()
1062 nProp = nNew; in PutValue()
1171 nProp = nNewProp; in SetHeight()
1203 nProp = nPrp; in SvxFontWidthItem()
1292 nProp = nVal; in PutValue()
2425 nProp ( 100 ) in SvxEscapementItem()
2434 nProp( 100 ) in SvxEscapementItem()
2438 nProp = 58; in SvxEscapementItem()
2459 nProp == ((SvxEscapementItem&)rAttr).nProp ); in operator ==()
[all …]
/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx141 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load() local
145 switch(nProp) in Load()
196 pValues[nProp] >>= nTemp; in Load()
201 pValues[nProp] >>= nTemp; in Load()
210 pValues[nProp] >>= nTemp; in Load()
255 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit() local
257 switch(nProp) in Commit()
410 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load() local
414 switch(nProp) in Load()
572 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit() local
[all …]
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx620 sal_uInt8 nProp; in ReadAttr() local
624 nProp = rOld.GetProp(); in ReadAttr()
629 nProp = (nToken == RTF_SUB) ? DFLT_ESC_PROP : 100; in ReadAttr()
631 pSet->Put( SvxEscapementItem( nEs, nProp, nEsc )); in ReadAttr()
967 sal_uInt8 nProp; in ReadAttr() local
971 nProp = rOld.GetProp(); in ReadAttr()
976 nProp = (nToken == RTF_SUPER) ? DFLT_ESC_PROP : 100; in ReadAttr()
978 pSet->Put( SvxEscapementItem( nEs, nProp, nEsc )); in ReadAttr()
1168 sal_uInt8 nProp = sal_uInt8( nTokenValue / 100 ); in ReadAttr() local
1175 pSet->Put( SvxEscapementItem( nEsc, nProp, in ReadAttr()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx2284 for( sal_Int32 nProp = 0; nProp < rCharAndParaProps.getLength(); ++nProp ) in appendTextPortion() local
2285 pRange->setPropertyValue( pProps[nProp].Name, pProps[nProp].Value ); in appendTextPortion()
/trunk/main/extensions/source/bibliography/
H A Dbibconfig.cxx122 for(int nProp = 0; nProp < aPropertyNames.getLength(); nProp++) in BibConfig() local
124 if(pValues[nProp].hasValue()) in BibConfig()
126 switch(nProp) in BibConfig()
128 case 0: pValues[nProp] >>= sDataSource; break; in BibConfig()
250 for(int nProp = 0; nProp < aPropertyNames.getLength(); nProp++) in Commit() local
252 switch(nProp) in Commit()
254 case 0: pValues[nProp] <<= sDataSource; break; in Commit()
256 case 2: pValues[nProp] <<= nTblOrQuery; break; in Commit()
257 case 3: pValues[nProp] <<= nBeamerSize; break; in Commit()
258 case 4: pValues[nProp] <<= nViewSize; break; in Commit()
[all …]
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx2264 sal_Int32 nProp , in impl_interpretDataVal4Type() argument
2267 switch(nProp) in impl_interpretDataVal4Type()
2296 sal_Int32 nProp , in impl_interpretDataVal4Filter() argument
2299 switch(nProp) in impl_interpretDataVal4Filter()
2428 sal_Int32 nProp = 0; in impl_readOldItem() local
2437 impl_interpretDataVal4Type(sProp, nProp, aItem); in impl_readOldItem()
2441 impl_interpretDataVal4Filter(sProp, nProp, aItem); in impl_readOldItem()
2445 ++nProp; in impl_readOldItem()

Completed in 236 milliseconds

1234