/aoo41x/main/sw/source/filter/html/ |
H A D | htmlfld.cxx | 223 sal_Bool bKnownType = sal_False, bFixed = sal_False, in NewField() local 261 bFixed = sal_True; in NewField() 273 if( !bFixed && in NewField() 291 bFixed = sal_True; in NewField() 310 if( bFixed ) in NewField() 326 if( bFixed ) in NewField() 474 bFixed &= bHasNumValue; in NewField() 487 if( bFixed ) in NewField() 522 if( bFixed ) in NewField()
|
H A D | htmlfldw.cxx | 86 sal_Bool bFixed=sal_False; // SDFIXED in OutHTML_SwField() local 114 bFixed = ((const SwExtUserField*)pFld)->IsFixed(); in OutHTML_SwField() 125 bFixed = ((const SwAuthorField*)pFld)->IsFixed(); in OutHTML_SwField() 208 bFixed = ((const SwDocInfoField*)pFld)->IsFixed(); in OutHTML_SwField() 211 if( bFixed ) in OutHTML_SwField() 259 bFixed = ((const SwFileNameField*)pFld)->IsFixed(); in OutHTML_SwField() 297 if( bFixed ) in OutHTML_SwField()
|
H A D | htmlftn.cxx | 56 sal_Bool bFixed; member 199 sal_Bool bFixed ) in InsertFootEndNote() argument 211 pFootEndNoteImpl->bFixed = bFixed; in InsertFootEndNote() 221 if( pFootEndNoteImpl->bFixed ) in FinishFootEndNote() 239 pFootEndNoteImpl->bFixed = sal_False; in FinishFootEndNote() 244 if( pFootEndNoteImpl && pFootEndNoteImpl->bFixed ) in InsertFootEndNoteText()
|
H A D | htmlgrin.cxx | 1061 sal_Bool bHasHRef = sal_False, bFixed = sal_False; in NewAnchor() local 1097 bFixed = sal_True; in NewAnchor() 1239 InsertFootEndNote( aFtnName, bEnAnchor, bFixed ); in NewAnchor()
|
H A D | swhtml.hxx | 892 void InsertFootEndNote( const String& rName, sal_Bool bEndNote, sal_Bool bFixed );
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabsplit.cxx | 54 if (bFixed) in MouseMove() 62 if (bFixed) in MouseButtonUp() 70 if (bFixed) in MouseButtonDown() 91 bFixed = bSet; in SetFixed()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtfldi.cxx | 643 , bFixed(sal_True) in XMLSenderFieldImportContext() 720 bFixed = bVal; in ProcessAttribute() 738 if (bFixed) in PrepareField() 799 if (bFixed) in PrepareField() 1102 , bFixed(sal_False) in XMLTimeFieldImportContext() 1136 bFixed = bTmp; in ProcessAttribute() 1190 if (bFixed) in PrepareField() 1687 bFixed = bTmp; in ProcessAttribute() 1704 if (bFixed) in PrepareField() 1823 if (bFixed) in PrepareField() [all …]
|
/aoo41x/main/sw/source/core/fields/ |
H A D | fldbas.cxx | 327 sal_Bool bFixed = !bIsAutomaticLanguage; in QueryValue() local 328 rVal.setValue(&bFixed, ::getCppuBooleanType()); in QueryValue() 342 sal_Bool bFixed = sal_False; in PutValue() local 343 if(rVal >>= bFixed) in PutValue() 344 bIsAutomaticLanguage = !bFixed; in PutValue()
|
H A D | docufld.cxx | 567 sal_Bool bFixed = IsFixed(); in PutValue() local 581 if(bFixed) in PutValue()
|
/aoo41x/main/l10ntools/inc/ |
H A D | gsicheck.hxx | 50 sal_Bool bFixed; member in GSILine 78 sal_Bool IsFixed() const { return bFixed; } in IsFixed() 79 void SetFixed() { bFixed = sal_True; }; in SetFixed()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | ximppage.cxx | 324 sal_Bool bFixed; in EndElement() local 326 …const OUString aText( GetSdImport().GetDateTimeDecl( maUseDateTimeDeclName, bFixed, aDateTimeForma… in EndElement() 329 makeAny( bFixed ) ); in EndElement() 331 if( bFixed ) in EndElement()
|
H A D | sdxmlexp.cxx | 1577 …td::vector< DateTimeDeclImpl >& rVector, const OUString& rText, sal_Bool bFixed, sal_Int32 nFormat… in findOrAppendImpl() argument 1585 if( (rDecl.mbFixed == bFixed ) && in findOrAppendImpl() 1586 (!bFixed || rDecl.maStrText == rText) && in findOrAppendImpl() 1587 (bFixed || (rDecl.mnFormat == nFormat) ) ) in findOrAppendImpl() 1596 aDecl.mbFixed = bFixed; in findOrAppendImpl() 1643 sal_Bool bFixed = false; in ImpPrepDrawPageHeaderFooterDecls() local 1646 … xSet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "IsDateTimeFixed" ) ) ) >>= bFixed; in ImpPrepDrawPageHeaderFooterDecls() 1649 if( !bFixed || aStrText.getLength() ) in ImpPrepDrawPageHeaderFooterDecls() 1651 …aSettings.maStrDateTimeDeclName = findOrAppendImpl( maDateTimeDeclsVector, aStrText, bFixed, nForm… in ImpPrepDrawPageHeaderFooterDecls() 1652 if( !bFixed ) in ImpPrepDrawPageHeaderFooterDecls()
|
H A D | sdxmlimp.cxx | 1061 …cl( const ::rtl::OUString& rName, const ::rtl::OUString& rText, sal_Bool bFixed, const ::rtl::OUSt… in AddDateTimeDecl() argument 1063 if( rName.getLength() && (rText.getLength() || !bFixed) ) in AddDateTimeDecl() 1067 aDecl.mbFixed = bFixed; in AddDateTimeDecl()
|
H A D | sdxmlimp_impl.hxx | 327 …void AddDateTimeDecl( const ::rtl::OUString& rName, const ::rtl::OUString& rText, sal_Bool bFixed,…
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | flddok.cxx | 334 sal_Bool bFixed = sal_False; in IMPL_LINK() local 406 bFixed = sal_True; in IMPL_LINK() 456 aFixedCB.Enable(bFixed); in IMPL_LINK() 459 … aFixedCB.Check( static_cast< sal_Bool >(((GetCurField()->GetFormat() & AF_FIXED) != 0) & bFixed)); in IMPL_LINK()
|
/aoo41x/main/tools/source/fsys/ |
H A D | os2.cxx | 815 sal_Bool bFixed; in CreateDriveMapImpl() 833 &bFixed, sizeof(bFixed), &nDataOutLen ); in CreateDriveMapImpl() 836 if ( !nRet && !bFixed ) in CreateDriveMapImpl()
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | scuiasciiopt.cxx | 444 bool bFixed = aRbFixed.IsChecked(); in GetLine() local 472 mpDatStream->ReadCsvLine( rText, !bFixed, maFieldSeparators, in GetLine() 490 mpDatStream->ReadCsvLine( rText, !bFixed, maFieldSeparators, mcTextSep); in GetLine()
|
/aoo41x/main/xmloff/inc/ |
H A D | txtfldi.hxx | 227 sal_Bool bFixed; member in XMLSenderFieldImportContext 348 sal_Bool bFixed; member in XMLTimeFieldImportContext 642 sal_Bool bFixed; member in XMLSimpleDocInfoImportContext 887 sal_Bool bFixed; member in XMLFileNameImportContext
|
/aoo41x/main/editeng/source/uno/ |
H A D | unofield.cxx | 339 sal_Bool bFixed = ((SvxDateField*)pData)->GetType() == SVXDATETYPE_FIX; in SvxUnoTextField() local 340 mpImpl->maDateTime = getDate( bFixed ? in SvxUnoTextField() 344 mpImpl->mbBoolean1 = bFixed; in SvxUnoTextField()
|
/aoo41x/main/soldep/inc/soldep/ |
H A D | prj.hxx | 311 void HasFixedDependencies( sal_Bool bFixed ) { bFixedDependencies = bFixed; } in HasFixedDependencies() argument
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | tabsplit.hxx | 36 sal_Bool bFixed; member in ScTabSplitter
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 1172 sal_Bool bFixed = pExtOptions->IsFixedLen(); in ExtText2Doc() local 1210 rStrm.ReadCsvLine( aLine, !bFixed, rSeps, cStr); // content is ignored in ExtText2Doc() 1233 rStrm.ReadCsvLine( aLine, !bFixed, rSeps, cStr); in ExtText2Doc() 1240 if ( bFixed ) // Feste Satzlaenge in ExtText2Doc()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdibrow.cxx | 783 FASTBOOL bFixed=((const SdrCaptionFixedAngleItem*)pItem)->GetValue(); in IsItemIneffective() local 784 if (!bFixed) return sal_True; in IsItemIneffective()
|
/aoo41x/main/l10ntools/source/ |
H A D | gsicheck.cxx | 137 , bFixed ( sal_False ) in GSILine()
|