/aoo42x/main/basic/source/sbx/ |
H A D | sbxvalue.cxx | 268 if( !IsFixed() ) in SbxValue() 329 if( IsFixed() ) in operator =() 332 else if( r.IsFixed() ) in operator =() 791 if( !p->IsFixed() ) in GET() 966 sal_Bool SbxValue::IsFixed() const in PUT() 1040 if( IsFixed() ) in SetType() 1048 if( !CanWrite() || IsFixed() ) in SetType() 1096 if( IsFixed() ) in Convert() 1116 if( !IsFixed() ) in Convert() 1485 else if( !IsFixed() && !rOp.IsFixed() in Compare() [all …]
|
/aoo42x/main/sw/source/core/fields/ |
H A D | flddat.cxx | 72 if (IsFixed()) in SwDateTimeField() 87 if (!(IsFixed())) in Expand() 185 if (IsFixed()) in GetValue() 234 sal_Bool bTmp = IsFixed(); in QueryValue()
|
H A D | docufld.cxx | 360 if (!IsFixed()) in Expand() 386 bVal = IsFixed(); in QueryValue() 501 if (!IsFixed()) in Expand() 542 sal_Bool bVal = IsFixed(); in QueryValue() 567 sal_Bool bFixed = IsFixed(); in PutValue() 1109 if ( !IsFixed() ) in Expand() 1155 else if ( !IsFixed() ) in Expand() 1181 if (IsFixed()) in GetFieldName() 2082 if (!IsFixed()) in Expand() 2128 sal_Bool bTmp = IsFixed(); in QueryValue()
|
H A D | fldbas.cxx | 277 if (IsFixed()) in GetFieldName() 402 sal_Bool SwField::IsFixed() const in IsFixed() function in SwField
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlfldw.cxx | 114 bFixed = ((const SwExtUserField*)pFld)->IsFixed(); in OutHTML_SwField() 125 bFixed = ((const SwAuthorField*)pFld)->IsFixed(); in OutHTML_SwField() 131 if( ((SwDateTimeField*)pFld)->IsFixed() ) in OutHTML_SwField() 208 bFixed = ((const SwDocInfoField*)pFld)->IsFixed(); in OutHTML_SwField() 259 bFixed = ((const SwFileNameField*)pFld)->IsFixed(); in OutHTML_SwField()
|
H A D | htmlfld.cxx | 557 ASSERT( ((SwDocInfoField*)pField)->IsFixed(), in EndField() 563 ASSERT( ((SwExtUserField*)pField)->IsFixed(), in EndField() 569 ASSERT( ((SwAuthorField*)pField)->IsFixed(), in EndField() 575 ASSERT( ((SwFileNameField*)pField)->IsFixed(), in EndField()
|
/aoo42x/main/basic/source/runtime/ |
H A D | step0.cxx | 471 if( !bHandleDefaultProp && eVarType != SbxOBJECT && !(eVarType & SbxARRAY) && refVar->IsFixed() ) in StepSET_Impl() 480 if( !bHandleDefaultProp && eValType != SbxOBJECT && !(eValType & SbxARRAY) && refVal->IsFixed() ) in StepSET_Impl() 791 SbxDataType eType = refVar->IsFixed() ? refVar->GetType() : SbxVARIANT; in DimImpl() 969 if( refVar->IsFixed() ) in StepREDIMP_ERASE() 1022 if( refVar->IsFixed() ) in lcl_eraseImpl() 1147 if( !pVar->IsFixed() || pVar->IsNumeric() ) in StepINPUT()
|
/aoo42x/main/l10ntools/source/ |
H A D | gsicheck.cxx | 706 if ( pSourceLine && !pSourceLine->IsFixed() && bCheckSourceLang ) in WriteFixed() 713 if ( GetObject( i )->IsFixed() ) in WriteFixed() 721 if ( pSourceLine && ( bHasFixes || pSourceLine->IsFixed() ) ) in WriteFixed()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfld.cxx | 2115 if( ((SwDocInfoField*)pFmtFld->GetField())->IsFixed() ) in SetFixFields() 2129 if( ((SwAuthorField*)pFmtFld->GetField())->IsFixed() ) in SetFixFields() 2140 if( ((SwExtUserField*)pFmtFld->GetField())->IsFixed() ) in SetFixFields() 2152 if( ((SwDateTimeField*)pFmtFld->GetField())->IsFixed() ) in SetFixFields() 2161 if( ((SwFileNameField*)pFmtFld->GetField())->IsFixed() ) in SetFixFields()
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | flddok.cxx | 272 if (((SwDateTimeField*)GetCurField())->IsFixed() && !i) in IMPL_LINK() 274 if (!((SwDateTimeField*)GetCurField())->IsFixed() && i) in IMPL_LINK()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | wall.hxx | 125 sal_Bool IsFixed() const;
|
/aoo42x/main/offapi/com/sun/star/text/textfield/ |
H A D | FileName.idl | 51 [property]boolean IsFixed;
|
H A D | ExtendedUser.idl | 50 [property]boolean IsFixed;
|
/aoo42x/main/offapi/com/sun/star/text/textfield/docinfo/ |
H A D | ChangeAuthor.idl | 54 [optional, property] boolean IsFixed;
|
H A D | Revision.idl | 53 [property]boolean IsFixed;
|
H A D | CreateAuthor.idl | 54 [optional, property] boolean IsFixed;
|
H A D | Description.idl | 53 [property]boolean IsFixed;
|
H A D | Keywords.idl | 53 [property]boolean IsFixed;
|
H A D | PrintAuthor.idl | 54 [optional, property] boolean IsFixed;
|
H A D | Subject.idl | 53 [property]boolean IsFixed;
|
H A D | Title.idl | 53 [property]boolean IsFixed;
|
H A D | Info0.idl | 53 [property]boolean IsFixed;
|
H A D | Info1.idl | 53 [property]boolean IsFixed;
|
H A D | Custom.idl | 58 [property] boolean IsFixed;
|
/aoo42x/main/l10ntools/inc/ |
H A D | gsicheck.hxx | 78 sal_Bool IsFixed() const { return bFixed; } in IsFixed() function in GSILine
|